log

age author description
Tue, 06 Nov 2001 19:51:15 +0000 pl FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec found
Tue, 06 Nov 2001 19:26:22 +0000 michael gcc does optimize writes to non volatile variables away if it didnt know that they were read in between
Tue, 06 Nov 2001 19:16:49 +0000 michael 15/16 bpp dithering
Tue, 06 Nov 2001 18:42:22 +0000 michael better dithering
Tue, 06 Nov 2001 18:20:41 +0000 gabucino Applied Nick Kurshev's patch
Tue, 06 Nov 2001 17:14:22 +0000 nick Minor speedup of rgb32to24. (performance is not successful)
Tue, 06 Nov 2001 17:04:56 +0000 gabucino oh my god what have i done...
Tue, 06 Nov 2001 17:04:13 +0000 jkeil Remove a few obsolete header includes (fixes a compile error on solaris)
Tue, 06 Nov 2001 16:56:27 +0000 jkeil dvb test, /dev/ost/video:
Tue, 06 Nov 2001 16:53:47 +0000 michael minor changes (fixed some warnings, added attribute aligned(8) stuff)
Tue, 06 Nov 2001 16:35:17 +0000 nick MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff
Tue, 06 Nov 2001 16:21:38 +0000 nick optimized rgb24to16 stuff
Tue, 06 Nov 2001 14:43:19 +0000 michael mmx2 bgr24 stuff from swscale (slightly faster)
Tue, 06 Nov 2001 13:53:43 +0000 nick rgb24to32 now is faster
Tue, 06 Nov 2001 13:45:57 +0000 michael vars are aligned by 8 now (even faster, yes they where not aligned correctly)