Log of /trunk/xvidcore/examples/xvid_encraw.c
Parent Directory
Revision
2076 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 5 08:37:24 2014 UTC (9 years, 2 months ago) by
Isibaar
File length: 87086 byte(s)
Diff to
previous 2074
Help info about zones usage and various fixes for compiler warnings - Patch by Elio Blanca
Revision
1947 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 3 15:01:14 2011 UTC (12 years, 3 months ago) by
Isibaar
File length: 81943 byte(s)
Diff to
previous 1932
auto framerate detection if possible, some other minor cosmetics (derived from Jawor's patches)
Revision
1743 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 30 11:21:42 2006 UTC (16 years, 7 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
1729 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 11 13:52:06 2006 UTC (16 years, 7 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
1710 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 16 10:08:28 2006 UTC (16 years, 11 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
1646 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 7 15:02:28 2005 UTC (17 years, 7 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
1627 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 1 10:53:46 2005 UTC (17 years, 10 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 (17 years, 10 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 (17 years, 10 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
851 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 15 15:22:19 2003 UTC (20 years, 3 months 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 (20 years, 3 months 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 (20 years, 3 months 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
566 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 28 16:01:15 2002 UTC (20 years, 8 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
376 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Sat Aug 17 20:03:36 2002 UTC (20 years, 9 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.