[svn] / trunk / xvidcore / examples Repository:
ViewVC logotype

Log of /trunk/xvidcore/examples

View Directory Listing Directory Listing


Sticky Revision:

Revision 1801 - Directory Listing
Modified Wed Nov 26 09:31:06 2008 UTC (15 years, 3 months ago) by Isibaar
some more benches

Revision 1794 - Directory Listing
Modified Fri Nov 14 15:43:28 2008 UTC (15 years, 4 months ago) by Isibaar
initial SSE4 support

Revision 1789 - Directory Listing
Modified Fri Nov 23 10:45:09 2007 UTC (16 years, 3 months ago) by Isibaar
- add missing #!/usr/bin/perl

Revision 1769 - Directory Listing
Modified Tue Jan 9 20:08:53 2007 UTC (17 years, 2 months ago) by Isibaar
- ssim and colorspace set-up patches by Johannes Reinhardt

Revision 1767 - Directory Listing
Modified Thu Dec 21 23:27:35 2006 UTC (17 years, 3 months ago) by Isibaar
- PPC build cleanup patch for SSIM by Paul Kurucz

Revision 1757 - Directory Listing
Modified Wed Nov 8 06:55:27 2006 UTC (17 years, 4 months ago) by Skal
        + applied ssim_part3.diff patch, by Johannes Reinhardt

Revision 1746 - Directory Listing
Modified Wed Nov 1 07:12:26 2006 UTC (17 years, 4 months ago) by Skal
        + 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 (17 years, 4 months ago) by Skal
        + 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 (17 years, 4 months ago) by Skal
        + 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 1739 - Directory Listing
Modified Mon Oct 16 04:46:01 2006 UTC (17 years, 5 months ago) by Skal
        update totalPSNR[], whatever the ARG_PROGRESS

Revision 1738 - Directory Listing
Modified Fri Oct 13 15:19:48 2006 UTC (17 years, 5 months ago) by Skal
        bench on lum2x8 was wrong (uninitialized reads)

Revision 1737 - Directory Listing
Modified Fri Oct 13 15:16:25 2006 UTC (17 years, 5 months ago) by Skal
        some more SSIM patches by Johannes

Revision 1735 - Directory Listing
Modified Fri Oct 13 09:28:46 2006 UTC (17 years, 5 months ago) by Skal
        removed the #ifndef WIN32 protection around xvid_plugin_ssim

Revision 1731 - Directory Listing
Modified Wed Oct 11 14:55:28 2006 UTC (17 years, 5 months ago) by Skal
        + added a bench for SSIM's internal function (`xvid_bench 15`)

Revision 1729 - Directory Listing
Modified Wed Oct 11 13:52:06 2006 UTC (17 years, 5 months ago) by Skal
        + 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 - Directory Listing
Modified Tue Jul 11 17:17:09 2006 UTC (17 years, 8 months ago) by chl
ARG_FRAMERATE=0. broke encoding with default

Revision 1720 - Directory Listing
Modified Tue Jul 11 10:19:27 2006 UTC (17 years, 8 months ago) by chl
linking to pthread library was missing

Revision 1712 - Directory Listing
Modified Sat Jul 8 14:19:04 2006 UTC (17 years, 8 months ago) by Skal
        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 (17 years, 9 months ago) by syskin
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 (17 years, 9 months ago) by Skal
        + added a test_yuv() stub to test YUV functions,
        at least : yv12_to_yuyv and yv12_to_uyvy

Revision 1683 - Directory Listing
Modified Fri Feb 24 10:39:23 2006 UTC (18 years ago) by syskin
support -threads parameter (defaults to zero)

Revision 1678 - Directory Listing
Modified Wed Feb 15 19:16:39 2006 UTC (18 years, 1 month ago) by Isibaar
Bugfix: Decoding was prematurely terminated upon EOF

Revision 1676 - Directory Listing
Modified Tue Jan 17 19:06:25 2006 UTC (18 years, 2 months ago) by Isibaar
- Removed the 9999 frames encode limit from xvid_encraw

Revision 1658 - Directory Listing
Modified Fri Nov 25 12:07:01 2005 UTC (18 years, 3 months ago) by chl
remove "xvid" in PGM-header, so xvid_encraw understands it

Revision 1652 - Directory Listing
Modified Thu Nov 3 05:44:07 2005 UTC (18 years, 4 months ago) by Skal
	typo fixed (thanks squid_80)

Revision 1651 - Directory Listing
Modified Wed Oct 26 12:38:34 2005 UTC (18 years, 4 months ago) by Skal
         + 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 (18 years, 5 months ago) by suxen_drol
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 - Directory Listing
Modified Thu Oct 6 18:28:31 2005 UTC (18 years, 5 months ago) by Isibaar
- added avi/avs input support
- various new options

