[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)
Links to release-1_1_3-final: (view) (download) (annotate)
Sticky Tag:

Revision 1.22.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 09:26:52 2006 UTC (17 years, 4 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 , to selected 1.15
- Synced with cvs head version

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 , to selected 1.15
- Back ported several important bug fixes from head to release-1_1-branch

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 , to selected 1.15
	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 , to selected 1.15
	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 , to selected 1.15
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 , to selected 1.15
xvidcore 1.0.0 rc3 merge back to HEAD

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 , to selected 1.15
Fixes 32 bit misaligned reads on ARM (+ some sync work with old 0.9.x tree for cleanups)

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 , to selected 1.15
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.15 - (view) (download) (annotate) - [selected]
Tue Nov 26 23:44:10 2002 UTC (21 years, 3 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 , to selected 1.15
License changed

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 , to selected 1.15
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 , to selected 1.15
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 , to selected 1.15
- 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, 8 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 , to selected 1.15
resync patch

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jun 28 15:14:40 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.8: +41 -1 lines
Diff to previous 1.8 , to selected 1.15
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 , to selected 1.15
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 , to selected 1.15
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 , to selected 1.15
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, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.15
add B-frame decode support

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 06:55:00 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 , to selected 1.15
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 , to selected 1.15
hinted motion estimation support (raw or compressed)

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

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
Diff to selected 1.15
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