summaryrefslogtreecommitdiffstats
path: root/libswscale/rgb2rgb_template.c
Commit message (Expand)AuthorAgeFilesLines
* comment spelling/grammar fixesdiego2007-11-221-36/+31
* license header consistency cosmeticsdiego2007-07-051-1/+1
* misc spelling fixesdiego2007-06-131-2/+2
* cosmetics: Fix stray wrongly indented line.diego2007-04-291-1/+1
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.diego2007-04-281-2310/+2309
* cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.diego2007-04-281-43/+43
* cosmetics: Remove trailing whitespace.diego2007-04-261-18/+18
* preserve alpha channel when converting rgb32 to bgr32 in plain Civo2007-04-181-1/+1
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theivo2007-04-181-0/+3
* skip MMX code in rgb32to16 if the size of the input is smaller than theivo2007-04-181-0/+2
* skip MMX code in rgb32to15 if the size of the input is smaller than theivo2007-04-181-0/+2
* slightly faster rgb32tobgr32; avoid one add and one cmpivo2007-04-171-18/+17
* New implementation of rgb32tobgr32ivo2007-04-161-41/+58
* Remove code duplication in sws_rgb2rgb_init.ivo2007-04-111-0/+32
* Clarify that some of the non-SIMD code is now LGPLed.lucabe2006-11-191-0/+3
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASgpoirier2006-11-071-7/+3
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-071-3/+5
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.diego2006-09-061-1/+15
* -fPIC support for libswscalediego2006-08-151-42/+42
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-14/+12
* Move postproc ---> libswscalelucabe2006-06-301-0/+2675