ffmpeg/libswscale
Vitor Sessak fa8c408b26 Do not call rgb2rgbWrapper() for rgb48*, there is no special converter
yet for those formats

Originally committed as revision 29371 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2009-06-17 18:40:19 +00:00
..
bfin Move bfin specific code to its subdir. 2009-03-27 22:56:56 +00:00
mlib Move yuv2rgb code to subdirs. 2009-03-26 01:30:10 +00:00
ppc Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. 2009-06-04 22:50:38 +00:00
sparc Move yuv2rgb code to subdirs. 2009-03-26 01:30:10 +00:00
x86 Move yuv2rgb code to subdirs. 2009-03-26 01:30:10 +00:00
Makefile Rename swscale_avoption.c to options.c. 2009-04-18 13:52:00 +00:00
colorspace-test.c Rename cs_test.c --> colorspace-test.c. This is more consistent with the names 2009-03-26 14:20:15 +00:00
options.c Rename swscale_avoption.c to options.c. 2009-04-18 13:52:00 +00:00
rgb2rgb.c Unscaled converters for 2009-03-19 03:45:29 +00:00
rgb2rgb.h Unscaled converters for 2009-03-19 03:45:29 +00:00
rgb2rgb_template.c Remove 2 useless += at the end of rgb16to15(), found by CSA. 2009-04-18 22:27:36 +00:00
swscale-example.c Fix compilation: #undef standard library functions that are 2009-06-11 15:15:43 +00:00
swscale.c Do not call rgb2rgbWrapper() for rgb48*, there is no special converter 2009-06-17 18:40:19 +00:00
swscale.h Remove '\p' doxygen markup, as it should improve plain text doxy 2009-06-06 09:37:46 +00:00
swscale_internal.h Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. 2009-06-11 10:19:04 +00:00
swscale_template.c Kill warnings of possibly unused variables by using av_unused. 2009-06-11 17:10:54 +00:00
yuv2rgb.c YUV into RGB48 BE/LE conversion support 2009-06-02 12:30:11 +00:00