1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-21 00:35:05 +02:00
ffmpeg/postproc
Michael Niedermayer 5521b193d6 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out)
x/yInc bugfix (bug was introduced during the global var removial)
more emms & no messing with ARCH_X86 (=workaround against not cleared mmx state somewhere)
sharpening filter (-ssf cs=<int> & -ssf ls=<int>)

Originally committed as revision 4298 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-01-21 22:11:09 +00:00
..
.cvsignore Move ignores in subdirs to their respective .cvsignore files. 2001-11-17 23:55:40 +00:00
Makefile runtime cpu detection 2001-11-26 21:17:23 +00:00
postprocess_template.c fix mangling with runtime cpu detection 2002-01-19 16:56:35 +00:00
postprocess.c Added reverting support for -pp and -npp options 2002-01-19 17:01:03 +00:00
postprocess.h -npp fq:<quantizer> 2002-01-03 14:16:13 +00:00
rgb2rgb_template.c rgb24toyv12 bugfix 2001-12-20 17:30:59 +00:00
rgb2rgb.c runtime cpu detection 2001-11-26 01:15:08 +00:00
rgb2rgb.h rgb24toyv12 bugfix 2001-12-20 17:30:59 +00:00
swscale_template.c 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out) 2002-01-21 22:11:09 +00:00
swscale.c 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out) 2002-01-21 22:11:09 +00:00
swscale.h 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out) 2002-01-21 22:11:09 +00:00
yuv2rgb_mlib.c Remove a few obsolete header includes (fixes a compile error on solaris) 2001-11-06 17:04:13 +00:00
yuv2rgb_template.c add mangling 2002-01-20 18:36:09 +00:00
yuv2rgb.c add mangling 2002-01-20 18:36:09 +00:00