]> git.sesse.net Git - ffmpeg/history - libswscale/rgb2rgb_template.c
license header consistency cosmetics
[ffmpeg] / libswscale / rgb2rgb_template.c
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-13 Diego Biurrunmisc spelling fixes
2007-04-29 Diego Biurruncosmetics: Fix stray wrongly indented line.
2007-04-28 Diego Biurruncosmetics attack, part I: Remove all tabs and prettypri...
2007-04-28 Diego Biurruncosmetics: Replace manual tab indentation by \n\t as...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-18 Ivo van Poortenpreserve alpha channel when converting rgb32 to bgr32...
2007-04-18 Ivo van Poortenskip MMX code in rgb24tobgr24 if the size of the input...
2007-04-18 Ivo van Poortenskip MMX code in rgb32to16 if the size of the input...
2007-04-18 Ivo van Poortenskip MMX code in rgb32to15 if the size of the input...
2007-04-17 Ivo van Poortenslightly faster rgb32tobgr32; avoid one add and one cmp
2007-04-16 Ivo van PoortenNew implementation of rgb32tobgr32
2007-04-11 Ivo van PoortenRemove code duplication in sws_rgb2rgb_init.
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-11-07 Nigel PearsonFix MacIntel build: "/nop" is illegal on Apple's older...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-06 Diego BiurrunAdd official GPL header to make license explicit as...
2006-08-15 Jason Tackaberry-fPIC support for libswscale
2006-08-13 Diego BiurrunReplace asmalign.h hack by ASMALIGN cpp macros from...
2006-06-30 Luca AbeniMove postproc ---> libswscale