[cvs] / xvidcore / examples / xvid_decraw.c Repository:
ViewVC logotype

Log of /xvidcore/examples/xvid_decraw.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to dev-api-4: (view) (download) (annotate)
Sticky Tag:

Revision 1.7.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 22:35:30 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.5: +1 -1 lines
Diff to previous 1.7.2.5 , to branch point 1.7 , to next main 1.29
* encoder.c: GMC code fix in encoder.c. Now gmcval is initialized
  correctly when using GME.
* xvid_decraw.c: Fix elementary stream output.
* plugin_2pass2.c: Small parsing bug in stats reading in 2pass2.
* decoder.c: Read resync markers in bframes.

Revision 1.7.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 17:19:15 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.4: +38 -41 lines
Diff to previous 1.7.2.4 , to branch point 1.7
Fixes for buffer handling in decraw and more options to encraw

Revision 1.7.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 09:52:02 2003 UTC (20 years, 8 months ago) by chl
Branch: dev-api-4
Changes since 1.7.2.3: +4 -4 lines
Diff to previous 1.7.2.3 , to branch point 1.7
Check for -help was exactly wrong...

Revision 1.7.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:49:13 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.2: +6 -18 lines
Diff to previous 1.7.2.2 , to branch point 1.7
Added legal header

Revision 1.7.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 10:29:10 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.1: +34 -44 lines
Diff to previous 1.7.2.1 , to branch point 1.7
XVID_ERR_END

Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 23:39:47 2003 UTC (21 years, 1 month ago) by edgomez
Branch: dev-api-4
Changes since 1.7: +130 -105 lines
Diff to previous 1.7
2003-03-11 23:37:06 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-9

    Summary:
      Changed xvid_decraw option handling for -d/-m.
    Revision:
      xvidcore--devapi4--1.0--patch-9

    -d and -m options were boolean so option values were not needed.

    modified files:
     examples/xvid_decraw.c


2003-03-11 23:30:16 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-8

    Summary:
      Fixed frame counting in xvid_encraw.
    Revision:
      xvidcore--devapi4--1.0--patch-8

    We were branching before incrementing  the frame counter when core was
    buffering frames.  This was resulting  in wrong frame  counting during
    the buffering phase.

    modified files:
     examples/xvid_encraw.c


2003-03-11 23:07:01 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-7

    Summary:
      Ported xvid_decraw to new API.
    Revision:
      xvidcore--devapi4--1.0--patch-7

    xvid_decraw  has been  ported to  new  API. It  basically works  fine,
    however i'm not completly staisfied. If I do a step by step run then i
    can see  that second frame  is reported as  a VOL decoding  though the
    first IFrame has been consumed. This makes xvid_decraw does not report
    correctly frames' length.

    Except  that, xvid_decraw  works well  enough  to activate  it in  the
    makefile.

    modified files:
     examples/Makefile examples/xvid_decraw.c

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 05:11:39 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: MAIN
Branch point for: dev-api-4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
futher portab.h, ARCH_IS_xxx fixes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:17 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
CVS Tags: merged-dev-api-3
Changes since 1.5: +126 -121 lines
Diff to previous 1.5
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 19:32:52 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.4: +3 -3 lines
Diff to previous 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.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 28 14:27:16 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.3: +18 -14 lines
Diff to previous 1.3
Fixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 20:58:30 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- Fixed a typo error in unix mseconds

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 18:33:13 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.1: +465 -241 lines
Diff to previous 1.1
- Added command line
- Added simple mp4 video stream container support (header + :size,data: + ... + :size,data:)
- Fixed PGM saving
- Win32/MSVC compatibility

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Aug 17 20:03:36 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
CVS Tags: branch-release-1-0, tag-branching-20020904
Branch point for: dev-api-3
initial commit.
raw test application for XviD native API, including support for B-Frames.

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