Revision 1641 - Directory Listing
Modified Fri Sep 23 12:53:35 2005 UTC (18 years, 5 months ago) by suxen_drol
+ve/-ve cbp test (to demonstrate fault with current calc_cbp_mmx function

Revision 1638 - Directory Listing
Modified Tue Sep 20 11:51:40 2005 UTC (18 years, 6 months ago) by suxen_drol
msvc fails on void* arithmetic in xvid_bench.c

Revision 1637 - Directory Listing
Modified Tue Sep 20 11:19:34 2005 UTC (18 years, 6 months ago) by suxen_drol
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 (18 years, 7 months ago) by Skal
	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 (18 years, 7 months ago) by Isibaar
 * 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 (18 years, 8 months ago) by chl
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 (18 years, 8 months ago) by chl
made "-asm" default behaviour. This has been annoying me for years...
added "-noasm" switch to disable it.

Revision 1622 - Directory Listing
Modified Wed Jun 22 06:18:14 2005 UTC (18 years, 9 months ago) by Skal
	added the '-grey' option, for GREYSCALE coding.

Revision 1621 - Directory Listing
Modified Wed Jun 15 06:07:28 2005 UTC (18 years, 9 months ago) by Skal
	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 (18 years, 9 months ago) by Skal
	+ 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 (18 years, 10 months ago) by Skal

	+ 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 (18 years, 10 months ago) by Skal
	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 (18 years, 10 months ago) by Skal
	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 (18 years, 10 months ago) by Skal

	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 1613 - Directory Listing
Modified Mon Apr 18 08:31:42 2005 UTC (18 years, 11 months ago) by Skal
        clock() returns time in milliseconds. Thx to Mark L at yahoo dot com.

Revision 1586 - Directory Listing
Modified Wed Jan 5 23:02:15 2005 UTC (19 years, 2 months ago) by edgomez
Preliminary x86_64 linux port

Revision 1559 - Directory Listing
Modified Fri Nov 19 09:41:06 2004 UTC (19 years, 4 months ago) by chl
Added -interlaced switch for interlaced MPEG-4 encoding.

Revision 1547 - Directory Listing
Modified Sat Sep 4 14:16:24 2004 UTC (19 years, 6 months ago) by edgomez
Fixes and enhancements

Revision 1523 - Directory Listing
Modified Mon Jul 26 19:31:30 2004 UTC (19 years, 7 months ago) by edgomez
Just a patch in my tree, that is equivalent to latest pete commit on this file, so just cosmetic

Revision 1513 - Directory Listing
Modified Tue Jul 20 07:31:38 2004 UTC (19 years, 8 months ago) by chl
Added memset to 0x00 for xvid_dec... structures.

Revision 1501 - Directory Listing
Modified Sat Jul 17 11:42:46 2004 UTC (19 years, 8 months ago) by edgomez
Fixes from my tree

Revision 1470 - Directory Listing
Modified Thu Jun 10 18:13:42 2004 UTC (19 years, 9 months ago) by chl
Initial version of VBV support, activate in 2pass by setting vbv_size!=0

Revision 1442 - Directory Listing
Modified Tue Apr 20 19:47:00 2004 UTC (19 years, 11 months ago) by edgomez
small cleanup

Revision 1432 - Directory Listing
Modified Thu Apr 15 19:44:06 2004 UTC (19 years, 11 months ago) by edgomez
Merging 1.0 fixes, fix for h263 mmx quant

Revision 1426 - Directory Listing
Modified Tue Apr 13 21:20:45 2004 UTC (19 years, 11 months ago) by suxen_drol
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 1424 - Directory Listing
Modified Mon Apr 12 15:49:56 2004 UTC (19 years, 11 months ago) by edgomez
Optmized mem transfers, h263, plane sse

Revision 1423 - Directory Listing
Modified Mon Apr 12 14:05:08 2004 UTC (19 years, 11 months ago) by edgomez
Merged 1.0 fixes

Revision 1416 - Directory Listing
Modified Sat Apr 10 04:25:31 2004 UTC (19 years, 11 months ago) by suxen_drol
debug level parameter

Revision 1412 - Directory Listing
Modified Mon Apr 5 20:36:37 2004 UTC (19 years, 11 months ago) by edgomez
Merged PPC port + 1.0 tree fixes

Revision 1398 - Directory Listing
Modified Fri Apr 2 21:29:21 2004 UTC (19 years, 11 months ago) by edgomez
Merged 1.0 branch fixes

Revision 1385 - Directory Listing
Modified Mon Mar 22 23:49:11 2004 UTC (20 years ago) by edgomez
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1382 - Directory Listing
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 902 - Directory Listing
Modified Mon Mar 3 11:18:53 2003 UTC (21 years ago) by chl
Minor fix (still_left_in_buffer underflowed too early)

Revision 898 - Directory Listing
Modified Wed Feb 26 19:05:20 2003 UTC (21 years ago) by chl
sad16v, removed CRC error for sad16

Revision 896 - Directory Listing
Modified Sat Feb 22 21:37:50 2003 UTC (21 years ago) by chl
Corrected Colorspace (MPEG-4 uses YCbCr, not YCrCb)

Revision 895 - Directory Listing
Modified Sat Feb 22 18:54:19 2003 UTC (21 years ago) by chl
Now finally: really xvid_bstat

Revision 894 - Directory Listing
Modified Sat Feb 22 18:54:04 2003 UTC (21 years ago) by chl
Preliminary xvid_stat with bframes

Revision 893 - Directory Listing
Modified Sat Feb 22 18:51:56 2003 UTC (21 years ago) by chl
xvid_bstat.c

Revision 892 - Directory Listing
Modified Sat Feb 22 18:50:48 2003 UTC (21 years ago) by chl
xvid_bstat

Revision 860 - Directory Listing
Modified Sun Feb 16 05:11:39 2003 UTC (21 years, 1 month ago) by suxen_drol
futher portab.h, ARCH_IS_xxx fixes

Revision 851 - Directory Listing
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
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 (21 years, 1 month ago) by edgomez
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 (21 years, 1 month ago) by edgomez
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 813 - Directory Listing
Modified Sun Feb 2 00:25:51 2003 UTC (21 years, 1 month ago) by edgomez
Small fix

Revision 741 - Directory Listing
Modified Thu Dec 26 14:36:06 2002 UTC (21 years, 2 months ago) by edgomez
Program's name fix in a printf

Revision 729 - Directory Listing
Modified Wed Dec 18 21:48:46 2002 UTC (21 years, 3 months ago) by edgomez
Fixed bitrate/bpp report

Revision 728 - Directory Listing
Modified Wed Dec 18 20:48:25 2002 UTC (21 years, 3 months ago) by edgomez
Added Hinted ME code to show how to use it

Revision 684 - Directory Listing
Modified Wed Nov 27 21:09:10 2002 UTC (21 years, 3 months ago) by edgomez
Ansi C + Win32 update for xvid_bench

Revision 677 - Directory Listing
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 3 months ago) by edgomez
ANSI C compliancy - thx Rick Foos

