summaryrefslogtreecommitdiffstats
path: root/libswscale/rgb2rgb.c
Commit message (Expand)AuthorAgeFilesLines
* Make some assembler constants global instead of declaring them multiple times.reimar2008-01-291-13/+0
* Use DECLARE_ASM_CONST where possible in libswscale codereimar2008-01-281-41/+41
* Cosmetics: whitespacesbenoit2008-01-171-37/+37
* license header consistency cosmeticsdiego2007-07-051-1/+1
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.diego2007-05-281-3/+0
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.diego2007-04-281-305/+304
* cosmetics: Remove trailing whitespace.diego2007-04-261-6/+6
* fix red_15mask and green_15mask. the previous values were wrong and causedivo2007-04-181-2/+2
* cosmetics after last commit; remove superfluous bracesivo2007-04-111-6/+4
* Remove code duplication in sws_rgb2rgb_init.ivo2007-04-111-116/+4
* cosmetics: typo pallete --> palettediego2007-01-131-3/+3
* Allow to compile swscale's non-SIMD code under the LGPL license.lucabe2006-12-201-3/+3
* Clarify that some of the non-SIMD code is now LGPLed.lucabe2006-11-191-0/+3
* Use common define for x86_32 and x86_64.diego2006-11-011-3/+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
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...diego2006-08-111-3/+1
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.diego2006-08-051-3/+5
* Comment some #endif lines.diego2006-07-281-2/+2
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-201-2/+4
* Move postproc ---> libswscalelucabe2006-06-301-0/+644