aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/rgb2rgb.c
Commit message (Expand)AuthorAge
* remove useless castsGravatar bcoudurier2008-06-01
* add const, suppress warningsGravatar bcoudurier2008-06-01
* Use full path for #includes from another directory.Gravatar diego2008-05-09
* Make some assembler constants global instead of declaring them multiple times.Gravatar reimar2008-01-29
* Use DECLARE_ASM_CONST where possible in libswscale codeGravatar reimar2008-01-28
* Cosmetics: whitespacesGravatar benoit2008-01-17
* license header consistency cosmeticsGravatar diego2007-07-05
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Gravatar diego2007-05-28
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-28
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* fix red_15mask and green_15mask. the previous values were wrong and causedGravatar ivo2007-04-18
* cosmetics after last commit; remove superfluous bracesGravatar ivo2007-04-11
* Remove code duplication in sws_rgb2rgb_init.Gravatar ivo2007-04-11
* cosmetics: typo pallete --> paletteGravatar diego2007-01-13
* Allow to compile swscale's non-SIMD code under the LGPL license.Gravatar lucabe2006-12-20
* Clarify that some of the non-SIMD code is now LGPLed.Gravatar lucabe2006-11-19
* Use common define for x86_32 and x86_64.Gravatar diego2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.Gravatar diego2006-09-06
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...Gravatar diego2006-08-11
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Gravatar diego2006-08-05
* Comment some #endif lines.Gravatar diego2006-07-28
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeGravatar lucabe2006-07-20
* Move postproc ---> libswscaleGravatar lucabe2006-06-30