summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.c
Commit message (Collapse)AuthorAge
...
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
| | | | Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten2007-04-18
| | | | | | some SIMD functions to output wrong data. Originally committed as revision 23021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics after last commit; remove superfluous bracesIvo van Poorten2007-04-11
| | | | Originally committed as revision 22979 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-11
| | | | | | | | | | The lists of assignments of all rgbxtoy variants are removed from sws_rgb2rgb_init and replaced by a single list inside the template file. This way, multiple lists are generated by the preprocessor and each list gets its own initialization function. Those are called from the main sws_rgb2rgb_init function, if applicable. Originally committed as revision 22978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: typo pallete --> paletteDiego Biurrun2007-01-13
| | | | Originally committed as revision 21892 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-20
| | | | | | | Since mplayer always define CONFIG_GPL, this commit should not change anything for mplayer. Originally committed as revision 21699 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
| | | | | | All the authours of such code agreed. Originally committed as revision 21045 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
| | | | Originally committed as revision 20592 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
| | | | Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun2006-09-06
| | | | Originally committed as revision 19709 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't ↵Diego Biurrun2006-08-11
| | | | | | | | need to be protected by HAVE_MMX. Originally committed as revision 19367 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
| | | | Originally committed as revision 19339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Comment some #endif lines.Diego Biurrun2006-07-28
| | | | Originally committed as revision 19211 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
| | | | Originally committed as revision 19148 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move postproc ---> libswscaleLuca Abeni2006-06-30
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale