[cvs] / xvidcore / examples / xvid_bench.c Repository:
ViewVC logotype

Log of /xvidcore/examples/xvid_bench.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to release-1_1_0: (view) (download) (annotate)
Sticky Tag:

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 05:44:07 2005 UTC (18 years, 5 months ago) by Skal
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final, release-1_1_1-final
Branch point for: release-1_1-branch
Changes since 1.26: +7 -7 lines
Diff to previous 1.26
	typo fixed (thanks squid_80)

Revision 1.26 - (view) (download) (annotate) - [selected]
Wed Oct 26 12:38:33 2005 UTC (18 years, 6 months ago) by Skal
Branch: MAIN
Changes since 1.25: +90 -1 lines
Diff to previous 1.25
         + 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 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Sep 23 12:53:35 2005 UTC (18 years, 7 months ago) by suxen_drol
Branch: MAIN
Changes since 1.24: +6 -1 lines
Diff to previous 1.24 , to selected 1.26
+ve/-ve cbp test (to demonstrate fault with current calc_cbp_mmx function

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 11:51:40 2005 UTC (18 years, 7 months ago) by suxen_drol
Branch: MAIN
Changes since 1.23: +7 -7 lines
Diff to previous 1.23 , to selected 1.26
msvc fails on void* arithmetic in xvid_bench.c

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 20:49:23 2005 UTC (18 years, 8 months ago) by Skal
Branch: MAIN
Changes since 1.22: +38 -8 lines
Diff to previous 1.22 , to selected 1.26
	Added Carlo's optimized cbp calc function, and bench (slightly edited).
	(carlo dot bramix at libero dot it)

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 06:07:28 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.21: +59 -31 lines
Diff to previous 1.21 , to selected 1.26
	fix for crc computation on BIG_ENDIAN platforms.
	Patch by Paul Kurucz ( ptk9417 at ritvax dot isc dot rit dot edu )

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 13:58:21 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.20: +13 -7 lines
Diff to previous 1.20 , to selected 1.26
	+ 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 1.20 - (view) (download) (annotate) - [select for diffs]
Mon May 23 12:06:02 2005 UTC (18 years, 11 months ago) by Skal
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 , to selected 1.26

	+ 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 1.19 - (view) (download) (annotate) - [select for diffs]
Mon May 23 09:29:43 2005 UTC (18 years, 11 months ago) by Skal
Branch: MAIN
Changes since 1.18: +71 -205 lines
Diff to previous 1.18 , to selected 1.26
	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 1.18 - (view) (download) (annotate) - [select for diffs]
Tue May 17 21:03:32 2005 UTC (18 years, 11 months ago) by Skal
Branch: MAIN
Changes since 1.17: +56 -1 lines
Diff to previous 1.17 , to selected 1.26
	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 1.17 - (view) (download) (annotate) - [select for diffs]
Tue May 17 15:40:11 2005 UTC (18 years, 11 months ago) by Skal
Branch: MAIN
Changes since 1.16: +109 -55 lines
Diff to previous 1.16 , to selected 1.26

	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 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Apr 18 08:31:42 2005 UTC (19 years ago) by Skal
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 , to selected 1.26
        clock() returns time in milliseconds. Thx to Mark L at yahoo dot com.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 23:02:15 2005 UTC (19 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.14: +3 -0 lines
Diff to previous 1.14 , to selected 1.26
Preliminary x86_64 linux port

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 15:49:56 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Changes since 1.13: +95 -7 lines
Diff to previous 1.13 , to selected 1.26
Optmized mem transfers, h263, plane sse

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 20:36:36 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Changes since 1.12: +3 -0 lines
Diff to previous 1.12 , to selected 1.26
Merged PPC port + 1.0 tree fixes

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 21:29:21 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Changes since 1.11: +40 -2 lines
Diff to previous 1.11 , to selected 1.26
Merged 1.0 branch fixes

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years, 1 month ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.10: +1366 -1126 lines
Diff to previous 1.10 , to selected 1.26
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Feb 26 19:05:20 2003 UTC (21 years, 2 months ago) by chl
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Branch point for: Isibaar
Changes since 1.9: +15 -4 lines
Diff to previous 1.9 , to selected 1.26
sad16v, removed CRC error for sad16

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 05:11:39 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: MAIN
Branch point for: dev-api-4
Changes since 1.8: +18 -1 lines
Diff to previous 1.8 , to selected 1.26
futher portab.h, ARCH_IS_xxx fixes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:17 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
CVS Tags: merged-dev-api-3
Changes since 1.7: +37 -49 lines
Diff to previous 1.7 , to selected 1.26
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 19:32:52 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 , to selected 1.26
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 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Feb 2 00:25:51 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.26
Small fix

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Nov 27 21:09:10 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
Changes since 1.4: +49 -37 lines
Diff to previous 1.4 , to selected 1.26
Ansi C + Win32 update for xvid_bench

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jul 10 13:23:29 2002 UTC (21 years, 9 months ago) by ia64p
Branch: MAIN
CVS Tags: branch-release-1-0, release-0_9_0, tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 , to selected 1.26
fixing for ia64, again

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 09:42:41 2002 UTC (21 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.2: +646 -162 lines
Diff to previous 1.2 , to selected 1.26
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jul 5 14:54:15 2002 UTC (21 years, 9 months ago) by ia64p
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 , to selected 1.26
compatible with ia64, now

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 14:27:08 2002 UTC (21 years, 10 months ago) by Isibaar
Branch: MAIN
Diff to selected 1.26
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, select a symbolic revision name using the selection box, or choose 'Use Text Field' and 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