[cvs] / xvidcore / src / decoder.c Repository:
ViewVC logotype

Log of /xvidcore/src/decoder.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.86.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 19:19:57 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: release-1_3-branch
CVS Tags: rc1_1_3_0, release-1_3_0, release-1_3_1
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 , to next main 1.87 , to selected 1.49.2.26
get rid off compiler warnings

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 19:19:43 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 , to selected 1.49.2.26
get rid off compiler warnings

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Fri Dec 24 13:49:58 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: MAIN
CVS Tags: tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.85: +15 -12 lines
Diff to previous 1.85 , to selected 1.49.2.26
improved decoder robustness upon resync markers in BVOP

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 10:13:30 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: MAIN
Changes since 1.84: +5 -3 lines
Diff to previous 1.84 , to selected 1.49.2.26
MT deblocker

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 10:10:40 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 , to selected 1.49.2.26
fix for typo on pred mv init (thanks to Lasse Collin)

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 15:00:34 2010 UTC (13 years, 7 months ago) by Isibaar
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 , to selected 1.49.2.26
decoder: better distinguish between xvid and non-xvid streams

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 14:17:23 2010 UTC (13 years, 7 months ago) by Isibaar
Branch: MAIN
Changes since 1.81: +8 -2 lines
Diff to previous 1.81 , to selected 1.49.2.26
API change: signal fourcc to xvidcore

Revision 1.80.2.1 - (view) (download) (annotate) - [select for diffs]
Thu May 28 15:52:34 2009 UTC (14 years, 10 months ago) by Isibaar
Branch: release-1_2-branch
CVS Tags: release-1_2_2
Changes since 1.80: +9 -6 lines
Diff to previous 1.80 , to next main 1.87 , to selected 1.49.2.26
back-port from HEAD:
  - add resync-marker range check
  - return E_FAIL on XVID_ERR_MEMORY error in dshow

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Thu May 28 15:42:06 2009 UTC (14 years, 10 months ago) by Isibaar
Branch: MAIN
Changes since 1.80: +9 -6 lines
Diff to previous 1.80 , to selected 1.49.2.26
Bugfix:
- Added missing resync marker range check in decoder.c (reported by IBM X-Force. Thanks go to John McDonald and Christopher Valasek)
- return E_FAIL instead of S_FALSE upon XVID_ERR_MEMORY error in dshow frontend (reported by IBM X-Force. Thanks to John McDonald and Mark Dowd)

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 19:01:28 2007 UTC (16 years, 11 months ago) by Skal
Branch: MAIN
CVS Tags: release-1_2_0, tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.79: +14 -4 lines
Diff to previous 1.79 , to selected 1.49.2.26
        fix for bad resync_marker length in b-vops (both enc and dec)

        Thanks to Mathieu Monnier for the report
        (mathieu.monnier at polytechnique dot org)

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 22:42:15 2006 UTC (17 years, 6 months ago) by Isibaar
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 , to selected 1.49.2.26
- small bug reported by Greg Handi

Revision 1.75.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 10 15:05:30 2006 UTC (17 years, 8 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final
Changes since 1.75.2.1: +2 -1 lines
Diff to previous 1.75.2.1 , to branch point 1.75 , to next main 1.87 , to selected 1.49.2.26
- Back ported several important bug fixes from head to release-1_1-branch

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Mon Mar 27 11:21:48 2006 UTC (18 years ago) by Skal
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 , to selected 1.49.2.26
        fix for the visual_object_verid vs. video_object_layer_verid
        problem of 6.3.3, reported by Li Xiang (lixiang01 at gmail dot com)
        Thanks for report and test bitstreams!

Revision 1.75.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 14:26:46 2005 UTC (18 years, 3 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_0_final
Changes since 1.75: +39 -29 lines
Diff to previous 1.75 , to selected 1.49.2.26
- Applied the most recent bugfixes from cvs-head to 1_1 release branch as
  well.

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 14:04:49 2005 UTC (18 years, 3 months ago) by Isibaar
Branch: MAIN
Changes since 1.76: +3 -1 lines
Diff to previous 1.76 , to selected 1.49.2.26
- Initialize dec->bs_version to high value. Before it seemed unititalized for
  non XviD streams...

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 01:06:20 2005 UTC (18 years, 3 months ago) by Isibaar
Branch: MAIN
Changes since 1.75: +37 -29 lines
Diff to previous 1.75 , to selected 1.49.2.26
- (hopefully) fixed the decoder bugs reported by Michael Niedermayer

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 10:23:01 2005 UTC (18 years, 4 months ago) by suxen_drol
Branch: MAIN
CVS Tags: release-1_1_0
Branch point for: release-1_1-branch
Changes since 1.74: +4 -4 lines
Diff to previous 1.74 , to selected 1.49.2.26
cleanings in code spotted by sparse (ed dot gomez at free dot fr>

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 11:54:11 2005 UTC (18 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 , to selected 1.49.2.26
> > -      uint32_t intra_dc_threshold; /* fake variable */
> > +      int intra_dc_threshold; /* fake variable */

This patch fixes a warning spotted by gcc 4.0.1, because &intra_dc_threshold
is passed to some function which expects a int*, not a uint32_t* (on 64bit this
is important, even if this is fake data, the callee could corrupt the stack
writing 64bit to a 32bit allocated destination)

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Tue Sep 13 12:12:15 2005 UTC (18 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.72: +1392 -1192 lines
Diff to previous 1.72 , to selected 1.49.2.26
Field interlaced decoding, contributed by Christoph Kuehnel

decoder.c
=========
- Some new defines for DIV
- <decoder_mb_decode> modified: had wrong address offsets for interlaced
- <decoder_mbinter_field> = new function for interlaced
- <get_motion_vector_interlaced> = new function for interlaced motion vector prediction
- <decoder_pframe> modified so that it differs between frame and field prediction

global.h
========
- For field motion prediction MACORBLOCK has new member that is the average of
  field1 and field2 motion vector = <mvs_avg>

xvid.c
======
- For field predicted macroblocks we need new field oriented transfer functions.
  For colour calculations they may only process 4 lines (one field from the colour
  macroblock that is 8x8). So I introduced 4 new function pointers:
  <transfer8x4_copy, interpolate8x4_ ...)

mbcoding.c
==========
- _DEBUG code; index is checked against 64

interpolate8x8.[c,h,asm]
===========================
- New 8x4 functions

mbpredicition.[c,h]
===============
- New function <get_pmv2_interlaced> for interlaced prediciton according to spec

mem_transfer.[c,h,asm]
==============
- New 8x4 function

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 18:37:46 2005 UTC (18 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.71: +49 -13 lines
Diff to previous 1.71 , to selected 1.49.2.26
- workaround for wrong chroma rounding in very old XviD builds

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 , to selected 1.49.2.26
	encoder.c: simplify_time() optimized by Euclid.

	bitstream.c: write_video_packet_header() was buggy and
	kind of obfuscated, as noticed by Sigdrak at free.fr.

	from Edouard:

	gcc4 warning removal.
	- No executable shared objects installed
	  (Do not install the lib as executable. It's no use as the SO has no
 	   main symbol anyway, and the static lib is not runnable anyway.)
	- Statically link xvid_bench with libxvidcore.a
	- New autoconf garbage removal
	- Quotes in configure.in

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue May 17 21:03:32 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.69: +39 -71 lines
Diff to previous 1.69 , to selected 1.49.2.26
	encoder.c: better error handling upon MEM_ERROR
	bitstream.c: faster log2bin (xvid_bench.c updated)
	bitstream.c: added unused functions:
BitstreamWriteEndOfSequence()
BitstreamWriteGroupOfVopHeader()
write_video_packet_header()

	Original input: sigdrak at free.fr and Angela Belda. Thanks.

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Mar 27 03:59:41 2005 UTC (19 years ago) by suxen_drol
Branch: MAIN
Changes since 1.68: +22 -13 lines
Diff to previous 1.68 , to selected 1.49.2.26
xvidcore
========
* added XVID_GLOBAL_DIVX5_USERDATA global flag
* removed the bvop delay warning text ("warning: nothing to output), as this often confuses joe user.
* minor changed to closed gop image_printf statement: s/"DX50 BVOP->PVOP"/"CLOSED GOP BVOP->PVOP"
* additional comments for low_delay_default mode within decoder_decode()
* divx userdata string: s/DivX999b000/DivX503b1393. this has been suggested by dxn for improved hardware compatibility [nb: i dont have a hardware player to confirm this]
* vbv_peakrate constraint is ignored if <= 0

vfw frontend
============
* dxn profiles now confirm to "DivX Certified Profile Compatibility v1.1", February 2005. this document was provided by DivXNetworks, USA. when a dxn profile is selected, strict conformance is enabled:
  - force 1:1 picture aspect ratio
  - disable bframes if interlacing is enabled
  - force maximum of 1 consecutive bvops for the portable and ht profiles, 2 bvops for the hd profile
  - always write divx 5 userdata string to bitstream
  - force packed bitstream option
  - updated dxn vbv parameters
* added PROFILE_4MV flag. 4mv is now disabled for the dxn handheld profile.
* moved PROFILE_AS/PROFILE_ARTS/PROFILE_S to config.c
* profile[].max_bitrate now measured in bit/sec (not kbps)
* profile->level box: widgets are now greyed-out if they are not used.
* increase vertical size of profile drop down list.
* about box button: s/Dismiss/OK

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Dec 5 13:56:13 2004 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.67: +44 -127 lines
Diff to previous 1.67 , to selected 1.49.2.26
RRV removed from everything else

Revision 1.51.2.8 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 11:36:22 2004 UTC (19 years, 7 months ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_2, release-1_0_3
Changes since 1.51.2.7: +41 -28 lines
Diff to previous 1.51.2.7 , to branch point 1.51 , to next main 1.87 , to selected 1.49.2.26
Fix vector bound checking for bvops

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Mon Aug 16 22:38:06 2004 UTC (19 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.66: +30 -30 lines
Diff to previous 1.66 , to selected 1.49.2.26
Fix decoding slowdown regression

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Aug 15 11:28:38 2004 UTC (19 years, 7 months ago) by syskin
Branch: MAIN
Changes since 1.65: +42 -29 lines
Diff to previous 1.65 , to selected 1.49.2.26
make sure that MV is in range in b-frames too. prevents crashes with broken bitstream

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 21:58:55 2004 UTC (19 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.64: +29 -64 lines
Diff to previous 1.64 , to selected 1.49.2.26
Decoder speedups: merge interpolation and dst averaging for bvop blocks, unify qpel framework (should slow things for PPC until new functions get merged)

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon Jul 26 19:32:28 2004 UTC (19 years, 8 months ago) by edgomez
Branch: MAIN
Changes since 1.63: +43 -45 lines
Diff to previous 1.63 , to selected 1.49.2.26
Small cleanup (will ease future patches thanks to the unified add_residual pointer), no speedup at all

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 11:46:08 2004 UTC (19 years, 8 months ago) by edgomez
Branch: MAIN
Changes since 1.62: +6 -6 lines
Diff to previous 1.62 , to selected 1.49.2.26
ASM data section cleanups + important bugfix to bvop ref interpolation rounding

Revision 1.51.2.7 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 11:38:12 2004 UTC (19 years, 8 months ago) by edgomez
Branch: release-1_0-branch
Changes since 1.51.2.6: +6 -6 lines
Diff to previous 1.51.2.6 , to branch point 1.51 , to selected 1.49.2.26
Fixes from my tree, especially the bvop ref block interpolation fix

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Jul 14 23:26:06 2004 UTC (19 years, 8 months ago) by edgomez
Branch: MAIN
Changes since 1.61: +16 -12 lines
Diff to previous 1.61 , to selected 1.49.2.26
Speedups for decoder

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sat Jul 10 17:49:31 2004 UTC (19 years, 8 months ago) by edgomez
Branch: MAIN
Changes since 1.60: +15 -9 lines
Diff to previous 1.60 , to selected 1.49.2.26
Faster getcoeff + on the fly dequant

Revision 1.51.2.6 - (view) (download) (annotate) - [select for diffs]
Sat Jul 3 09:18:35 2004 UTC (19 years, 8 months ago) by edgomez
Branch: release-1_0-branch
Changes since 1.51.2.5: +1 -1 lines
Diff to previous 1.51.2.5 , to branch point 1.51 , to selected 1.49.2.26
Small fixes

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Jul 3 08:33:16 2004 UTC (19 years, 8 months ago) by syskin
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 , to selected 1.49.2.26
low_delay fix

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sat Jun 12 13:02:12 2004 UTC (19 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 , to selected 1.49.2.26
Merging 1.0.1 fixes

Revision 1.51.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 11:54:41 2004 UTC (19 years, 9 months ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_1
Changes since 1.51.2.4: +2 -2 lines
Diff to previous 1.51.2.4 , to branch point 1.51 , to selected 1.49.2.26
DC clipping bug take #2

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Mon May 31 21:36:23 2004 UTC (19 years, 10 months ago) by edgomez
Branch: MAIN
Changes since 1.57: +9 -9 lines
Diff to previous 1.57 , to selected 1.49.2.26
Merging release-1_0 fixes

Revision 1.51.2.4 - (view) (download) (annotate) - [select for diffs]
Mon May 31 21:26:23 2004 UTC (19 years, 10 months ago) by edgomez
Branch: release-1_0-branch
Changes since 1.51.2.3: +9 -9 lines
Diff to previous 1.51.2.3 , to branch point 1.51 , to selected 1.49.2.26
Commited fixes from my branch (timestamps in decoder, missing va_end calls, bad license header...

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Fri May 21 14:40:15 2004 UTC (19 years, 10 months ago) by edgomez
Branch: MAIN
Changes since 1.56: +27 -13 lines
Diff to previous 1.56 , to selected 1.49.2.26
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)

Revision 1.51.2.3 - (view) (download) (annotate) - [select for diffs]
Mon May 3 23:28:29 2004 UTC (19 years, 10 months ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_0
Changes since 1.51.2.2: +2 -2 lines
Diff to previous 1.51.2.2 , to branch point 1.51 , to selected 1.49.2.26
Wrong DC prediction fixed

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Apr 19 12:42:01 2004 UTC (19 years, 11 months ago) by syskin
Branch: MAIN
Changes since 1.55: +7 -1 lines
Diff to previous 1.55 , to selected 1.49.2.26
won't crash if stream doesn't start with an i-vop

Revision 1.51.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Apr 19 12:33:34 2004 UTC (19 years, 11 months ago) by syskin
Branch: release-1_0-branch
Changes since 1.51.2.1: +7 -1 lines
Diff to previous 1.51.2.1 , to branch point 1.51 , to selected 1.49.2.26
won't crash if stream doesn't start with an i-vop

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Apr 15 12:05:19 2004 UTC (19 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.54: +5 -3 lines
Diff to previous 1.54 , to selected 1.49.2.26
set versions to 1.1
version check for dec_frame_t->brightness

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Apr 11 09:41:27 2004 UTC (19 years, 11 months ago) by syskin
Branch: MAIN
Changes since 1.53: +27 -29 lines
Diff to previous 1.53 , to selected 1.49.2.26
better MV clipping - does not break DX50 streams which have motion out of range

Revision 1.51.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Apr 11 08:11:09 2004 UTC (19 years, 11 months ago) by syskin
Branch: release-1_0-branch
Changes since 1.51: +28 -29 lines
Diff to previous 1.51 , to selected 1.49.2.26
better MV clipping - does not break DX50 streams which have motion out of range

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 04:30:07 2004 UTC (19 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 , to selected 1.49.2.26
stats->type set to NOTHING by default
in some instances stats->type was not being set (namely lowdelay=1, packed=1, type=nvop).

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 11:11:28 2004 UTC (20 years ago) by suxen_drol
Branch: MAIN
Changes since 1.51: +5 -4 lines
Diff to previous 1.51 , to selected 1.49.2.26
brightness control

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.50: +611 -983 lines
Diff to previous 1.50 , to selected 1.49.2.26
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.49.2.35 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 13:18:08 2004 UTC (20 years ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.34: +59 -11 lines
Diff to previous 1.49.2.34 , to branch point 1.49 , to next main 1.87 , to selected 1.49.2.26
MV clipping to handle invalid bitstreams; quantization table in decoder's stats

Revision 1.49.2.34 - (view) (download) (annotate) - [select for diffs]
Sun Feb 29 12:57:58 2004 UTC (20 years, 1 month ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.33: +4 -2 lines
Diff to previous 1.49.2.33 , to branch point 1.49 , to selected 1.49.2.26
don't use comants to mark out pieces of code

Revision 1.49.2.33 - (view) (download) (annotate) - [select for diffs]
Mon Feb 16 03:40:47 2004 UTC (20 years, 1 month ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.32: +3 -3 lines
Diff to previous 1.49.2.32 , to branch point 1.49 , to selected 1.49.2.26
automatic workaround for dev-api-3 setedges bug

Revision 1.49.2.32 - (view) (download) (annotate) - [select for diffs]
Sun Feb 15 13:26:04 2004 UTC (20 years, 1 month ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.31: +3 -3 lines
Diff to previous 1.49.2.31 , to branch point 1.49 , to selected 1.49.2.26
prevents an ugly crash. we shouldn't read more bitstream than we have, ever

Revision 1.49.2.31 - (view) (download) (annotate) - [select for diffs]
Tue Feb 3 02:56:57 2004 UTC (20 years, 1 month ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.30: +3 -3 lines
Diff to previous 1.49.2.30 , to branch point 1.49 , to selected 1.49.2.26
bug: interlacing + gmc

Revision 1.49.2.30 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 09:24:49 2004 UTC (20 years, 2 months ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.29: +3 -3 lines
Diff to previous 1.49.2.29 , to branch point 1.49 , to selected 1.49.2.26
an ugly bug (by me), I wonder why noone noticed before

Revision 1.49.2.29 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 14:14:15 2004 UTC (20 years, 2 months ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.28: +3 -1 lines
Diff to previous 1.49.2.28 , to branch point 1.49 , to selected 1.49.2.26
quant gets updated for SKIP blocks - for postprocessing

Revision 1.49.2.28 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 19:41:53 2003 UTC (20 years, 3 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.49.2.27: +13 -12 lines
Diff to previous 1.49.2.27 , to branch point 1.49 , to selected 1.49.2.26
postprocessing changes

Revision 1.49.2.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 11:54:27 2003 UTC (20 years, 3 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.49.2.26: +5 -2 lines
Diff to previous 1.49.2.26 , to branch point 1.49
signal cartoon mode in bitstream

Revision 1.49.2.26 - (view) (download) (annotate) - [selected]
Wed Dec 17 17:07:38 2003 UTC (20 years, 3 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.49.2.25: +5 -4 lines
Diff to previous 1.49.2.25 , to branch point 1.49
some quality improvements for postprocessing

Revision 1.49.2.25 - (view) (download) (annotate) - [select for diffs]
Sat Dec 13 13:52:25 2003 UTC (20 years, 3 months ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.24: +2 -2 lines
Diff to previous 1.49.2.24 , to branch point 1.49 , to selected 1.49.2.26
PP crash fixed

Revision 1.49.2.24 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 15:07:42 2003 UTC (20 years, 3 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.23: +2 -1 lines
Diff to previous 1.49.2.23 , to branch point 1.49 , to selected 1.49.2.26
* copyright fix(?)
* ending new lines missing (gcc)
* added $Id$ field

Revision 1.49.2.23 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 12:09:34 2003 UTC (20 years, 3 months ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.22: +2 -1 lines
Diff to previous 1.49.2.22 , to branch point 1.49 , to selected 1.49.2.26
N-VOPs fixed

Revision 1.49.2.22 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 01:01:07 2003 UTC (20 years, 3 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.49.2.21: +11 -1 lines
Diff to previous 1.49.2.21 , to branch point 1.49 , to selected 1.49.2.26
postprocessing (deblocking) code ported from Isibaar branch + speed-up

Revision 1.49.2.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 14:31:40 2003 UTC (20 years, 3 months ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.20: +4 -2 lines
Diff to previous 1.49.2.20 , to branch point 1.49 , to selected 1.49.2.26
whenever decoder fails, we know about it

Revision 1.49.2.20 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 16:13:15 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.19: +13 -3 lines
Diff to previous 1.49.2.19 , to branch point 1.49 , to selected 1.49.2.26
* Thread safe MPEG4 quantization functions.
  Cleaned up version of patch provided by Michael
   - fixed compiling problems on gcc
   - added const qualifiers every where it was possible to help C compiler
     optimization.
   - added the mpeg_quant_matrices param to all ASM function prototype
     in comments (even if it's not used, that shows we do it deliberatly)
   - forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
* Added real CRC computing in xvid_bench.c

Revision 1.49.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 22:35:30 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.18: +11 -23 lines
Diff to previous 1.49.2.18 , to branch point 1.49 , to selected 1.49.2.26
* encoder.c: GMC code fix in encoder.c. Now gmcval is initialized
  correctly when using GME.
* xvid_decraw.c: Fix elementary stream output.
* plugin_2pass2.c: Small parsing bug in stats reading in 2pass2.
* decoder.c: Read resync markers in bframes.

Revision 1.49.2.18 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 09:47:52 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.17: +3 -4 lines
Diff to previous 1.49.2.17 , to branch point 1.49 , to selected 1.49.2.26
Removed unused next_block vars

Revision 1.49.2.17 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 12:16:00 2003 UTC (20 years, 5 months ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.16: +396 -791 lines
Diff to previous 1.49.2.16 , to branch point 1.49 , to selected 1.49.2.26
cleanups, speedups, etc

Revision 1.49.2.16 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 14:22:45 2003 UTC (20 years, 5 months ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.15: +34 -61 lines
Diff to previous 1.49.2.15 , to branch point 1.49 , to selected 1.49.2.26
interpolate mode + qpel decoding fixed; MACROBLOCK->mb_type completely replaced by MB->mode

Revision 1.49.2.15 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 13:02:35 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.14: +12 -13 lines
Diff to previous 1.49.2.14 , to branch point 1.49 , to selected 1.49.2.26
Quantization namespace and API changes

Revision 1.49.2.14 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 15:49:21 2003 UTC (20 years, 5 months ago) by syskin
Branch: dev-api-4
Changes since 1.49.2.13: +22 -2 lines
Diff to previous 1.49.2.13 , to branch point 1.49 , to selected 1.49.2.26
interlacing support for b-vops and s-vops

Revision 1.49.2.13 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 23:23:00 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.12: +40 -40 lines
Diff to previous 1.49.2.12 , to branch point 1.49 , to selected 1.49.2.26
removed trailing spaces

Revision 1.49.2.12 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 01:38:29 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.11: +3 -6 lines
Diff to previous 1.49.2.11 , to branch point 1.49 , to selected 1.49.2.26
fix to mcsel/acpred bit reading (were swapped)

Revision 1.49.2.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 13 11:43:47 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.10: +0 -13 lines
Diff to previous 1.49.2.10 , to branch point 1.49 , to selected 1.49.2.26
Better architecture separation

Revision 1.49.2.10 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 15:08:12 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.9: +3 -3 lines
Diff to previous 1.49.2.9 , to branch point 1.49 , to selected 1.49.2.26
API changes

Revision 1.49.2.9 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 15:48:39 2003 UTC (20 years, 9 months ago) by chl
Branch: dev-api-4
Changes since 1.49.2.8: +20 -31 lines
Diff to previous 1.49.2.8 , to branch point 1.49 , to selected 1.49.2.26
3 warp point GME - first commit

Revision 1.49.2.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 19:41:53 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.7: +13 -1 lines
Diff to previous 1.49.2.7 , to branch point 1.49 , to selected 1.49.2.26
Activated simple_idct for MMX - Backward compatibility with bistream version 9 ensures the use of the standard idct_mmx function

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 17:02:38 2003 UTC (20 years, 9 months ago) by Isibaar
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Changes since 1.49: +6 -1 lines
Diff to previous 1.49 , to selected 1.49.2.26
don't use Walken idct anymore, simple idct is now used by default instead

Revision 1.49.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:49:50 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.6: +7 -6 lines
Diff to previous 1.49.2.6 , to branch point 1.49 , to selected 1.49.2.26
Added legal header

Revision 1.49.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 01:15:59 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.5: +4 -4 lines
Diff to previous 1.49.2.5 , to branch point 1.49 , to selected 1.49.2.26
ISO C89 comment style

Revision 1.49.2.5 - (view) (download) (annotate) - [select for diffs]
Thu May 22 16:34:05 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.49.2.4: +18 -18 lines
Diff to previous 1.49.2.4 , to branch point 1.49 , to selected 1.49.2.26
Removed this annoying \n from DPRINTF output. DPRINTF behaves
now like usual printf.

Just for fun, i decided to exercice my regexp skills:

for i in `find . -name "*.c"` ; do
     sed s/'\(DPRINTF(XVID_DEBUG.*\)"\([^"]\+[^\\][^n]\)"\(.*\)$'/'\1"\2\\n"\3'/g $i > $i.tmp;
     mv $i.tmp $i
done

Nice isn't it ? It just adds a \n to every DPRINTF call that
was relying on old behavior (automatic trailing \n).

Revision 1.49.2.4 - (view) (download) (annotate) - [select for diffs]
Sat May 17 13:24:10 2003 UTC (20 years, 10 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.49.2.3: +18 -18 lines
Diff to previous 1.49.2.3 , to branch point 1.49 , to selected 1.49.2.26
* dynamic bvop decision stats bug fixed
* added runtime debug level option. this only only activated when _DEBUG is defined.
  level is specified globaly, via "xvid_glb_init_t.debug" and XVID_DEBUG_xxx defines.
  references to previous DPRINTF_LEVEL_xxx's have been replaced throughout libxvidcore
* futher bitrate zone fixes for plugin_2pass2.c
* removed old ratecontrol.c from msvc project
* xvid_encraw.c specifc:
  * added "-max_key_interval integer" option
  * renamed -debug to -vop_debug
  * added "-debug integer" option, which sets xvid_gbl_init_t.debug field
  * s/length/len/ status line
* vfw specific:
  * zone/bitrate typos fixed ("you eediot")
  * renamed "debug" regkey to "vop_debug"
  * added "debug" regeky and textbox which sets xvid_gbl_init_t.debug field

Revision 1.49.4.1 - (view) (download) (annotate) - [select for diffs]
Sat May 3 23:23:38 2003 UTC (20 years, 10 months ago) by Isibaar
Branch: Isibaar
Changes since 1.49: +5 -4 lines
Diff to previous 1.49 , to next main 1.87 , to selected 1.49.2.26
- fast b-frames
- dynamic qpel
- qpel asm code
- postprocessing

Revision 1.49.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 10:29:51 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.49.2.2: +7 -4 lines
Diff to previous 1.49.2.2 , to branch point 1.49 , to selected 1.49.2.26
XVID_ERR_END

Revision 1.49.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 12:04:13 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.49.2.1: +2 -12 lines
Diff to previous 1.49.2.1 , to branch point 1.49 , to selected 1.49.2.26
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added

Revision 1.49.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 08:49:44 2003 UTC (21 years, 1 month ago) by suxen_drol
Branch: dev-api-4
Changes since 1.49: +71 -82 lines
Diff to previous 1.49 , to selected 1.49.2.26
++api v1.-127.0

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Feb 19 21:59:30 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
Branch point for: Isibaar, dev-api-4
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 , to selected 1.49.2.26
Small fixes patch

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Feb 17 23:33:12 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
Changes since 1.47: +81 -119 lines
Diff to previous 1.47 , to selected 1.49.2.26
- GPL Header
- ANSI C comments
- Min Chen removed from comments (no offense, the name will be added
  to the header when i'll restore copyrights just like i did for 0.9.x)

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:17 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: merged-dev-api-3
Changes since 1.46: +1460 -261 lines
Diff to previous 1.46 , to selected 1.49.2.26
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 21:56:31 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.45: +10 -616 lines
Diff to previous 1.45 , to selected 1.49.2.26
patch-13
    More "unknown compiler" friendly portab.h file.
patch-14
    The PPC port is now disabled because it is outdated.
patch-15
    Added the configure bootstrap script.
patch-16
    Changed linking option on PPC platforms (-flat_namespace)
patch-17
    Added IA64 DCT source choice according to the compiler basename.
patch-18
    Fixed xvid_encraw help message.
patch-19
    Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
    Removed BFrame outdated bframe/qpel decoding.

Revision 1.37.2.30 - (view) (download) (annotate) - [select for diffs]
Sun Jan 12 13:11:50 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.37.2.29: +2 -3 lines
Diff to previous 1.37.2.29 , to branch point 1.37 , to next main 1.87 , to selected 1.49.2.26
bugfix, average motion vector clipping in qpel mode

Revision 1.37.2.29 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 21:22:24 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.37.2.28: +40 -22 lines
Diff to previous 1.37.2.28 , to branch point 1.37 , to selected 1.49.2.26
decode GMC blockbased (speedup)

Revision 1.37.2.28 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 20:37:46 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.37.2.27: +122 -79 lines
Diff to previous 1.37.2.27 , to branch point 1.37 , to selected 1.49.2.26
Cleanup GMC, bugfix GMC+QPel

Revision 1.37.2.27 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 14:59:23 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.37.2.26: +144 -58 lines
Diff to previous 1.37.2.26 , to branch point 1.37 , to selected 1.49.2.26
Major update: Support for GME/GMC with 2 warppoints

Revision 1.37.2.26 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 06:14:32 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.25: +2 -5 lines
Diff to previous 1.37.2.25 , to branch point 1.37 , to selected 1.49.2.26
global.h macro cleanup
cpu_detection cleanup, XVID_CPU_ASM added
sse2 stuff enabled, femms now utilized

Revision 1.37.2.25 - (view) (download) (annotate) - [select for diffs]
Fri Jan 3 16:25:14 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.24: +3 -1 lines
Diff to previous 1.37.2.24 , to branch point 1.37 , to selected 1.49.2.26
missing decoder emms's
SWAP(_T_...)
moved divx/xvid id to bitstream.c
minor warnings cleanup

Revision 1.37.2.24 - (view) (download) (annotate) - [select for diffs]
Sun Dec 29 16:59:50 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.23: +5 -3 lines
Diff to previous 1.37.2.23 , to branch point 1.37 , to selected 1.49.2.26
gmc+bframes decoding support

Revision 1.37.2.23 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 08:54:44 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.22: +5 -2 lines
Diff to previous 1.37.2.22 , to branch point 1.37 , to selected 1.49.2.26
XVID_API_UNSTABLE, XVID_DEC_DISCONTINUITY

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Dec 15 01:21:12 2002 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 , to selected 1.49.2.26
Another series of warnings for aggressive compilers

Revision 1.37.2.22 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 09:39:42 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.21: +7 -7 lines
Diff to previous 1.37.2.21 , to branch point 1.37 , to selected 1.49.2.26
mingw/dprintf cleanup, portab.h updated from release-0.9.0

Revision 1.37.2.21 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 06:07:02 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.20: +132 -97 lines
Diff to previous 1.37.2.20 , to branch point 1.37 , to selected 1.49.2.26
decoder cleanup, deblocking filter

Revision 1.37.2.20 - (view) (download) (annotate) - [select for diffs]
Fri Dec 13 11:26:41 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.19: +2 -2 lines
Diff to previous 1.37.2.19 , to branch point 1.37 , to selected 1.49.2.26
fixed rrv decoding bug, introduced during decoder cleanup

Revision 1.37.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Dec 12 10:37:44 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.18: +117 -91 lines
Diff to previous 1.37.2.18 , to branch point 1.37 , to selected 1.49.2.26
decoder cleanup

Revision 1.37.2.18 - (view) (download) (annotate) - [select for diffs]
Tue Dec 10 11:13:50 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.17: +10 -91 lines
Diff to previous 1.37.2.17 , to branch point 1.37 , to selected 1.49.2.26
rrv encoding update

Revision 1.37.2.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 9 10:47:05 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.16: +7 -20 lines
Diff to previous 1.37.2.16 , to branch point 1.37 , to selected 1.49.2.26
rrv i-vop encoding

Revision 1.37.2.16 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 06:43:33 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.15: +1 -12 lines
Diff to previous 1.37.2.15 , to branch point 1.37 , to selected 1.49.2.26
gcc -Wall cleanup

Revision 1.37.2.15 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 05:38:56 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.14: +346 -145 lines
Diff to previous 1.37.2.14 , to branch point 1.37 , to selected 1.49.2.26
reduced resolution vop decoding support, packed_mode cleanup

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 23:44:09 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
Changes since 1.43: +70 -70 lines
Diff to previous 1.43 , to selected 1.49.2.26
ANSI C compliancy - thx Rick Foos

Revision 1.37.2.14 - (view) (download) (annotate) - [select for diffs]
Wed Nov 20 22:28:25 2002 UTC (21 years, 4 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.13: +7 -7 lines
Diff to previous 1.37.2.13 , to branch point 1.37 , to selected 1.49.2.26
rounding fix

Revision 1.37.2.13 - (view) (download) (annotate) - [select for diffs]
Wed Nov 20 19:52:45 2002 UTC (21 years, 4 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.12: +152 -82 lines
Diff to previous 1.37.2.12 , to branch point 1.37 , to selected 1.49.2.26
bframe+qpel decoding support, bframe decoding bugfix, qpel interpolation speedup, bframe decoding speedup

Revision 1.37.2.12 - (view) (download) (annotate) - [select for diffs]
Tue Nov 19 13:21:24 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.11: +11 -1 lines
Diff to previous 1.37.2.11 , to branch point 1.37 , to selected 1.49.2.26
decoder bframe fix, koepi bframe_offset, additional xvid_enc_frame->intra types

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Nov 16 23:38:15 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.42: +32 -39 lines
Diff to previous 1.42 , to selected 1.49.2.26
License Change

Revision 1.37.2.11 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 15:53:36 2002 UTC (21 years, 4 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.10: +10 -10 lines
Diff to previous 1.37.2.10 , to branch point 1.37 , to selected 1.49.2.26
packed bitstream decoding support

Revision 1.37.2.10 - (view) (download) (annotate) - [select for diffs]
Mon Nov 11 15:49:29 2002 UTC (21 years, 4 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.9: +3 -2 lines
Diff to previous 1.37.2.9 , to branch point 1.37 , to selected 1.49.2.26
bframes decoding bugfix

Revision 1.37.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 22:34:16 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.8: +2 -4 lines
Diff to previous 1.37.2.8 , to branch point 1.37 , to selected 1.49.2.26
packed bframes 0x7f decoder bug

Revision 1.37.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 10:28:15 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.37.2.7: +176 -36 lines
Diff to previous 1.37.2.7 , to branch point 1.37 , to selected 1.49.2.26
encoder: new colorspace; decoder: auto width/height, basic gmc, experimental rrv

Revision 1.37.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Oct 30 23:11:48 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
CVS Tags: branch-release-1-0
Changes since 1.37.2.6: +6 -7 lines
Diff to previous 1.37.2.6 , to branch point 1.37 , to selected 1.49.2.26
chroma rounding again

Revision 1.37.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 30 18:01:48 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.5: +21 -25 lines
Diff to previous 1.37.2.5 , to branch point 1.37 , to selected 1.49.2.26
qpel chroma rounding fixed

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Oct 19 12:20:33 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
Changes since 1.41: +5 -2 lines
Diff to previous 1.41 , to selected 1.49.2.26
Fixed copyrights

Revision 1.37.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Oct 11 15:07:32 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.4: +3 -5 lines
Diff to previous 1.37.2.4 , to branch point 1.37 , to selected 1.49.2.26
oops, commited wrong code, now fixed...

Revision 1.37.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 11 00:44:49 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.3: +21 -15 lines
Diff to previous 1.37.2.3 , to branch point 1.37 , to selected 1.49.2.26
b-frame decoding fix

Revision 1.37.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Oct 10 12:16:00 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.2: +52 -28 lines
Diff to previous 1.37.2.2 , to branch point 1.37 , to selected 1.49.2.26
qpel update

Revision 1.37.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Oct 5 21:34:21 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.37.2.1: +51 -18 lines
Diff to previous 1.37.2.1 , to branch point 1.37 , to selected 1.49.2.26
qpel support code

Revision 1.37.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Sep 26 01:54:54 2002 UTC (21 years, 6 months ago) by h
Branch: dev-api-3
Changes since 1.37: +17 -9 lines
Diff to previous 1.37 , to selected 1.49.2.26
alternate-vertical-scan encoding/decoding support

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 23:37:08 2002 UTC (21 years, 6 months ago) by h
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 , to selected 1.49.2.26
removed incomplete field-mv support

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 21:56:27 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.39: +6 -6 lines
Diff to previous 1.39 , to selected 1.49.2.26
Removed DEBUG and DEBUG1/2 calls

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 17:01:36 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.38: +10 -9 lines
Diff to previous 1.38 , to selected 1.49.2.26
Removed DEBUGXXXs calls

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat Sep 21 03:07:56 2002 UTC (21 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 , to selected 1.49.2.26
pross email address updates

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 03:23:23 2002 UTC (21 years, 6 months ago) by h
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.36: +5 -3 lines
Diff to previous 1.36 , to selected 1.49.2.26
interlacing bugfix (inter cbp behaviour)

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 05:36:18 2002 UTC (21 years, 7 months ago) by chenm001
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 , to selected 1.49.2.26
fix the first frame is green wrong

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 23:09:28 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.34: +4 -13 lines
Diff to previous 1.34 , to selected 1.49.2.26
Minor Cleanup

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 00:49:04 2002 UTC (21 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.33: +43 -21 lines
Diff to previous 1.33 , to selected 1.49.2.26
qpel decoding support

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 23:34:07 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.32: +12 -3 lines
Diff to previous 1.32 , to selected 1.49.2.26
bframe encoding bugfixes, ME unification

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 11:15:21 2002 UTC (21 years, 8 months ago) by albeu
Branch: MAIN
Changes since 1.31: +16 -2 lines
Diff to previous 1.31 , to selected 1.49.2.26
Add 'per slice' rendering aka DR method 2

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 00:07:04 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.30: +10 -2 lines
Diff to previous 1.30 , to selected 1.49.2.26
advise for how to fix my b-frame decode code

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Jul 15 23:50:31 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.29: +48 -55 lines
Diff to previous 1.29 , to selected 1.49.2.26
fix my some wrong with b-frame deocde at direct mode

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Jul 15 00:26:38 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 , to selected 1.49.2.26
Fix a little bug 'mb->quant = 8' in decode_bframe()

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 00:49:59 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 , to selected 1.49.2.26
support the decode examples in ex1

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 00:15:59 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.26: +48 -10 lines
Diff to previous 1.26 , to selected 1.49.2.26
fix a little bug and added the BFRAMES_DEC_DEBUG support

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Jul 9 01:37:22 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.25: +74 -162 lines
Diff to previous 1.25 , to selected 1.49.2.26
fix my wrong moment ago

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jul 9 01:09:33 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.24: +162 -74 lines
Diff to previous 1.24 , to selected 1.49.2.26
help upload for roaming

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 3 12:32:50 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.23: +6 -13 lines
Diff to previous 1.23 , to selected 1.49.2.26
get_pmv2/get_pmvdata2

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jun 30 10:46:29 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.22: +55 -34 lines
Diff to previous 1.22 , to selected 1.49.2.26
resync patch

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jun 28 15:14:40 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.21: +46 -27 lines
Diff to previous 1.21 , to selected 1.49.2.26
resync support, check_cpu_features() fixed

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Jun 22 07:23:09 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.20: +10 -4 lines
Diff to previous 1.20 , to selected 1.49.2.26
minor fixes: bframe N_VOP support, custom quant bug, BFRAME inc_frame_num()

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:21:13 2002 UTC (21 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.19: +7 -1 lines
Diff to previous 1.19 , to selected 1.49.2.26
some small fixes

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:39 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.18: +534 -448 lines
Diff to previous 1.18 , to selected 1.49.2.26
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon May 20 17:12:53 2002 UTC (21 years, 10 months ago) by Isibaar
Branch: MAIN
Changes since 1.17: +10 -2 lines
Diff to previous 1.17 , to selected 1.49.2.26
#define BFRAMES

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu May 9 00:15:51 2002 UTC (21 years, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.16: +20 -11 lines
Diff to previous 1.16 , to selected 1.49.2.26
add low_delay decode support

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon May 6 03:58:09 2002 UTC (21 years, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 , to selected 1.49.2.26
no message

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon May 6 03:51:43 2002 UTC (21 years, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.14: +106 -69 lines
Diff to previous 1.14 , to selected 1.49.2.26
fix some my B-frame decode error

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri May 3 00:41:22 2002 UTC (21 years, 11 months ago) by chenm001
Branch: MAIN
Changes since 1.13: +494 -19 lines
Diff to previous 1.13 , to selected 1.49.2.26
add B-frame decode support

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Apr 28 23:35:25 2002 UTC (21 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 , to selected 1.49.2.26
sad values can be negative (Cristoph post scriptum to a mail in the dev maillist)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Apr 28 22:12:45 2002 UTC (21 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.11: +31 -29 lines
Diff to previous 1.11 , to selected 1.49.2.26
Cosmetic, added the RCS Id field

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 00:04:03 2002 UTC (21 years, 11 months ago) by chenm001
Branch: MAIN
Changes since 1.10: +36 -18 lines
Diff to previous 1.10 , to selected 1.49.2.26
add some B-frame support

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 8 23:50:15 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 , to selected 1.49.2.26
interlacing bugfix

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Apr 4 13:58:06 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
Changes since 1.8: +0 -3 lines
Diff to previous 1.8 , to selected 1.49.2.26
reworked vlc tables

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Mar 29 00:37:57 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.7: +27 -23 lines
Diff to previous 1.7 , to selected 1.49.2.26
interlacing fix and speedup - compensated data wasn't being used in block reconstruction

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 20:57:24 2002 UTC (22 years ago) by edgomez
Branch: MAIN
Changes since 1.6: +77 -82 lines
Diff to previous 1.6 , to selected 1.49.2.26
Big patch, use it with care (tests done with GNU/Linux) :
 - Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
 - Lot of "New line at end of file missing" warnings fixed (gcc3)
 - All 2d arrays have been turned into 1d arrays
   To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
   (read portab.h)

Win32 users should give feedback.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 12:24:41 2002 UTC (22 years ago) by canard
Branch: MAIN
Changes since 1.5: +14 -1 lines
Diff to previous 1.5 , to selected 1.49.2.26
LINUX: proper alignement on the stack

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.4: +149 -81 lines
Diff to previous 1.4 , to selected 1.49.2.26
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 14:02:59 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 , to selected 1.49.2.26
alignment stuff

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 00:27:29 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.2: +11 -10 lines
Diff to previous 1.2 , to selected 1.49.2.26
xvid_malloc/xvid_free

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 9 14:45:40 2002 UTC (22 years ago) by edgomez
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 , to selected 1.49.2.26
In some circumstances acpred_flag was used unitialized - now it's set to zero

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:29 2002 UTC (22 years ago) by Isibaar
Branch: core
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.87 , to selected 1.49.2.26
moved sources

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:29 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Branch point for: core
Diff to selected 1.49.2.26
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4