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

Log of /xvidcore/examples/xvid_encraw.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to release-1_1_3: (view) (download) (annotate)
Sticky Tag:

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Oct 7 15:02:28 2005 UTC (18 years, 6 months ago) by suxen_drol
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final, release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final
Branch point for: release-1_1-branch
Changes since 1.21: +4 -2 lines
Diff to previous 1.21
minor xvid_{enc,dec}_raw fixes:
- fix clock resolution (thanks yuri khan)
- link vfw32.lib for win32 avifile support
- honour avifile stream length

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Oct 6 18:28:31 2005 UTC (18 years, 6 months ago) by Isibaar
Branch: MAIN
Changes since 1.20: +146 -29 lines
Diff to previous 1.20
- added avi/avs input support
- various new options

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 10:53:46 2005 UTC (18 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.19: +4 -6 lines
Diff to previous 1.19
 * Writing pointed data is always better than memory
   addresses (Patch by GomGom)
 * Trivial style thingies (Patch by GomGom)
 * No width and height declared in write_tga bug
   (Patch by GomGom, spotted by Paul Kurucz
    ptk9417 at ritvax.isc.rit.edu)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jul 5 20:55:12 2005 UTC (18 years, 9 months ago) by chl
Branch: MAIN
Changes since 1.18: +41 -1 lines
Diff to previous 1.18
added RD modes using the "-vhqmode [0..4]" switch (as in VfW).
Default currently is 0, but 1 (RD_MODEDECISION) might be a good choice.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Jul 5 20:39:52 2005 UTC (18 years, 9 months ago) by chl
Branch: MAIN
Changes since 1.17: +5 -2 lines
Diff to previous 1.17
made "-asm" default behaviour. This has been annoying me for years...
added "-noasm" switch to disable it.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 06:18:14 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.16: +12 -2 lines
Diff to previous 1.16
	added the '-grey' option, for GREYSCALE coding.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 09:41:06 2004 UTC (19 years, 5 months ago) by chl
Branch: MAIN
Changes since 1.15: +7 -1 lines
Diff to previous 1.15
Added -interlaced switch for interlaced MPEG-4 encoding.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 10 18:13:42 2004 UTC (19 years, 10 months ago) by chl
Branch: MAIN
Changes since 1.14: +8 -1 lines
Diff to previous 1.14
Initial version of VBV support, activate in 2pass by setting vbv_size!=0

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 21:29:21 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Merged 1.0 branch fixes

Revision 1.13 - (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.12: +772 -404 lines
Diff to previous 1.12
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 21:36:27 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.11: +2 -2 lines
Diff to previous 1.11
Corrected Colorspace (MPEG-4 uses YCbCr, not YCrCb)

Revision 1.11 - (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.10: +2 -2 lines
Diff to previous 1.10
futher portab.h, ARCH_IS_xxx fixes

Revision 1.10 - (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.9: +53 -54 lines
Diff to previous 1.9
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 21:56:31 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.8: +2 -2 lines
Diff to previous 1.8
patch-13
    More "unknown compiler" friendly portab.h file.
patch-14
    The PPC port is now disabled because it is outdated.
patch-15
    Added the configure bootstrap script.
patch-16
    Changed linking option on PPC platforms (-flat_namespace)
patch-17
    Added IA64 DCT source choice according to the compiler basename.
patch-18
    Fixed xvid_encraw help message.
patch-19
    Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
    Removed BFrame outdated bframe/qpel decoding.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 19:32:52 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
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.7 - (view) (download) (annotate) - [select for diffs]
Thu Dec 26 14:36:06 2002 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Program's name fix in a printf

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Dec 18 20:48:25 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
Changes since 1.5: +102 -8 lines
Diff to previous 1.5
Added Hinted ME code to show how to use it

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Nov 27 21:09:10 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
Changes since 1.4: +21 -21 lines
Diff to previous 1.4
Ansi C + Win32 update for xvid_bench

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 28 16:01:15 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
- Added string.h so gcc does not complain about an undeclared strcmp function.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 28 14:53:40 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.2: +8 -9 lines
Diff to previous 1.2
Last small fixes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 28 14:26:53 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.1: +536 -433 lines
Diff to previous 1.1
Updated - MSVC compatibility - MP4U support - Single m4v file support

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