[svn] / branches / dev-api-4 / xvidcore / examples Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/examples

View Directory Listing Directory Listing


Sticky Revision:

Revision 926 - Directory Listing
Modified Sun Mar 16 12:05:09 2003 UTC (21 years ago) by suxen_drol
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added

Revision 923 - Directory Listing
Modified Sat Mar 15 16:41:32 2003 UTC (21 years ago) by suxen_drol
plugin/stats returns sse (integer)

Revision 920 - Directory Listing
Modified Sat Mar 15 14:32:56 2003 UTC (21 years ago) by suxen_drol
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump

Revision 919 - Directory Listing
Modified Thu Mar 13 11:07:20 2003 UTC (21 years ago) by suxen_drol
plugin system
xvid_rawenc output cleanup
xvid_rawenc -p option

Revision 918 - Directory Listing
Modified Tue Mar 11 23:39:47 2003 UTC (21 years ago) by edgomez
2003-03-11 23:37:06 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-9

    Summary:
      Changed xvid_decraw option handling for -d/-m.
    Revision:
      xvidcore--devapi4--1.0--patch-9

    -d and -m options were boolean so option values were not needed.

    modified files:
     examples/xvid_decraw.c


2003-03-11 23:30:16 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-8

    Summary:
      Fixed frame counting in xvid_encraw.
    Revision:
      xvidcore--devapi4--1.0--patch-8

    We were branching before incrementing  the frame counter when core was
    buffering frames.  This was resulting  in wrong frame  counting during
    the buffering phase.

    modified files:
     examples/xvid_encraw.c


2003-03-11 23:07:01 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-7

    Summary:
      Ported xvid_decraw to new API.
    Revision:
      xvidcore--devapi4--1.0--patch-7

    xvid_decraw  has been  ported to  new  API. It  basically works  fine,
    however i'm not completly staisfied. If I do a step by step run then i
    can see  that second frame  is reported as  a VOL decoding  though the
    first IFrame has been consumed. This makes xvid_decraw does not report
    correctly frames' length.

    Except  that, xvid_decraw  works well  enough  to activate  it in  the
    makefile.

    modified files:
     examples/Makefile examples/xvid_decraw.c

Revision 916 - Directory Listing
Modified Tue Mar 11 01:08:10 2003 UTC (21 years ago) by edgomez
2003-03-11 00:36:34 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-5

    Summary:
      PSNR is now an option. More consistent -m/-s option handling.
    Revision:
      xvidcore--devapi4--1.0--patch-5

    I turned PSNR stats into an option (-s). I fixed the handling of the
    -m option that required only a bool.

    I could say in french "ma stupidité dans toute sa grandeur".

    -m presence is enough to significate "save _m_peg stream", we don't
    need the boolean value.

    modified files:
     examples/xvid_encraw.c

Revision 913 - Directory Listing
Modified Sun Mar 9 16:45:24 2003 UTC (21 years ago) by edgomez
2003-03-09 16:42:27 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-3

    Summary:
      Adds extended stats support.
    Revision:
      xvidcore--devapi4--1.0--patch-3

    This patch enables core extended stats support. It seems that xvidcore
    does not compute sse for BFrames, I have tried to adds this by an ugly
    hack  but  it did  not  work  as expected,  i  suppose  core does  not
    decompress bframes as they are  not used as reference frames (unlike P
    and I frames).

    If we  succeed in enabling sse  calculation in core  for bframes, then
    xvid_stat will  not be needed anymore.  This will save  lot of trouble
    with frame matching in PSNR computation when bframes are enabled.

    modified files:
     examples/xvid_encraw.c

Revision 909 - Directory Listing
Modified Sun Mar 9 00:28:09 2003 UTC (21 years ago) by edgomez
2003-03-09 00:23:52 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-2

    Summary:
      Updated xvid_encraw for new API.
    Revision:
      xvidcore--devapi4--1.0--patch-2

    This patch updates the xvid_encraw example to support the
    new API. As it's the first patch for API 4 support, I
    disabled all other examples.

    BUG: first frame type is Unknown, I suppose I'm missing
         a subtility of the new API.

    modified files:
     examples/Makefile examples/xvid_encraw.c src/encoder.c

Revision 886 - Directory Listing
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 860 - Directory Listing
Modified Sun Feb 16 05:11:39 2003 UTC (21 years, 1 month ago) by suxen_drol
Original Path: trunk/xvidcore/examples
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
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 (21 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 (21 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 813 - Directory Listing
Modified Sun Feb 2 00:25:51 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/examples
Small fix

Revision 741 - Directory Listing
Modified Thu Dec 26 14:36:06 2002 UTC (21 years, 2 months ago) by edgomez
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
Fixed bitrate/bpp report

Revision 728 - Directory Listing
Modified Wed Dec 18 20:48:25 2002 UTC (21 years, 3 months ago) by edgomez
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
- 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
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
- 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
Original Path: trunk/xvidcore/examples
Last small fixes

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

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

Revision 558 - Directory Listing
Modified Sat Sep 28 14:26:53 2002 UTC (21 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
- 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
Original Path: trunk/xvidcore/examples
- 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
Original Path: trunk/xvidcore/examples
Some trivial fixes

Revision 547 - Directory Listing
Modified Fri Sep 27 18:33:13 2002 UTC (21 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 (21 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 502 - Directory Listing
Modified Sat Sep 21 09:38:17 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/examples
- 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
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 (21 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 485 - Directory Listing
Modified Sun Sep 15 20:43:52 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/examples
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
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 (21 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 479 - Directory Listing
Modified Thu Sep 12 19:18:12 2002 UTC (21 years, 6 months ago) by chl
Original Path: trunk/xvidcore/examples
- 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
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
add the decode examples

Revision 292 - Directory Listing
Modified Fri Jul 12 00:45:48 2002 UTC (21 years, 8 months ago) by chenm001
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
fixing for ia64, again

Revision 275 - Directory Listing
Modified Tue Jul 9 02:43:52 2002 UTC (21 years, 8 months ago) by chenm001
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
compatible with ia64, now

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

Revision 225 - Directory Listing
Modified Wed Jun 19 14:27:08 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
add #ifdef BFRAMES

Revision 211 - Directory Listing
Modified Fri Jun 14 15:36:22 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
ia64 changes

Revision 187 - Directory Listing
Modified Tue Jun 4 02:29:19 2002 UTC (21 years, 9 months ago) by chenm001
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
fix some bug

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

Revision 182 - Directory Listing
Modified Fri May 24 00:25:00 2002 UTC (21 years, 10 months ago) by chenm001
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
Adapted to new API

Revision 123 - Directory Listing
Modified Mon Apr 15 08:04:30 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
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
Original Path: trunk/xvidcore/examples
no message

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

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

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

Sort log by:

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