Log of /branches/release-1_3-branch/xvidcore/examples
Directory Listing
Revision
2129 -
Directory Listing
Modified
Wed Jul 8 17:32:58 2015 UTC (7 years, 8 months ago) by
Isibaar
Making the applevel multithreading work also for AVI output
Revision
2083 -
Directory Listing
Modified
Tue Apr 8 20:20:17 2014 UTC (8 years, 11 months ago) by
Isibaar
Ramp up copyright
Revision
2075 -
Directory Listing
Modified
Wed Mar 5 08:37:05 2014 UTC (9 years ago) by
Isibaar
Help info about zones usage and various fixes for compiler warnings - Patch by Elio Blanca
Revision
2073 -
Directory Listing
Modified
Tue Feb 11 14:48:10 2014 UTC (9 years, 1 month ago) by
Isibaar
Improved help texts and defaults handling. Patch by Elio Blanca.
Revision
2072 -
Directory Listing
Modified
Sun Feb 9 16:51:37 2014 UTC (9 years, 1 month ago) by
Isibaar
Better environment detection for Makefile - Patch by Elio Blanca
Revision
2069 -
Directory Listing
Modified
Fri Feb 7 16:00:32 2014 UTC (9 years, 1 month ago) by
Isibaar
Fix out of bound access to framestats struct. Thanks to Elio Blanca.
Revision
2061 -
Directory Listing
Modified
Thu Jun 21 09:55:14 2012 UTC (10 years, 9 months ago) by
Isibaar
Fixed bug in PGM header parser - thanks to Jim Bennett!
Revision
1985 -
Directory Listing
Modified
Wed May 18 09:02:35 2011 UTC (11 years, 10 months ago) by
Isibaar
enabled auto-props property
Revision
1947 -
Directory Listing
Modified
Thu Feb 3 15:01:14 2011 UTC (12 years, 1 month ago) by
Isibaar
auto framerate detection if possible, some other minor cosmetics (derived from Jawor's patches)
Revision
1932 -
Directory Listing
Modified
Thu Dec 30 11:47:06 2010 UTC (12 years, 2 months ago) by
Isibaar
more bug squashing
Revision
1928 -
Directory Listing
Modified
Tue Dec 28 19:19:57 2010 UTC (12 years, 2 months ago) by
Isibaar
get rid off compiler warnings
Revision
1927 -
Directory Listing
Modified
Tue Dec 28 16:34:55 2010 UTC (12 years, 2 months ago) by
Isibaar
updated readme and debian files
Revision
1925 -
Directory Listing
Modified
Mon Dec 27 16:39:33 2010 UTC (12 years, 2 months ago) by
This commit was manufactured by cvs2svn to create branch
'release-1_3-branch'.
Revision
1746 -
Directory Listing
Modified
Wed Nov 1 07:12:26 2006 UTC (16 years, 4 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
+ added a very simple bench to test bitstream-read functions
mostly to be used in conjunction to valgrind to spot uninitialized
reads.
Revision
1743 -
Directory Listing
Modified
Mon Oct 30 11:21:42 2006 UTC (16 years, 4 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
+ 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
1742 -
Directory Listing
Modified
Mon Oct 30 10:52:00 2006 UTC (16 years, 4 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
+ added support for NULL u/v pointer in yv12_to_yv12* functions
(+little bug fix for the vflip case).
Added a bench in xvid_bench.c (`xvid_bench 16`)
Revision
1729 -
Directory Listing
Modified
Wed Oct 11 13:52:06 2006 UTC (16 years, 5 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
+ 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
1712 -
Directory Listing
Modified
Sat Jul 8 14:19:04 2006 UTC (16 years, 8 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
some compile fix... note: -start <int> only works for
raw YUV input (type 0).
Revision
1710 -
Directory Listing
Modified
Fri Jun 16 10:08:28 2006 UTC (16 years, 9 months ago) by
syskin
Original Path:
trunk/xvidcore/examples
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
1707 -
Directory Listing
Modified
Mon Jun 5 21:30:49 2006 UTC (16 years, 9 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
+ added a test_yuv() stub to test YUV functions,
at least : yv12_to_yuyv and yv12_to_uyvy
Revision
1651 -
Directory Listing
Modified
Wed Oct 26 12:38:34 2005 UTC (17 years, 4 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
+ removed the x_Ref%4 in qpel.h, in favor of x_Ref>>2.
As suggested by Gruel, there might be a compiler
problem for some very very exotic platform.
Hence, i've added a test_compiler() in xvid_bench.c, to
be sure everything are ok. Hope the test is correct.
+ added benches for interlaced decoding, as supplied
by Christoph Kühnel (info at intek-darmstadt dot de).
Thanks a lot.
Revision
1646 -
Directory Listing
Modified
Fri Oct 7 15:02:28 2005 UTC (17 years, 5 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/examples
minor xvid_{enc,dec}_raw fixes:
- fix clock resolution (thanks yuri khan)
- link vfw32.lib for win32 avifile support
- honour avifile stream length
Revision
1641 -
Directory Listing
Modified
Fri Sep 23 12:53:35 2005 UTC (17 years, 6 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/examples
+ve/-ve cbp test (to demonstrate fault with current calc_cbp_mmx function
Revision
1637 -
Directory Listing
Modified
Tue Sep 20 11:19:34 2005 UTC (17 years, 6 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/examples
update example documentation to "newer" commandline arguments for encraw/decraw (the arguments were changed ~2003).
bugfix: prevent endless loop when useful_bytes==1 within xvid_decraw.c
Revision
1629 -
Directory Listing
Modified
Fri Aug 5 20:49:23 2005 UTC (17 years, 7 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
Added Carlo's optimized cbp calc function, and bench (slightly edited).
(carlo dot bramix at libero dot it)
Revision
1627 -
Directory Listing
Modified
Mon Aug 1 10:53:46 2005 UTC (17 years, 7 months ago) by
Isibaar
Original Path:
trunk/xvidcore/examples
* 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 -
Directory Listing
Modified
Tue Jul 5 20:55:12 2005 UTC (17 years, 8 months ago) by
chl
Original Path:
trunk/xvidcore/examples
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 -
Directory Listing
Modified
Tue Jul 5 20:39:52 2005 UTC (17 years, 8 months ago) by
chl
Original Path:
trunk/xvidcore/examples
made "-asm" default behaviour. This has been annoying me for years...
added "-noasm" switch to disable it.
Revision
1621 -
Directory Listing
Modified
Wed Jun 15 06:07:28 2005 UTC (17 years, 9 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
fix for crc computation on BIG_ENDIAN platforms.
Patch by Paul Kurucz ( ptk9417 at ritvax dot isc dot rit dot edu )
Revision
1620 -
Directory Listing
Modified
Tue Jun 14 13:58:21 2005 UTC (17 years, 9 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
+ Aligned local arrays in test_transfer() of xvid_bench.c
+ optimized the C-version of mem_transfer.c. You can activate
the new code by commenting out the "#define USE_REFERENCE_C"
at the beginning of the source file.
Revision
1618 -
Directory Listing
Modified
Mon May 23 12:06:02 2005 UTC (17 years, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
+ Added IEEE-1180 and Walken-compliant SSE2 Idct.
Disabled by default (line 515 of xvid.c) until proven fully
safe. Should give binary-equal results than the mmx and xmm
versions.
Revision
1617 -
Directory Listing
Modified
Mon May 23 09:29:43 2005 UTC (17 years, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
encoder.c: simplify_time() optimized by Euclid.
bitstream.c: write_video_packet_header() was buggy and
kind of obfuscated, as noticed by Sigdrak at free.fr.
from Edouard:
gcc4 warning removal.
- No executable shared objects installed
(Do not install the lib as executable. It's no use as the SO has no
main symbol anyway, and the static lib is not runnable anyway.)
- Statically link xvid_bench with libxvidcore.a
- New autoconf garbage removal
- Quotes in configure.in
Revision
1616 -
Directory Listing
Modified
Tue May 17 21:03:32 2005 UTC (17 years, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
encoder.c: better error handling upon MEM_ERROR
bitstream.c: faster log2bin (xvid_bench.c updated)
bitstream.c: added unused functions:
BitstreamWriteEndOfSequence()
BitstreamWriteGroupOfVopHeader()
write_video_packet_header()
Original input: sigdrak at free.fr and Angela Belda. Thanks.
Revision
1614 -
Directory Listing
Modified
Tue May 17 15:40:11 2005 UTC (17 years, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/examples
Added a verification bench 'bench.pl'.
You should customize the 'bench_list.pl' list with
the bitstreams you want to check for decoding.
Updated 'xvid_bench.c'.
Revision
1523 -
Directory Listing
Modified
Mon Jul 26 19:31:30 2004 UTC (18 years, 8 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
Just a patch in my tree, that is equivalent to latest pete commit on this file, so just cosmetic
Revision
1426 -
Directory Listing
Modified
Tue Apr 13 21:20:45 2004 UTC (18 years, 11 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/examples
static library for msvc (for xvid_bench)
added xvid_encraw_static, xvid_decraw_static projects
win32 stdin warning for xvid_decraw
fixed xvid_decraw compile warnings and div0 error
Revision
851 -
Directory Listing
Modified
Sat Feb 15 15:22:19 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/examples
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
Revision
830 -
Directory Listing
Modified
Tue Feb 11 21:56:31 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/examples
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 -
Directory Listing
Modified
Sun Feb 9 19:32:52 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/examples
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 -
Directory Listing
Modified
Sat Sep 28 16:01:15 2002 UTC (20 years, 5 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
- Added string.h so gcc does not complain about an undeclared strcmp function.
Revision
558 -
Directory Listing
Modified
Sat Sep 28 14:26:53 2002 UTC (20 years, 5 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
Updated - MSVC compatibility - MP4U support - Single m4v file support
Revision
547 -
Directory Listing
Modified
Fri Sep 27 18:33:13 2002 UTC (20 years, 5 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
- Added command line
- Added simple mp4 video stream container support (header + :size,data: + ... + :size,data:)
- Fixed PGM saving
- Win32/MSVC compatibility
Revision
503 -
Directory Listing
Modified
Sat Sep 21 11:55:53 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
Fix fps report (this patch has been lost somewhere, i'm pretty sure to have fixed that a few days ago)
Revision
501 -
Directory Listing
Modified
Sat Sep 21 09:29:36 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
- Fixed a problem where when using fixed quantizer, xvid_stat was reporting the use of q default_bitrate
Revision
490 -
Directory Listing
Modified
Thu Sep 19 20:00:45 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
These examples do not show no more things than xvid_stat... so i remove them
Revision
484 -
Directory Listing
Modified
Sun Sep 15 20:22:01 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
Fixed a bug in pgm writing (we must interleave data from u and v channels)
Revision
483 -
Directory Listing
Modified
Sat Sep 14 23:54:17 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/examples
- Added command line parsing (for ease of use)
- Basic win32 compatibility (I had to lose precision to make it win32 compatible using clock() ... the manual page says POSIX fixes CLOCK_PER_SEC at 1000000, so it should give us millisecond precision, i think it's enough)
- Make things static, and const when necessary
- Fixed some bugs in pgmreader when stream was != stdin
- My usual cosmetic and cleaning work.
Revision
376 -
Directory Listing
Modified
Sat Aug 17 20:03:36 2002 UTC (20 years, 7 months ago) by
chl
Original Path:
trunk/xvidcore/examples
initial commit.
raw test application for XviD native API, including support for B-Frames.
Revision
262 -
Directory Listing
Modified
Sun Jul 7 09:45:40 2002 UTC (20 years, 8 months ago) by
Isibaar
Original Path:
trunk/xvidcore/examples
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
119 -
Directory Listing
Modified
Sat Apr 13 22:21:46 2002 UTC (20 years, 11 months ago) by
chl
Original Path:
trunk/xvidcore/examples
advanced example how to use XviD including statistical analysis of encoding
and decoding speed and quality