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

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 , to selected 1.16
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 , to selected 1.16
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 , to selected 1.16
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 , to selected 1.16
removed trailing spaces

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 , to selected 1.16
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 , to selected 1.16
zones, profiles, vfw changes

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

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 , to selected 1.16
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 , to selected 1.16
++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) - [selected]
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) - [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.16
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.16
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.16
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.16
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.16
- 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.16
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.16
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.16
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.16
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.16
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 , to selected 1.16
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 , to selected 1.16
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.16
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.16
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.16
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