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

Log of /branches/dev-api-4/xvidcore/examples/xvid_bench.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1392 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 30 21:38:19 2004 UTC (20 years ago) by Skal
File length: 52207 byte(s)
Diff to previous 1261 , to selected 1220
	+ Added an exhaustive test for all possible input
	and quantizer in test_quant()
	It compares the ASM version against the output of
	the C-version (considered as the reference).

Revision 1261 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 13 00:04:09 2003 UTC (20 years, 3 months ago) by edgomez
File length: 50570 byte(s)
Diff to previous 1230 , to selected 1220
- Enabled SSE2 safe code
- Aligned data in xvid_bench

Revision 1230 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 30 16:13:16 2003 UTC (20 years, 4 months ago) by edgomez
File length: 50037 byte(s)
Diff to previous 1220
* Thread safe MPEG4 quantization functions.
  Cleaned up version of patch provided by Michael
   - fixed compiling problems on gcc
   - added const qualifiers every where it was possible to help C compiler
     optimization.
   - added the mpeg_quant_matrices param to all ASM function prototype
     in comments (even if it's not used, that shows we do it deliberatly)
   - forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
* Added real CRC computing in xvid_bench.c

Revision 1220 - (view) (download) (annotate) - [selected]
Modified Wed Nov 19 21:27:25 2003 UTC (20 years, 4 months ago) by edgomez
File length: 43432 byte(s)
Diff to previous 1199
updated crc for transfer_8to16_sub2

Revision 1199 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 3 19:58:16 2003 UTC (20 years, 4 months ago) by edgomez
File length: 40370 byte(s)
Diff to previous 1197 , to selected 1220
* Small error fixed by Skal in his dev16 code (missing pshufd).
* Blocks used by DCT tests are now aligned with DECLARE_ALIGNED_MATRIX
  this avoids the well know segfaults when using SSE2 instructions that
  suppose data alignment.

Revision 1197 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 2 23:02:52 2003 UTC (20 years, 4 months ago) by edgomez
File length: 40105 byte(s)
Diff to previous 1176 , to selected 1220
* Added Dmitry SSE2 iDCT code back.
* Plugged Dmitry iDCT as default for SSE2
* Fixed a bug in xvid_bench that was making it would test some CPU
  instruction set w/o host CPU support. xvidcore init was simply
  discarding irrelevant cpu flags.

Revision 1176 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 9 18:50:22 2003 UTC (20 years, 5 months ago) by edgomez
File length: 39743 byte(s)
Diff to previous 1122 , to selected 1220
Updated assembly functions to match new API -- more to come when matrices will be part of the function parameters

Revision 1122 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 13 11:44:02 2003 UTC (20 years, 7 months ago) by edgomez
File length: 39845 byte(s)
Diff to previous 1060 , to selected 1220
Better architecture separation

Revision 1060 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 09:14:48 2003 UTC (20 years, 9 months ago) by edgomez
File length: 39705 byte(s)
Diff to previous 1054 , to selected 1220
xvid_bench update + corresponding Makefile update

Revision 1054 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 13:55:56 2003 UTC (20 years, 9 months ago) by edgomez
File length: 41357 byte(s)
Diff to previous 1053 , to selected 1220
Added legal header

Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 01:25:19 2003 UTC (20 years, 9 months ago) by edgomez
File length: 41300 byte(s)
Diff to previous 886 , to selected 1220
ISO C89 comment style

Revision 886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
File length: 41215 byte(s)
Diff to previous 860 , to selected 1220
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 860 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 16 05:11:39 2003 UTC (21 years, 1 month ago) by suxen_drol
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 41215 byte(s)
Diff to previous 851 , to selected 1220
futher portab.h, ARCH_IS_xxx fixes

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 41013 byte(s)
Diff to previous 824 , to selected 1220
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 824 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 41316 byte(s)
Diff to previous 813 , to selected 1220
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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 2 00:25:51 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 41319 byte(s)
Diff to previous 684 , to selected 1220
Small fix

Revision 684 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 27 21:09:10 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 41316 byte(s)
Diff to previous 279 , to selected 1220
Ansi C + Win32 update for xvid_bench

Revision 279 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 13:23:29 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 41013 byte(s)
Diff to previous 262 , to selected 1220
fixing for ia64, again

Revision 262 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 7 09:45:40 2002 UTC (21 years, 8 months ago) by Isibaar
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 40952 byte(s)
Diff to previous 257 , to selected 1220
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code

Revision 257 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 5 14:54:15 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 29670 byte(s)
Diff to previous 225 , to selected 1220
compatible with ia64, now

Revision 225 - (view) (download) (annotate) - [select for diffs]
Added Wed Jun 19 14:27:08 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/examples/xvid_bench.c
File length: 29640 byte(s)
Diff to selected 1220
Skal's test and benchmarking tool

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

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