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

Revision 1.46.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 30 11:47:06 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: release-1_3-branch
CVS Tags: rc1_1_3_0
Changes since 1.46.2.1: +4 -4 lines
Diff to previous 1.46.2.1 , to branch point 1.46
more bug squashing

Revision 1.46.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 19:19:57 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: release-1_3-branch
Changes since 1.46: +17 -17 lines
Diff to previous 1.46
get rid off compiler warnings

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 16:02:08 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
CVS Tags: tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.45: +7 -1 lines
Diff to previous 1.45
refactorized encoder multi-threading
introduced slice-based encoding

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 15:19:07 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.44: +10 -2 lines
Diff to previous 1.44
PSNRHVSM R-D optimization

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 14:42:07 2010 UTC (13 years, 5 months ago) by Isibaar
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43
Clean-up for vbv_peakrate handling (many thanks to Lasse Collin)

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Oct 10 19:20:03 2010 UTC (13 years, 6 months ago) by Isibaar
Branch: MAIN
Changes since 1.42: +14 -4 lines
Diff to previous 1.42
PSNR-HVS-M quality metric

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 12:16:48 2010 UTC (14 years ago) by Isibaar
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41
fixed rounding issue for app-level multi-threading

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Mar 9 16:25:17 2010 UTC (14 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.40: +26 -35 lines
Diff to previous 1.40
fixed multithreaded AVI input (hopefully)

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Mar 9 14:56:02 2010 UTC (14 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
typo with sequence splitting

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Mar 9 10:00:22 2010 UTC (14 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.38: +529 -221 lines
Diff to previous 1.38
app-level multi-threading for xvid_encraw

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed May 27 15:52:05 2009 UTC (14 years, 10 months ago) by Isibaar
Branch: MAIN
Changes since 1.37: +9 -5 lines
Diff to previous 1.37
Added Darkshikari's variance masking as an option to lumimasking

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 20:17:39 2008 UTC (15 years, 4 months ago) by Isibaar
Branch: MAIN
CVS Tags: release-1_2_0, release-1_2_2, tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.36: +2 -1 lines
Diff to previous 1.36
more ssim fixes

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 19:45:28 2008 UTC (15 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.35: +4 -2 lines
Diff to previous 1.35
fix for -ssim option

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 15:43:27 2008 UTC (15 years, 5 months ago) by Isibaar
Branch: MAIN
Changes since 1.34: +6 -2 lines
Diff to previous 1.34
initial SSE4 support

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 20:08:53 2007 UTC (17 years, 3 months ago) by Isibaar
Branch: MAIN
Changes since 1.33: +27 -9 lines
Diff to previous 1.33
- ssim and colorspace set-up patches by Johannes Reinhardt

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Nov 8 06:55:27 2006 UTC (17 years, 5 months ago) by Skal
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
        + applied ssim_part3.diff patch, by Johannes Reinhardt

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 11:21:42 2006 UTC (17 years, 5 months ago) by Skal
Branch: MAIN
Changes since 1.31: +11 -6 lines
Diff to previous 1.31
        + further patch for SSIM plugin by Johannes Reinhardt
        + updated `xvid_bench 15` => there's still a little
        rounding inaccuracy in the reported CRCs. Work in progress...

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Oct 16 04:46:01 2006 UTC (17 years, 6 months ago) by Skal
Branch: MAIN
Changes since 1.30: +9 -9 lines
Diff to previous 1.30
        update totalPSNR[], whatever the ARG_PROGRESS

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 15:16:25 2006 UTC (17 years, 6 months ago) by Skal
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
        some more SSIM patches by Johannes

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 09:28:46 2006 UTC (17 years, 6 months ago) by Skal
Branch: MAIN
Changes since 1.28: +1 -3 lines
Diff to previous 1.28
        removed the #ifndef WIN32 protection around xvid_plugin_ssim

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Oct 11 13:52:06 2006 UTC (17 years, 6 months ago) by Skal
Branch: MAIN
Changes since 1.27: +23 -2 lines
Diff to previous 1.27
        + added SSIM pluging to xvid_encraw.c (only for non-WIN32
        for now)
        + modified Makefile to use generic/=build/libxvidcore.a
        direct path

        Patch by Johannes Reinhardt at uni-konstanz dot de

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 17:17:09 2006 UTC (17 years, 9 months ago) by chl
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
ARG_FRAMERATE=0. broke encoding with default

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Jul 8 14:19:04 2006 UTC (17 years, 9 months ago) by Skal
Branch: MAIN
Changes since 1.25: +9 -6 lines
Diff to previous 1.25
        some compile fix... note: -start <int> only works for
        raw YUV input (type 0).

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jun 16 10:08:28 2006 UTC (17 years, 10 months ago) by syskin
Branch: MAIN
Changes since 1.24: +1221 -245 lines
Diff to previous 1.24
xvid_encraw with AVI input support, possible MKV output support, and all options/settings. Possibly the ugliest piece of code in our tree. Needs a rewrite.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Feb 24 10:39:23 2006 UTC (18 years, 1 month ago) by syskin
Branch: MAIN
Changes since 1.23: +6 -3 lines
Diff to previous 1.23
support -threads parameter (defaults to zero)

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 19:06:25 2006 UTC (18 years, 3 months ago) by Isibaar
Branch: MAIN
Changes since 1.22: +15 -5 lines
Diff to previous 1.22
- Removed the 9999 frames encode limit from xvid_encraw

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