[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-0_9_1-fixes: (view) (download) (annotate)
Sticky Tag:

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 , to selected 1.4
Bitstream fixes (mainly a VOL syntax error and a missing/wrong paddings)

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 , to selected 1.4
Fixes 32 bit misaligned reads on ARM

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 , to selected 1.4
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) - [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 , to selected 1.4
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.4
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.4
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.4
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.4
- 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 , to selected 1.4
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 , to selected 1.4
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.4
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.4
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.4
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) - [selected]
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 , to selected 1.4
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 , to selected 1.4
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.4
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