summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb_template.c
Commit message (Expand)AuthorAge
* preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten2007-04-18
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theIvo van Poorten2007-04-18
* skip MMX code in rgb32to16 if the size of the input is smaller than theIvo van Poorten2007-04-18
* skip MMX code in rgb32to15 if the size of the input is smaller than theIvo van Poorten2007-04-18
* slightly faster rgb32tobgr32; avoid one add and one cmpIvo van Poorten2007-04-17
* New implementation of rgb32tobgr32Ivo van Poorten2007-04-16
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-11
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASNigel Pearson2006-11-07
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun2006-09-06
* -fPIC support for libswscaleJason Tackaberry2006-08-15
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun2006-08-13
* Move postproc ---> libswscaleLuca Abeni2006-06-30