1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
FFmpeg/libswscale
Ivo van Poorten b38d487466 New implementation of rgb32tobgr32
The previous implementation segfaulted with MMX enabled when fed an image
smaller than the size of the units the MMX code processed. The new code:
- is faster for MMX, MMX2 and plain C
- processes small images correctly
- is LGPL

Originally committed as revision 23009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-16 21:41:03 +00:00
..
cs_test.c cosmetics, expand all tabs to four spaces. 2007-04-12 19:31:35 +00:00
Makefile Remove useless conditional. 2007-02-27 00:19:01 +00:00
rgb2rgb_template.c New implementation of rgb32tobgr32 2007-04-16 21:41:03 +00:00
rgb2rgb.c cosmetics after last commit; remove superfluous braces 2007-04-11 22:17:58 +00:00
rgb2rgb.h
swscale_altivec_template.c Add av_ prefix to clip functions 2007-02-25 10:27:43 +00:00
swscale_internal.h typo 2007-04-07 14:07:51 +00:00
swscale_template.c improve horizontal chroma resolution with pal 2007-04-15 01:27:34 +00:00
swscale-example.c
swscale.c improve horizontal chroma resolution with pal 2007-04-15 01:27:34 +00:00
swscale.h
yuv2rgb_altivec.c Pass a context to av_log(), when possible 2007-01-23 13:41:45 +00:00
yuv2rgb_init.c fix full range (jpeg yuv) chroma 2007-03-18 12:31:53 +00:00
yuv2rgb_mlib.c
yuv2rgb_template.c negative stride and h_size-=8 fix 2007-02-17 13:28:44 +00:00
yuv2rgb.c fix full range (jpeg yuv) chroma 2007-03-18 12:31:53 +00:00