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

Log of /trunk/xvidcore/examples/xvid_encraw.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1769 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 9 20:08:53 2007 UTC (17 years, 2 months ago) by Isibaar
File length: 70404 byte(s)
Diff to previous 1757
- ssim and colorspace set-up patches by Johannes Reinhardt

Revision 1757 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 8 06:55:27 2006 UTC (17 years, 4 months ago) by Skal
File length: 70033 byte(s)
Diff to previous 1743
        + applied ssim_part3.diff patch, by Johannes Reinhardt

Revision 1743 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 30 11:21:42 2006 UTC (17 years, 4 months ago) by Skal
File length: 69988 byte(s)
Diff to previous 1739
        + 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 1739 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 16 04:46:01 2006 UTC (17 years, 5 months ago) by Skal
File length: 69875 byte(s)
Diff to previous 1737
        update totalPSNR[], whatever the ARG_PROGRESS

Revision 1737 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 15:16:25 2006 UTC (17 years, 5 months ago) by Skal
File length: 69871 byte(s)
Diff to previous 1735
        some more SSIM patches by Johannes

Revision 1735 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 09:28:46 2006 UTC (17 years, 5 months ago) by Skal
File length: 69839 byte(s)
Diff to previous 1729
        removed the #ifndef WIN32 protection around xvid_plugin_ssim

Revision 1729 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 11 13:52:06 2006 UTC (17 years, 5 months ago) by Skal
File length: 69860 byte(s)
Diff to previous 1721
        + 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 1721 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 11 17:17:09 2006 UTC (17 years, 8 months ago) by chl
File length: 69128 byte(s)
Diff to previous 1712
ARG_FRAMERATE=0. broke encoding with default

Revision 1712 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 8 14:19:04 2006 UTC (17 years, 8 months ago) by Skal
File length: 69128 byte(s)
Diff to previous 1710
        some compile fix... note: -start <int> only works for
        raw YUV input (type 0).

Revision 1710 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 16 10:08:28 2006 UTC (17 years, 9 months ago) by syskin
File length: 69088 byte(s)
Diff to previous 1683
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 1683 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 24 10:39:23 2006 UTC (18 years ago) by syskin
File length: 38167 byte(s)
Diff to previous 1676
support -threads parameter (defaults to zero)

Revision 1676 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 17 19:06:25 2006 UTC (18 years, 2 months ago) by Isibaar
File length: 38070 byte(s)
Diff to previous 1646
- Removed the 9999 frames encode limit from xvid_encraw

Revision 1646 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 7 15:02:28 2005 UTC (18 years, 5 months ago) by suxen_drol
File length: 37772 byte(s)
Diff to previous 1645
minor xvid_{enc,dec}_raw fixes:
- fix clock resolution (thanks yuri khan)
- link vfw32.lib for win32 avifile support
- honour avifile stream length

Revision 1645 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 6 18:28:31 2005 UTC (18 years, 5 months ago) by Isibaar
File length: 37703 byte(s)
Diff to previous 1627
- added avi/avs input support
- various new options

Revision 1627 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 10:53:46 2005 UTC (18 years, 7 months ago) by Isibaar
File length: 34109 byte(s)
Diff to previous 1624
 * 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 1624 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 5 20:55:12 2005 UTC (18 years, 8 months ago) by chl
File length: 34137 byte(s)
Diff to previous 1623
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 1623 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 5 20:39:52 2005 UTC (18 years, 8 months ago) by chl
File length: 32695 byte(s)
Diff to previous 1622
made "-asm" default behaviour. This has been annoying me for years...
added "-noasm" switch to disable it.

Revision 1622 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 22 06:18:14 2005 UTC (18 years, 9 months ago) by Skal
File length: 32523 byte(s)
Diff to previous 1559
	added the '-grey' option, for GREYSCALE coding.

Revision 1559 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 19 09:41:06 2004 UTC (19 years, 4 months ago) by chl
File length: 32248 byte(s)
Diff to previous 1470
Added -interlaced switch for interlaced MPEG-4 encoding.

Revision 1470 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 10 18:13:42 2004 UTC (19 years, 9 months ago) by chl
File length: 31969 byte(s)
Diff to previous 1398
Initial version of VBV support, activate in 2pass by setting vbv_size!=0

Revision 1398 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 2 21:29:21 2004 UTC (19 years, 11 months ago) by edgomez
File length: 31770 byte(s)
Diff to previous 1382
Merged 1.0 branch fixes

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
File length: 31766 byte(s)
Diff to previous 896
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 896 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 22 21:37:50 2003 UTC (21 years ago) by chl
File length: 22383 byte(s)
Diff to previous 860
Corrected Colorspace (MPEG-4 uses YCbCr, not YCrCb)

Revision 860 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 16 05:11:39 2003 UTC (21 years, 1 month ago) by suxen_drol
File length: 22390 byte(s)
Diff to previous 851
futher portab.h, ARCH_IS_xxx fixes

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 22384 byte(s)
Diff to previous 830
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 830 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 11 21:56:31 2003 UTC (21 years, 1 month ago) by edgomez
File length: 22169 byte(s)
Diff to previous 824
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 824 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month ago) by edgomez
File length: 22190 byte(s)
Diff to previous 741
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 741 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 26 14:36:06 2002 UTC (21 years, 2 months ago) by edgomez
File length: 22193 byte(s)
Diff to previous 728
Program's name fix in a printf

Revision 728 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 18 20:48:25 2002 UTC (21 years, 3 months ago) by edgomez
File length: 22193 byte(s)
Diff to previous 684
Added Hinted ME code to show how to use it

Revision 684 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 27 21:09:10 2002 UTC (21 years, 3 months ago) by edgomez
File length: 19296 byte(s)
Diff to previous 566
Ansi C + Win32 update for xvid_bench

Revision 566 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 28 16:01:15 2002 UTC (21 years, 5 months ago) by edgomez
File length: 19236 byte(s)
Diff to previous 561
- Added string.h so gcc does not complain about an undeclared strcmp function.

Revision 561 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 28 14:53:40 2002 UTC (21 years, 5 months ago) by edgomez
File length: 19216 byte(s)
Diff to previous 558
Last small fixes

Revision 558 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 28 14:26:53 2002 UTC (21 years, 5 months ago) by edgomez
File length: 19219 byte(s)
Diff to previous 376
Updated - MSVC compatibility - MP4U support - Single m4v file support

Revision 376 - (view) (download) (annotate) - [select for diffs]
Added Sat Aug 17 20:03:36 2002 UTC (21 years, 7 months ago) by chl
File length: 16454 byte(s)
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, 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