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

Log of /trunk/xvidcore/examples

View Directory Listing Directory Listing


Sticky Revision:

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