Revision 566 - Directory Listing
Modified Sat Sep 28 16:01:15 2002 UTC (21 years, 5 months ago) by edgomez
- Added string.h so gcc does not complain about an undeclared strcmp function.

Revision 565 - Directory Listing
Modified Sat Sep 28 15:58:29 2002 UTC (21 years, 5 months ago) by edgomez
Outdated, and not needed anymore

Revision 563 - Directory Listing
Modified Sat Sep 28 15:42:12 2002 UTC (21 years, 5 months ago) by edgomez
All the txt went to README

Revision 562 - Directory Listing
Modified Sat Sep 28 15:41:27 2002 UTC (21 years, 5 months ago) by edgomez
- Updated
- Added all examples here

Revision 561 - Directory Listing
Modified Sat Sep 28 14:53:40 2002 UTC (21 years, 5 months ago) by edgomez
Last small fixes

Revision 560 - Directory Listing
Modified Sat Sep 28 14:52:20 2002 UTC (21 years, 5 months ago) by edgomez
Added to project

Revision 559 - Directory Listing
Modified Sat Sep 28 14:27:16 2002 UTC (21 years, 5 months ago) by edgomez
Fixes

Revision 558 - Directory Listing
Modified Sat Sep 28 14:26:53 2002 UTC (21 years, 5 months ago) by edgomez
Updated - MSVC compatibility - MP4U support - Single m4v file support

Revision 551 - Directory Listing
Modified Fri Sep 27 20:58:30 2002 UTC (21 years, 5 months ago) by edgomez
- Fixed a typo error in unix mseconds

Revision 550 - Directory Listing
Modified Fri Sep 27 20:58:02 2002 UTC (21 years, 5 months ago) by edgomez
- Oops the unix mseconds had a typo mistake

Revision 548 - Directory Listing
Modified Fri Sep 27 18:35:35 2002 UTC (21 years, 5 months ago) by edgomez
Some trivial fixes

