[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)
Links to dev-api-4: (view) (download) (annotate)
Sticky Tag:

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.28
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.28
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.28
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, 3 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.28
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.28
* 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.28
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.28
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.28
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.28
Final bits of AR flag support during encoding

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.28
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.28
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.28
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.28
Activated simple_idct for MMX - Backward compatibility with bistream version 9 ensures the use of the standard idct_mmx function

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.28
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.28
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.28
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.28
* 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.28
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.28
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.28
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.28
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.28
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.28
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.28
++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.28
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.28
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

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.28
Another series of warnings for aggressive compilers

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.28
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.28
License changed

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.28
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.28
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.28
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.28
- 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.28
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
Added headers, removed unused code

Revision 1.28 - (view) (download) (annotate) - [selected]
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
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, 6 months ago) by chl
Branch: MAIN
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 , to selected 1.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
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.28
#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.28
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.28
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.28
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.28
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.28
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 , to selected 1.28
custom qmatrix support

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