[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 release-1_0-branch: (view) (download) (annotate)
Sticky Tag:

Revision 1.10.2.6 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 11:38:12 2004 UTC (19 years, 8 months ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_2, release-1_0_3
Changes since 1.10.2.5: +1 -0 lines
Diff to previous 1.10.2.5 , to branch point 1.10 , to next main 1.29
Fixes from my tree, especially the bvop ref block interpolation fix

Revision 1.10.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 11:41:41 2004 UTC (19 years, 9 months ago) by edgomez
Branch: release-1_0-branch
Changes since 1.10.2.4: +4 -0 lines
Diff to previous 1.10.2.4 , to branch point 1.10
Fixes from my tree

Revision 1.10.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Apr 15 22:39:30 2004 UTC (20 years ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_0, release-1_0_1
Changes since 1.10.2.3: +9 -10 lines
Diff to previous 1.10.2.3 , to branch point 1.10
Cleaning

Revision 1.10.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Apr 15 10:04:55 2004 UTC (20 years ago) by suxen_drol
Branch: release-1_0-branch
Changes since 1.10.2.2: +19 -8 lines
Diff to previous 1.10.2.2 , to branch point 1.10
#define ARCH_IS_LITTLE_ENDIAN missing for xvid_enc/decraw
fixed xvid_decraw compile warnings and div0 error
added xvid_decraw MSVC stdin eof warning

Revision 1.10.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 10:05:47 2004 UTC (20 years ago) by edgomez
Branch: release-1_0-branch
Changes since 1.10.2.1: +91 -7 lines
Diff to previous 1.10.2.1 , to branch point 1.10
PGM support back

Revision 1.10.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 22:02:56 2004 UTC (20 years ago) by edgomez
Branch: release-1_0-branch
Changes since 1.10: +98 -40 lines
Diff to previous 1.10
colorspace fix for RGB16 (C function only)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years, 1 month ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.9: +162 -162 lines
Diff to previous 1.9
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Mar 3 11:18:53 2003 UTC (21 years, 1 month ago) by chl
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Branch point for: Isibaar
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Minor fix (still_left_in_buffer underflowed too early)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 21:37:50 2003 UTC (21 years, 2 months ago) by chl
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Corrected Colorspace (MPEG-4 uses YCbCr, not YCrCb)

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