Revision 547 - Directory Listing
Modified Fri Sep 27 18:33:13 2002 UTC (21 years, 5 months ago) by edgomez
- 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 (21 years, 6 months ago) by edgomez
Fix fps report (this patch has been lost somewhere, i'm pretty sure to have fixed that a few days ago)

Revision 502 - Directory Listing
Modified Sat Sep 21 09:38:17 2002 UTC (21 years, 6 months ago) by edgomez
- Removed LUMIMASKING test for quality 6

Revision 501 - Directory Listing
Modified Sat Sep 21 09:29:36 2002 UTC (21 years, 6 months ago) by edgomez
- 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 (21 years, 6 months ago) by edgomez
These examples do not show no more things than xvid_stat... so i remove them

Revision 485 - Directory Listing
Modified Sun Sep 15 20:43:52 2002 UTC (21 years, 6 months ago) by edgomez
Fixed PSNR (Was only calculated for Y channel)

Revision 484 - Directory Listing
Modified Sun Sep 15 20:22:01 2002 UTC (21 years, 6 months ago) by edgomez
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 (21 years, 6 months ago) by edgomez
- 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 479 - Directory Listing
Modified Thu Sep 12 19:18:12 2002 UTC (21 years, 6 months ago) by chl
- header cleanup
- removed bframe-support

Revision 376 - Directory Listing
Modified Sat Aug 17 20:03:36 2002 UTC (21 years, 7 months ago) by chl
initial commit.
raw test application for XviD native API, including support for B-Frames.

Revision 293 - Directory Listing
Modified Fri Jul 12 00:46:26 2002 UTC (21 years, 8 months ago) by chenm001
add the decode examples

Revision 292 - Directory Listing
Modified Fri Jul 12 00:45:48 2002 UTC (21 years, 8 months ago) by chenm001
move to test_enc.bat

Revision 279 - Directory Listing
Modified Wed Jul 10 13:23:29 2002 UTC (21 years, 8 months ago) by ia64p
fixing for ia64, again

Revision 275 - Directory Listing
Modified Tue Jul 9 02:43:52 2002 UTC (21 years, 8 months ago) by chenm001
sync to support latest CVS source code

Revision 262 - Directory Listing
Modified Sun Jul 7 09:45:40 2002 UTC (21 years, 8 months ago) by Isibaar
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code

Revision 257 - Directory Listing
Modified Fri Jul 5 14:54:15 2002 UTC (21 years, 8 months ago) by ia64p
compatible with ia64, now

Revision 231 - Directory Listing
Modified Fri Jun 21 07:02:59 2002 UTC (21 years, 9 months ago) by chenm001
fix a little bug

Revision 225 - Directory Listing
Modified Wed Jun 19 14:27:08 2002 UTC (21 years, 9 months ago) by Isibaar
Skal's test and benchmarking tool

Revision 222 - Directory Listing
Modified Wed Jun 19 01:00:14 2002 UTC (21 years, 9 months ago) by chenm001
add #ifdef BFRAMES

Revision 211 - Directory Listing
Modified Fri Jun 14 15:36:22 2002 UTC (21 years, 9 months ago) by ia64p
correcting windows path name in include

Revision 209 - Directory Listing
Modified Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
ia64 changes

Revision 187 - Directory Listing
Modified Tue Jun 4 02:29:19 2002 UTC (21 years, 9 months ago) by chenm001
to compress xvid source code package size

Revision 185 - Directory Listing
Modified Tue May 28 01:16:06 2002 UTC (21 years, 9 months ago) by chenm001
fix some bug

Revision 183 - Directory Listing
Modified Mon May 27 01:10:37 2002 UTC (21 years, 9 months ago) by chenm001
fix a little bug

Revision 182 - Directory Listing
Modified Fri May 24 00:25:00 2002 UTC (21 years, 10 months ago) by chenm001
example for use xvidcore to compress iamge

Revision 151 - Directory Listing
Modified Mon Apr 29 07:23:16 2002 UTC (21 years, 10 months ago) by chl
Adapted to new API

Revision 123 - Directory Listing
Modified Mon Apr 15 08:04:30 2002 UTC (21 years, 11 months ago) by h
updated to reflect cbr changes

Revision 120 - Directory Listing
Modified Sat Apr 13 22:22:19 2002 UTC (21 years, 11 months ago) by chl
Text file how to use xvid_stat with explenation of parameters

Revision 119 - Directory Listing
Modified Sat Apr 13 22:21:46 2002 UTC (21 years, 11 months ago) by chl
advanced example how to use XviD including statistical analysis of encoding
and decoding speed and quality

Revision 59 - Directory Listing
Modified Fri Mar 22 13:25:24 2002 UTC (22 years ago) by Isibaar
no message

Revision 51 - Directory Listing
Modified Thu Mar 21 23:58:12 2002 UTC (22 years ago) by Isibaar
no message

Revision 50 - Directory Listing
Modified Thu Mar 21 23:45:25 2002 UTC (22 years ago) by Isibaar
adopted to new API

Revision 3 - Directory Listing
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
moved sources

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4