summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.c
Commit message (Expand)AuthorAge
...
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten2007-04-18
* cosmetics after last commit; remove superfluous bracesIvo van Poorten2007-04-11
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-11
* cosmetics: typo pallete --> paletteDiego Biurrun2007-01-13
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-20
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* 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
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...Diego Biurrun2006-08-11
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
* Comment some #endif lines.Diego Biurrun2006-07-28
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
* Move postproc ---> libswscaleLuca Abeni2006-06-30