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

Log of /xvidcore/src/bitstream/bitstream.h

Parent Directory Parent Directory


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

Revision 1.25.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.25: +2 -2 lines
Diff to previous 1.25 , to next main 1.26
get rid off compiler warnings

Revision 1.26 - (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.25: +2 -2 lines
Diff to previous 1.25
get rid off compiler warnings

Revision 1.25 - (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.24: +3 -2 lines
Diff to previous 1.24
refactorized encoder multi-threading
introduced slice-based encoding

Revision 1.22.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 09:26:52 2006 UTC (17 years, 5 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_2, release-1_1_3, release-1_1_3-final
Changes since 1.22.2.1: +35 -17 lines
Diff to previous 1.22.2.1 , to branch point 1.22 , to next main 1.26
- Synced with cvs head version

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 08:46:56 2006 UTC (17 years, 6 months ago) by Skal
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.23: +25 -5 lines
Diff to previous 1.23
        + added a protection flag XVID_SAFE_BS_TAIL for not reading
        more than 4byte past the end of the input buffer. This is
        disabled by default (because slow), and 8byte-padding of input
        buffer should be a prefered solution in case of problem.
        Please cross-check i didn't break something.


        Thanks to Liang Jian ( jianliang79 at gmail dot com ) for
        pointing out the problem.

Revision 1.22.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
Changes since 1.22: +13 -3 lines
Diff to previous 1.22
- Back ported several important bug fixes from head to release-1_1-branch

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Apr 14 07:24:47 2006 UTC (17 years, 11 months ago) by Skal
Branch: MAIN
Changes since 1.22: +11 -3 lines
Diff to previous 1.22
        preserve the intervening bytes in BitstreamInit()

        original reports by Alex Volkov and Liang Jian.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final
Branch point for: release-1_1-branch
Changes since 1.21: +4 -3 lines
Diff to previous 1.21
	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.21 - (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.20: +13 -1 lines
Diff to previous 1.20
	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.20 - (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.19: +1 -2 lines
Diff to previous 1.19
RRV removed from everything else

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years ago) by edgomez
Branch: MAIN
CVS Tags: release-1_0_0, release-1_0_1, release-1_0_2, release-1_0_3
Branch point for: release-1_0-branch
Changes since 1.18: +26 -22 lines
Diff to previous 1.18
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.17.2.9 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 11:54:37 2003 UTC (20 years, 3 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.17.2.8: +3 -2 lines
Diff to previous 1.17.2.8 , to branch point 1.17 , to next main 1.26
signal cartoon mode in bitstream

Revision 1.17.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 15:46:55 2003 UTC (20 years, 4 months ago) by syskin
Branch: dev-api-4
Changes since 1.17.2.7: +2 -2 lines
Diff to previous 1.17.2.7 , to branch point 1.17
small redesign of plugin system to make lumimasking working (2 - bacause I'm lame)

Revision 1.17.2.7 - (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.17.2.6: +3 -2 lines
Diff to previous 1.17.2.6 , to branch point 1.17
small redesign of plugin system to make lumimasking working

Revision 1.17.2.6 - (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.17.2.5: +8 -8 lines
Diff to previous 1.17.2.5 , to branch point 1.17
removed trailing spaces

Revision 1.16.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 12:39:32 2003 UTC (20 years, 8 months ago) by edgomez
Branch: release-0_9_1-fixes
CVS Tags: release-0_9_2
Changes since 1.16.2.1: +36 -15 lines
Diff to previous 1.16.2.1 , to branch point 1.16 , to next main 1.26
Bitstream fixes (mainly a VOL syntax error and a missing/wrong paddings)

Revision 1.17.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:51:46 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.17.2.4: +7 -9 lines
Diff to previous 1.17.2.4 , to branch point 1.17
Added legal header

Revision 1.17.2.4 - (view) (download) (annotate) - [select for diffs]
Mon May 12 12:31:05 2003 UTC (20 years, 10 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.17.2.3: +9 -5 lines
Diff to previous 1.17.2.3 , to branch point 1.17
zones, profiles, vfw changes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 22:16:15 2003 UTC (20 years, 11 months ago) by edgomez
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Branch point for: Isibaar
Changes since 1.17: +93 -102 lines
Diff to previous 1.17
Fixes 32 bit misaligned reads on ARM (+ some sync work with old 0.9.x tree for cleanups)

Revision 1.17.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 22:13:35 2003 UTC (20 years, 11 months ago) by edgomez
Branch: dev-api-4
Changes since 1.17.2.2: +93 -102 lines
Diff to previous 1.17.2.2 , to branch point 1.17
Fixes 32 bit misaligned reads on ARM (+ some sync work with old 0.9.x tree for cleanups)

Revision 1.16.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 22:12:07 2003 UTC (20 years, 11 months ago) by edgomez
Branch: release-0_9_1-fixes
Changes since 1.16: +21 -7 lines
Diff to previous 1.16
Fixes 32 bit misaligned reads on ARM

Revision 1.17.2.2 - (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.17.2.1: +1 -0 lines
Diff to previous 1.17.2.1 , to branch point 1.17
asp indication support

Revision 1.17.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.17: +1 -2 lines
Diff to previous 1.17
++api v1.-127.0

Revision 1.17 - (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
Branch point for: dev-api-4
Changes since 1.16: +149 -116 lines
Diff to previous 1.16
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1
Branch point for: release-0_9_1-fixes
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
I made all these changes on my own working copy until i had
something really usable wihtout regressions for most users.

I think its place is now in CVS. Here is a ChangeLog summary
generated from my local patches.

base-0
    Imported xvidcore 0.9.0 into arch repository
patch-1
    Updated to current stable CVS_HEAD
patch-2
    Changed build system for Unix OSes
patch-3
    Fixes for the new build system in sources.
patch-4
    Fixed options and added the --disable-assembly option
patch-5
    Fixed a BSD checking in nasm output format.
patch-6
    Fixed the "ar" "s" option for some platforms.
patch-7
    Changed the way I add strings into variables.
patch-8
    Fixed portab.h for _DEBUG target and GCC/ICC compilers.
patch-9
    Added Altivec detection (Guillaume Morin)
patch-10
    Fixed MacOSX build.
patch-11
    Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
patch-12
    DivX4 compatibility layer has been turned into an option (default:disable).

ToDo:
    - Fix IA64 assembly file selection.
    - Do I disable PPC assembly code ? (according to Guillaume, it needs to be updated)

Revision 1.10.2.5 - (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.10.2.4: +1 -1 lines
Diff to previous 1.10.2.4 , to branch point 1.10 , to next main 1.26
Major update: Support for GME/GMC with 2 warppoints

Revision 1.10.2.4 - (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.10.2.3: +4 -5 lines
Diff to previous 1.10.2.3 , to branch point 1.10
vo_id,vol_id cleanup

Revision 1.15 - (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.14: +21 -21 lines
Diff to previous 1.14
ANSI C compliancy - thx Rick Foos

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

Revision 1.10.2.3 - (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.10.2.2: +25 -3 lines
Diff to previous 1.10.2.2 , to branch point 1.10
encoder: new colorspace; decoder: auto width/height, basic gmc, experimental rrv

Revision 1.10.2.2 - (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.10.2.1: +2 -2 lines
Diff to previous 1.10.2.1 , to branch point 1.10
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.10.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Oct 3 12:06:42 2002 UTC (21 years, 5 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.10: +38 -13 lines
Diff to previous 1.10
correct bitstream stuffing and divx5-bframes compatibility

Revision 1.13 - (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.12: +2 -2 lines
Diff to previous 1.12
pross email address updates

Revision 1.12 - (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.11: +1 -5 lines
Diff to previous 1.11
Added headers, removed unused code

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 10 22:25:23 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.10: +51 -56 lines
Diff to previous 1.10
- Changed header
- Extended peter's copyright to 2002
- Cosmetic separation between logical sections

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jun 30 10:46:29 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
resync patch

Revision 1.9 - (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.8: +41 -1 lines
Diff to previous 1.8
resync support, check_cpu_features() fixed

Revision 1.8 - (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.7: +6 -1 lines
Diff to previous 1.7
bframe patch

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:25:07 2002 UTC (21 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
ia64 changes

Revision 1.6 - (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.5: +88 -70 lines
Diff to previous 1.5
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.5 - (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.4: +1 -1 lines
Diff to previous 1.4
add B-frame decode support

Revision 1.4 - (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.3: +4 -4 lines
Diff to previous 1.3
FRAMEINFO

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 14:40:36 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.2: +0 -13 lines
Diff to previous 1.2
hinted motion estimation support (raw or compressed)

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

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

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:35 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