1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libswscale
Cédric Schieli c662e788ce In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos element is initialized on the wrong index (not evenly aligned). This fixes it
Originally committed as revision 28933 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-03-11 14:22:53 +00:00
..
cs_test.c Add some const specifiers to function name variables; fixes a bunch of 2008-11-04 20:38:55 +00:00
internal_bfin.S spelling/grammar/wording overhaul 2008-07-04 13:49:45 +00:00
Makefile Rename yuv2rgb2.c --> yuv2rgb.c. 2009-02-24 22:40:20 +00:00
rgb2rgb_template.c Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting alpha channel to 0xFF 2009-03-04 19:12:49 +00:00
rgb2rgb.c When converting from a non alpha format to an alpha format, defaults 2009-02-28 08:01:52 +00:00
rgb2rgb.h Delete unnecessary 'extern' keywords. 2008-12-03 15:25:27 +00:00
swscale_altivec_template.c Make hScale_altivec_real() trim its output like other implementations do 2009-02-14 16:39:15 +00:00
swscale_avoption.c Add bitexact flag. 2008-09-12 21:46:53 +00:00
swscale_bfin.c Remove pointless malloc.h #include. 2008-12-19 09:59:59 +00:00
swscale_internal.h YUVA420P is a planar YUV format 2009-03-07 09:37:25 +00:00
swscale_template.c Mask all unused bits for packed pixel format instead of green and alpha mask only. 2009-03-09 17:25:43 +00:00
swscale-example.c Remove unnecessary emms Assembler instructions. 2009-02-10 02:00:45 +00:00
swscale.c In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos element is initialized on the wrong index (not evenly aligned). This fixes it 2009-03-11 14:22:53 +00:00
swscale.h New LGPLed YUV2RGB table generator for SwScaler 2009-02-22 09:22:05 +00:00
yuv2rgb_altivec.c Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA 2009-03-01 11:35:00 +00:00
yuv2rgb_bfin.c Avoid POSIX-reserved _t namespace. 2008-12-27 11:45:46 +00:00
yuv2rgb_mlib.c Prefix visible YUV2RGB functions with sws_ 2009-02-09 14:31:53 +00:00
yuv2rgb_template.c When converting from a non alpha format to an alpha format, defaults 2009-02-28 08:01:52 +00:00
yuv2rgb_vis.c Fix typo in comments. 2009-03-01 11:43:56 +00:00
yuv2rgb.c Fix braindead and broken way to calculate abase, fixes regression tests on 2009-03-01 11:33:10 +00:00