1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-21 08:45:06 +02:00
ffmpeg/postproc
Michael Niedermayer a28ea2c04d colorspace converter tests (memory corruption tests at different width/src/dst)
quite impressive results only 1 of the 13 rgb->rgb converters fails for the c versions
... sadly only 1 of the mmx converters passes though :( ... i feared allready  that last mplayerxp merge reversed the bugfixes :((((

Originally committed as revision 6604 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-06-29 15:01:23 +00:00
..
.cvsignore Move ignores in subdirs to their respective .cvsignore files. 2001-11-17 23:55:40 +00:00
cs_test.c colorspace converter tests (memory corruption tests at different width/src/dst) 2002-06-29 15:01:23 +00:00
Makefile colorspace converter tests (memory corruption tests at different width/src/dst) 2002-06-29 15:01:23 +00:00
postprocess_template.c 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com> 2002-05-05 11:08:59 +00:00
postprocess.c applied 64bit patch from Ulrich Hecht <uli at suse dot de> 2002-05-23 15:40:08 +00:00
postprocess.h fix typo found by Milan Cutka <cutka@szm.sk> 2002-04-12 14:01:10 +00:00
rgb2rgb_template.c yvu9 -> yv12 unscaled converter with linear chroma scaling 2002-06-27 23:48:53 +00:00
rgb2rgb.c yvu9 -> yv12 unscaled converter with linear chroma scaling 2002-06-27 23:48:53 +00:00
rgb2rgb.h yvu9 -> yv12 unscaled converter with linear chroma scaling 2002-06-27 23:48:53 +00:00
swscale_template.c use unified yuv2rgb init 2002-06-27 18:00:47 +00:00
swscale.c yvu9 -> yv12 unscaled converter with linear chroma scaling 2002-06-27 23:48:53 +00:00
swscale.h -sws 6 (luma bicubic & chroma bilinear) 2002-06-27 19:17:25 +00:00
yuv2rgb_mlib.c sync with mplayer xp 2002-06-22 08:49:45 +00:00
yuv2rgb_template.c sync with mplayer xp 2002-06-22 08:49:45 +00:00
yuv2rgb.c fixing scaling/contrast for 1/4/8 bpp 2002-06-27 17:40:51 +00:00