log libswscale/rgb2rgb_template.c @ 23777:28964958fb7b

age author description
2007-07-05 diego license header consistency cosmetics
2007-06-13 diego misc spelling fixes
2007-04-29 diego cosmetics: Fix stray wrongly indented line.
2007-04-28 diego cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
2007-04-28 diego cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
2007-04-26 diego cosmetics: Remove trailing whitespace.
2007-04-18 ivo preserve alpha channel when converting rgb32 to bgr32 in plain C
2007-04-18 ivo skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
2007-04-18 ivo skip MMX code in rgb32to16 if the size of the input is smaller than the
2007-04-18 ivo skip MMX code in rgb32to15 if the size of the input is smaller than the
2007-04-17 ivo slightly faster rgb32tobgr32; avoid one add and one cmp
2007-04-16 ivo New implementation of rgb32tobgr32
2007-04-11 ivo Remove code duplication in sws_rgb2rgb_init.
2006-11-19 lucabe Clarify that some of the non-SIMD code is now LGPLed.
2006-11-07 gpoirier Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program'.
2006-09-06 diego Add official GPL header to make license explicit as discussed on ffmpeg-devel.
2006-08-15 diego -fPIC support for libswscale
2006-08-13 diego Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
2006-06-30 lucabe Move postproc ---> libswscale