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

Log of /trunk/xvidcore/examples/xvid_bench.c

Parent Directory Parent Directory


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

Revision 1620 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 14 13:58:21 2005 UTC (18 years, 9 months ago) by Skal
File length: 51437 byte(s)
Diff to previous 1618 , to selected 813
	+ 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 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 12:06:02 2005 UTC (18 years, 10 months ago) by Skal
File length: 51037 byte(s)
Diff to previous 1617 , to selected 813

	+ 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 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
File length: 51019 byte(s)
Diff to previous 1616 , to selected 813
	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 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 21:03:32 2005 UTC (18 years, 10 months ago) by Skal
File length: 58962 byte(s)
Diff to previous 1614 , to selected 813
	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 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 15:40:11 2005 UTC (18 years, 10 months ago) by Skal
File length: 57736 byte(s)
Diff to previous 1613 , to selected 813

	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 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 18 08:31:42 2005 UTC (18 years, 11 months ago) by Skal
File length: 55488 byte(s)
Diff to previous 1586 , to selected 813
        clock() returns time in milliseconds. Thx to Mark L at yahoo dot com.

Revision 1586 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 5 23:02:15 2005 UTC (19 years, 2 months ago) by edgomez
File length: 55449 byte(s)
Diff to previous 1424 , to selected 813
Preliminary x86_64 linux port

Revision 1424 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 12 15:49:56 2004 UTC (19 years, 11 months ago) by edgomez
File length: 55390 byte(s)
Diff to previous 1412 , to selected 813
Optmized mem transfers, h263, plane sse

Revision 1412 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 20:36:37 2004 UTC (19 years, 11 months ago) by edgomez
File length: 52252 byte(s)
Diff to previous 1398 , to selected 813
Merged PPC port + 1.0 tree fixes

Revision 1398 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 2 21:29:21 2004 UTC (19 years, 11 months ago) by edgomez
File length: 52190 byte(s)
Diff to previous 1382 , to selected 813
Merged 1.0 branch fixes

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
File length: 50566 byte(s)
Diff to previous 898 , to selected 813
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 898 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 26 19:05:20 2003 UTC (21 years, 1 month ago) by chl
File length: 41657 byte(s)
Diff to previous 860 , to selected 813
sad16v, removed CRC error for sad16

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
File length: 41215 byte(s)
Diff to previous 851 , to selected 813
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
File length: 41013 byte(s)
Diff to previous 824 , to selected 813
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
File length: 41316 byte(s)
Diff to previous 813
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) - [selected]
Modified Sun Feb 2 00:25:51 2003 UTC (21 years, 1 month ago) by edgomez
File length: 41319 byte(s)
Diff to previous 684
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
File length: 41316 byte(s)
Diff to previous 279 , to selected 813
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
File length: 41013 byte(s)
Diff to previous 262 , to selected 813
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
File length: 40952 byte(s)
Diff to previous 257 , to selected 813
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
File length: 29670 byte(s)
Diff to previous 225 , to selected 813
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
File length: 29640 byte(s)
Diff to selected 813
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