June 27, 2010
View a788196

Remove --enable-gprof flag

Måns Rullgård authored on 2010/06/27 07:23:29
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
February 12, 2007
View ecfc4f4

rename HAVE_GPROF to CONFIG_GPROF

Måns Rullgård authored on 2007/02/12 01:39:09
October 8, 2006
View b78e719

Change license headers to say 'FFmpeg' instead of 'this program/this library' and fix GPL/LGPL version mismatches.

Diego Biurrun authored on 2006/10/08 00:30:46
February 18, 2006
View 1b13729

Change license header to LGPL for consistency.

Falk Hüffner authored on 2006/02/18 04:48:11
December 22, 2005
View bb270c0

COSMETICS: tabs --> spaces, some prettyprinting

Diego Biurrun authored on 2005/12/22 10:10:11
December 18, 2005
View 115329f

COSMETICS: Remove all trailing whitespace.

Diego Biurrun authored on 2005/12/18 03:14:38
July 11, 2004
View ab35de1

Don't include config.h from assembly, because the mplayer developers decided it was a great idea to put some (bogus, of course) C function prototypes there and it doesn't seem worth bothering working around that since all we wanted is HAVE_GPROF.

Falk Hüffner authored on 2004/07/11 08:22:47
September 14, 2002
View 60286c8

Fix for h % 8 == 4 in put_pixels_axp_asm.

Falk Hüffner authored on 2002/09/14 00:44:53
July 2, 2002
View 494e409

Assembly version of put_pixels. This is currently the function that takes the most time, and it allows for more efficient unaligned access and better control over memory latencies.

Falk Hüffner authored on 2002/07/02 08:47:01
View d13c54c

Add profiling support.

Falk Hüffner authored on 2002/07/02 08:02:36
July 1, 2002
View bb7d493

Implement put_pixels_clamped and add_pixels_clamped in Assembler. This allows better scheduling of the memory accesses, and is portable among all compilers.

Falk Hüffner authored on 2002/07/01 13:26:07