aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/rgb2rgb.c
Commit message (Collapse)AuthorAgeFilesLines
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun2006-09-061-1/+15
| | | | 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-111-3/+1
| | | | | | | | 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-051-3/+5
| | | | Originally committed as revision 19339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Comment some #endif lines.Diego Biurrun2006-07-281-2/+2
| | | | 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-201-2/+4
| | | | Originally committed as revision 19148 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move postproc ---> libswscaleLuca Abeni2006-06-301-0/+644
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale