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

Log of /xvidcore/src/bitstream/bitstream.c

Parent Directory Parent Directory


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

Revision 1.60.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.60: +4 -4 lines
Diff to previous 1.60 , to next main 1.61 , to selected 1.1
get rid off compiler warnings

Revision 1.61 - (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.60: +4 -4 lines
Diff to previous 1.60 , to selected 1.1
get rid off compiler warnings

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 16:02:00 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.59: +13 -8 lines
Diff to previous 1.59 , to selected 1.1
refactorized encoder multi-threading
introduced slice-based encoding

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

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 09:43:10 2007 UTC (16 years, 8 months ago) by Isibaar
Branch: MAIN
CVS Tags: release-1_2_0, release-1_2_2, tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.57: +4 -3 lines
Diff to previous 1.57 , to selected 1.1
- improve b-frame decoding robustness (with broken stream or missing
  ref frame)

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 19:01:28 2007 UTC (16 years, 11 months ago) by Skal
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 , to selected 1.1
        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.55.2.1 - (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.55: +5 -7 lines
Diff to previous 1.55 , to next main 1.61 , to selected 1.1
- Back ported several important bug fixes from head to release-1_1-branch

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Mar 27 11:21:48 2006 UTC (18 years ago) by Skal
Branch: MAIN
Changes since 1.55: +5 -6 lines
Diff to previous 1.55 , to selected 1.1
        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.55 - (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, release-1_1_0_final
Branch point for: release-1_1-branch
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 , to selected 1.1
cleanings in code spotted by sparse (ed dot gomez at free dot fr>

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Oct 6 10:46:42 2005 UTC (18 years, 5 months ago) by Isibaar
Branch: MAIN
Changes since 1.53: +3 -12 lines
Diff to previous 1.53 , to selected 1.1
- Wiped the remainders of RRV encoding support
- Marked the RRV flags as obsolete in xvid.h API

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 10:53:46 2005 UTC (18 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.52: +7 -7 lines
Diff to previous 1.52 , to selected 1.1
 * Writing pointed data is always better than memory
   addresses (Patch by GomGom)
 * Trivial style thingies (Patch by GomGom)
 * No width and height declared in write_tga bug
   (Patch by GomGom, spotted by Paul Kurucz
    ptk9417 at ritvax.isc.rit.edu)

Revision 1.52 - (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.51: +19 -25 lines
Diff to previous 1.51 , to selected 1.1
	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.51 - (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.50: +77 -11 lines
Diff to previous 1.50 , to selected 1.1
	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.50 - (view) (download) (annotate) - [select for diffs]
Sun Apr 10 00:27:25 2005 UTC (18 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 , to selected 1.1
improved profile/level id auto-detection

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sun Mar 27 03:59:42 2005 UTC (19 years ago) by suxen_drol
Branch: MAIN
Changes since 1.48: +7 -5 lines
Diff to previous 1.48 , to selected 1.1
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.48 - (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.47: +4 -9 lines
Diff to previous 1.47 , to selected 1.1
RRV removed from everything else

Revision 1.42.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 21:06:33 2004 UTC (19 years, 5 months ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_3
Changes since 1.42.2.5: +2 -3 lines
Diff to previous 1.42.2.5 , to branch point 1.42 , to next main 1.61 , to selected 1.1
Fixes from my branch, 64bit fixes, too short stream error

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Oct 3 16:20:51 2004 UTC (19 years, 5 months ago) by syskin
Branch: MAIN
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 , to selected 1.1
don't touch a frame that doesn't have at least 4 bytes. safety, and removes one visible error in a rare case

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 14:16:24 2004 UTC (19 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 , to selected 1.1
Fixes and enhancements

Revision 1.42.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 14:54:28 2004 UTC (19 years, 8 months ago) by syskin
Branch: release-1_0-branch
CVS Tags: release-1_0_2
Changes since 1.42.2.4: +4 -2 lines
Diff to previous 1.42.2.4 , to branch point 1.42 , to selected 1.1
bs_get_matrix() buglet

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 14:52:56 2004 UTC (19 years, 8 months ago) by syskin
Branch: MAIN
Changes since 1.44: +4 -2 lines
Diff to previous 1.44 , to selected 1.1
bs_get_matrix() buglet

Revision 1.44 - (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.43: +6 -17 lines
Diff to previous 1.43 , to selected 1.1
Merging release-1_0 fixes

Revision 1.42.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
CVS Tags: release-1_0_1
Changes since 1.42.2.3: +5 -16 lines
Diff to previous 1.42.2.3 , to branch point 1.42 , to selected 1.1
Commited fixes from my branch (timestamps in decoder, missing va_end calls, bad license header...

Revision 1.42.2.3 - (view) (download) (annotate) - [select for diffs]
Fri May 28 21:40:11 2004 UTC (19 years, 10 months ago) by edgomez
Branch: release-1_0-branch
Changes since 1.42.2.2: +1 -1 lines
Diff to previous 1.42.2.2 , to branch point 1.42 , to selected 1.1
Bugfixes

Revision 1.43 - (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.42: +10 -13 lines
Diff to previous 1.42 , to selected 1.1
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)

Revision 1.42.2.2 - (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.42.2.1: +7 -9 lines
Diff to previous 1.42.2.1 , to branch point 1.42 , to selected 1.1
Wrong DC prediction fixed

Revision 1.42.2.1 - (view) (download) (annotate) - [select for diffs]
Sun May 2 10:33:22 2004 UTC (19 years, 11 months ago) by edgomez
Branch: release-1_0-branch
Changes since 1.42: +3 -4 lines
Diff to previous 1.42 , to selected 1.1
patch-23 (unix build cleaning) and patch-24 (VOL corruption when fps=1/1)

Revision 1.42 - (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.41: +447 -440 lines
Diff to previous 1.41 , to selected 1.1
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.39.2.24 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 13:12:40 2004 UTC (20 years, 2 months ago) by syskin
Branch: dev-api-4
Changes since 1.39.2.23: +2 -2 lines
Diff to previous 1.39.2.23 , to branch point 1.39 , to next main 1.61 , to selected 1.1
divx decoder understands packed bitstream again

Revision 1.39.2.23 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 11:54:33 2003 UTC (20 years, 3 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.39.2.22: +20 -4 lines
Diff to previous 1.39.2.22 , to branch point 1.39 , to selected 1.1
signal cartoon mode in bitstream

Revision 1.39.2.22 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 19:46:50 2003 UTC (20 years, 3 months ago) by edgomez
Branch: dev-api-4
Changes since 1.39.2.21: +22 -3 lines
Diff to previous 1.39.2.21 , to branch point 1.39 , to selected 1.1
sane default for profile if its value is 0x00 (reserved and usually the
result of a create structure memset(..., 0, ...))

Revision 1.39.2.21 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 02:22:30 2003 UTC (20 years, 4 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.39.2.20: +3 -5 lines
Diff to previous 1.39.2.20 , to branch point 1.39 , to selected 1.1
Bad header fix, dev-api-4 is now decoded again with fdam.
According to ISO/IEC 14496-2 VISOBJSEQ_START_CODE and profile must be present.

I'm still unsure however if we're now perfectly compliant already: VISOBJSEQ_STOP_CODE should also be present but is never written.

Revision 1.39.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.39.2.19: +13 -16 lines
Diff to previous 1.39.2.19 , to branch point 1.39 , to selected 1.1
* 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.39.2.19 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 15:42:38 2003 UTC (20 years, 4 months ago) by syskin
Branch: dev-api-4
Changes since 1.39.2.18: +5 -4 lines
Diff to previous 1.39.2.18 , to branch point 1.39 , to selected 1.1
small redesign of plugin system to make lumimasking working

Revision 1.39.2.18 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 23:23:01 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.39.2.17: +48 -48 lines
Diff to previous 1.39.2.17 , to branch point 1.39 , to selected 1.1
removed trailing spaces

Revision 1.39.2.17 - (view) (download) (annotate) - [select for diffs]
Wed Sep 10 19:28:40 2003 UTC (20 years, 6 months ago) by chl
Branch: dev-api-4
Changes since 1.39.2.16: +3 -3 lines
Diff to previous 1.39.2.16 , to branch point 1.39 , to selected 1.1
Fixed wrong number of bits for fincr if fbase is a power 2

Revision 1.39.2.16 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 14:07:11 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.39.2.15: +9 -9 lines
Diff to previous 1.39.2.15 , to branch point 1.39 , to selected 1.1
Final bits of AR flag support during encoding

Revision 1.37.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 12:39:27 2003 UTC (20 years, 8 months ago) by edgomez
Branch: release-0_9_1-fixes
CVS Tags: release-0_9_2
Changes since 1.37: +5 -3 lines
Diff to previous 1.37 , to next main 1.61 , to selected 1.1
Bitstream fixes (mainly a VOL syntax error and a missing/wrong paddings)

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 12:36:29 2003 UTC (20 years, 8 months ago) by edgomez
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Changes since 1.40: +16 -3 lines
Diff to previous 1.40 , to selected 1.1
Bitstream fixes (mainly a VOL syntax error and a missing/wrong paddings)

Revision 1.39.2.15 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 12:29:07 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.39.2.14: +18 -5 lines
Diff to previous 1.39.2.14 , to branch point 1.39 , to selected 1.1
Bitstream fixes (mainly a VOL syntax error and a missing/wrong paddings)

Revision 1.39.2.14 - (view) (download) (annotate) - [select for diffs]
Sun Jun 29 16:17:51 2003 UTC (20 years, 9 months ago) by chl
Branch: dev-api-4
Changes since 1.39.2.13: +3 -3 lines
Diff to previous 1.39.2.13 , to branch point 1.39 , to selected 1.1
3 warp point GME - first bugfix

Revision 1.39.2.13 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 14:16:41 2003 UTC (20 years, 9 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.39.2.12: +1 -9 lines
Diff to previous 1.39.2.12 , to branch point 1.39 , to selected 1.1
removed rather useless log2bin asm code

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

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 17:07:57 2003 UTC (20 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.39: +6 -0 lines
Diff to previous 1.39 , to selected 1.1
don't use Walken idct anymore, simple idct is now used by default instead

Revision 1.39.2.11 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:51:34 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.39.2.10: +25 -67 lines
Diff to previous 1.39.2.10 , to branch point 1.39 , to selected 1.1
Added legal header

Revision 1.39.2.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 01:17:09 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.39.2.9: +212 -181 lines
Diff to previous 1.39.2.9 , to branch point 1.39 , to selected 1.1
ISO C89 comment style

Revision 1.39.2.9 - (view) (download) (annotate) - [select for diffs]
Thu May 22 16:35:24 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.39.2.8: +82 -82 lines
Diff to previous 1.39.2.8 , to branch point 1.39 , to selected 1.1
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.39.2.8 - (view) (download) (annotate) - [select for diffs]
Sat May 17 13:32:47 2003 UTC (20 years, 10 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.39.2.7: +83 -83 lines
Diff to previous 1.39.2.7 , to branch point 1.39 , to selected 1.1
* 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.39.2.7 - (view) (download) (annotate) - [select for diffs]
Mon May 12 12:30:13 2003 UTC (20 years, 10 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.39.2.6: +6 -22 lines
Diff to previous 1.39.2.6 , to branch point 1.39 , to selected 1.1
zones, profiles, vfw changes

Revision 1.39.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 14:56:48 2003 UTC (21 years ago) by edgomez
Branch: dev-api-4
Changes since 1.39.2.5: +19 -19 lines
Diff to previous 1.39.2.5 , to branch point 1.39 , to selected 1.1
Changed flags naming conventions

Revision 1.39.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 10:47:59 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.39.2.4: +7 -2 lines
Diff to previous 1.39.2.4 , to branch point 1.39 , to selected 1.1
encoder asp indication support

Revision 1.39.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 10:39:53 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.39.2.3: +2 -1 lines
Diff to previous 1.39.2.3 , to branch point 1.39 , to selected 1.1
asp indication support

Revision 1.39.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 17:03:17 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.39.2.2: +6 -2 lines
Diff to previous 1.39.2.2 , to branch point 1.39 , to selected 1.1
variable frame rate encoding

Revision 1.39.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 14:32:56 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.39.2.1: +1 -1 lines
Diff to previous 1.39.2.1 , to branch point 1.39 , to selected 1.1
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump

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

Revision 1.39 - (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.38: +1 -1 lines
Diff to previous 1.38 , to selected 1.1
Small fixes patch

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

Revision 1.28.2.20 - (view) (download) (annotate) - [select for diffs]
Sat Feb 8 03:53:08 2003 UTC (21 years, 1 month ago) by suxen_drol
Branch: dev-api-3
Changes since 1.28.2.19: +17 -6 lines
Diff to previous 1.28.2.19 , to branch point 1.28 , to next main 1.61 , to selected 1.1
vbv bitstream dprintfs

Revision 1.28.2.19 - (view) (download) (annotate) - [select for diffs]
Tue Jan 14 10:30:39 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.28.2.18: +6 -6 lines
Diff to previous 1.28.2.18 , to branch point 1.28 , to selected 1.1
No padding before startcodes, except VOP

Revision 1.28.2.18 - (view) (download) (annotate) - [select for diffs]
Mon Jan 13 14:33:24 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.28.2.17: +12 -5 lines
Diff to previous 1.28.2.17 , to branch point 1.28 , to selected 1.1
Padding fix at end of VOPs

Revision 1.28.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 20:37:13 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.28.2.16: +2 -11 lines
Diff to previous 1.28.2.16 , to branch point 1.28 , to selected 1.1
Bugfix new GMC + Qpel

Revision 1.28.2.16 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 14:59:24 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.28.2.15: +17 -21 lines
Diff to previous 1.28.2.15 , to branch point 1.28 , to selected 1.1
Major update: Support for GME/GMC with 2 warppoints

Revision 1.28.2.15 - (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.28.2.14: +10 -1 lines
Diff to previous 1.28.2.14 , to branch point 1.28 , to selected 1.1
missing decoder emms's
SWAP(_T_...)
moved divx/xvid id to bitstream.c
minor warnings cleanup

Revision 1.28.2.14 - (view) (download) (annotate) - [select for diffs]
Sun Dec 29 04:55:51 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.28.2.13: +21 -2 lines
Diff to previous 1.28.2.13 , to branch point 1.28 , to selected 1.1
visual_object_sequence, visual_object headers

Revision 1.28.2.13 - (view) (download) (annotate) - [select for diffs]
Fri Dec 20 05:12:02 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.28.2.12: +2 -2 lines
Diff to previous 1.28.2.12 , to branch point 1.28 , to selected 1.1
const notype warning

Revision 1.28.2.12 - (view) (download) (annotate) - [select for diffs]
Wed Dec 18 13:29:16 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.28.2.11: +6 -6 lines
Diff to previous 1.28.2.11 , to branch point 1.28 , to selected 1.1
vo_id,vol_id cleanup

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Dec 15 01:21:12 2002 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1
Branch point for: release-0_9_1-fixes
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 , to selected 1.1
Another series of warnings for aggressive compilers

Revision 1.28.2.11 - (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.28.2.10: +2 -0 lines
Diff to previous 1.28.2.10 , to branch point 1.28 , to selected 1.1
mingw/dprintf cleanup, portab.h updated from release-0.9.0

Revision 1.28.2.10 - (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.28.2.9: +5 -1 lines
Diff to previous 1.28.2.9 , to branch point 1.28 , to selected 1.1
decoder cleanup

Revision 1.28.2.9 - (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.28.2.8: +10 -3 lines
Diff to previous 1.28.2.8 , to branch point 1.28 , to selected 1.1
rrv i-vop encoding

Revision 1.28.2.8 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 06:43:34 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.28.2.7: +2 -1 lines
Diff to previous 1.28.2.7 , to branch point 1.28 , to selected 1.1
gcc -Wall cleanup

Revision 1.28.2.7 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 05:36:20 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.28.2.6: +213 -18 lines
Diff to previous 1.28.2.6 , to branch point 1.28 , to selected 1.1
complexity estimation, rrv, and packed_mode cleanup

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

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Nov 17 00:57:56 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.34: +37 -15 lines
Diff to previous 1.34 , to selected 1.1
License changed

Revision 1.28.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 15:53:23 2002 UTC (21 years, 4 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.28.2.5: +21 -2 lines
Diff to previous 1.28.2.5 , to branch point 1.28 , to selected 1.1
packed bitstream decoding support

Revision 1.28.2.5 - (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.28.2.4: +285 -83 lines
Diff to previous 1.28.2.4 , to branch point 1.28 , to selected 1.1
encoder: new colorspace; decoder: auto width/height, basic gmc, experimental rrv

Revision 1.28.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Nov 2 15:52:30 2002 UTC (21 years, 5 months ago) by chl
Branch: dev-api-3
CVS Tags: branch-release-1-0
Changes since 1.28.2.3: +62 -49 lines
Diff to previous 1.28.2.3 , to branch point 1.28 , to selected 1.1
Basic support for translation-only GMC support (compatible to Divx5)
use general flag XVID_GMC to switch it on, the rest is done automatically.
!!! Combination with B-frames is completely untested !!!

Revision 1.28.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Oct 5 21:27:20 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.28.2.2: +43 -10 lines
Diff to previous 1.28.2.2 , to branch point 1.28 , to selected 1.1
qpel support code

Revision 1.28.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 28 13:01:02 2002 UTC (21 years, 6 months ago) by chl
Branch: dev-api-3
Changes since 1.28.2.1: +0 -1 lines
Diff to previous 1.28.2.1 , to branch point 1.28 , to selected 1.1
Fixed timecode (including support for max_b > fps)
Thanks to suxen_drol for showing me the obvious way to fix it (using pRef)

Revision 1.28.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.28: +5 -2 lines
Diff to previous 1.28 , to selected 1.1
alternate-vertical-scan encoding/decoding support

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 10:59:10 2002 UTC (21 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 , to selected 1.1
mingw/msvc compat. patch

Revision 1.33 - (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.32: +2 -2 lines
Diff to previous 1.32 , to selected 1.1
Removed DEBUGXXXs calls

Revision 1.32 - (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.31: +2 -2 lines
Diff to previous 1.31 , to selected 1.1
pross email address updates

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Sep 19 19:25:06 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.30: +9 -38 lines
Diff to previous 1.30 , to selected 1.1
- Removed last bits of BFRAMES #ifdefs

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Sep 12 19:06:37 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 , to selected 1.1
Fixed an uninitialized variable (gcc 3.1)

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Sep 10 22:52:12 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.28: +36 -82 lines
Diff to previous 1.28 , to selected 1.1
Added headers, removed unused code

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Sep 3 17:25:45 2002 UTC (21 years, 6 months ago) by chl
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.27: +15 -13 lines
Diff to previous 1.27 , to selected 1.1
Support for timestamps even without #define BFRAMES

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Sep 2 21:15:37 2002 UTC (21 years, 7 months ago) by chl
Branch: MAIN
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 , to selected 1.1
Added low_delay=1 for non-Bframes mode.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 00:49:16 2002 UTC (21 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.25: +5 -6 lines
Diff to previous 1.25 , to selected 1.1
qpel decoding support

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 13:34:32 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.24: +8 -5 lines
Diff to previous 1.24 , to selected 1.1
Minor fix for time-hack

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 23:52:39 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.23: +7 -5 lines
Diff to previous 1.23 , to selected 1.1
Fixed for Bframes encoding and maybe decoding, too.

Revision 1.23 - (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.22: +10 -1 lines
Diff to previous 1.22 , to selected 1.1
support the decode examples in ex1

Revision 1.22 - (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.21: +115 -78 lines
Diff to previous 1.21 , to selected 1.1
resync patch

Revision 1.21 - (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.20: +43 -0 lines
Diff to previous 1.20 , to selected 1.1
resync support, check_cpu_features() fixed

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 09:41:52 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.19: +6 -5 lines
Diff to previous 1.19 , to selected 1.1
fixed_vop_rate

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 09:41:54 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.18: +8 -3 lines
Diff to previous 1.18 , to selected 1.1
minor dx50bvop fix

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 14:05:58 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.16: +27 -3 lines
Diff to previous 1.16 , to selected 1.1
bframe patch

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 01:01:02 2002 UTC (21 years, 9 months ago) by chenm001
Branch: MAIN
Changes since 1.15: +13 -10 lines
Diff to previous 1.15 , to selected 1.1
fix a little bug in use custom quant matrix

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 12:26:06 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 , to selected 1.1
msvc asm{} codingstyle fix

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:40 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.13: +259 -300 lines
Diff to previous 1.13 , to selected 1.1
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.13 - (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.12: +3 -1 lines
Diff to previous 1.12 , to selected 1.1
add low_delay decode support

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon May 6 10:07:19 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.11: +18 -1 lines
Diff to previous 1.11 , to selected 1.1
low_delay

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 6 08:18:11 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.10: +9 -4 lines
Diff to previous 1.10 , to selected 1.1
bitstream finc/fbase bug fix

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri May 3 08:37:55 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 , to selected 1.1
quant range checking

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri May 3 00:45:10 2002 UTC (21 years, 11 months ago) by chenm001
Branch: MAIN
Changes since 1.8: +39 -15 lines
Diff to previous 1.8 , to selected 1.1
add B-frame decode support

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed May 1 13:00:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.7: +22 -1 lines
Diff to previous 1.7 , to selected 1.1
#define BFRAMES

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.6: +13 -12 lines
Diff to previous 1.6 , to selected 1.1
FRAMEINFO

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Apr 16 00:17:35 2002 UTC (21 years, 11 months ago) by chenm001
Branch: MAIN
Changes since 1.5: +12 -2 lines
Diff to previous 1.5 , to selected 1.1
rewrite log2bin() use asm386(only in VC)

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 12:26:44 2002 UTC (22 years ago) by canard
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 , to selected 1.1
fixed some warnings

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Mar 9 21:40:36 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.2: +6 -2 lines
Diff to previous 1.2 , to selected 1.1
qmatrix bugfix

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 19:17:24 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.1: +36 -21 lines
Diff to previous 1.1
custom qmatrix support

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:34 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.61
moved sources

Revision 1.1 - (view) (download) (annotate) - [selected]
Fri Mar 8 02:44:34 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Branch point for: core
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