summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.c
Commit message (Expand)AuthorAge
* Add a copy of libswscale into the branch instead of using svn:external.Diego Biurrun2009-04-13
* Create 0.5 release branch.Diego Biurrun2009-03-02
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-28
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-14
* Remove commented-out duplicate declarations.Diego Biurrun2008-12-02
* Remove unused declarations.Diego Biurrun2008-12-02
* Fix broken palette8to*.Vitor Sessak2008-10-23
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-05
* Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer2008-09-04
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-04
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* remove useless castsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-28
* Cosmetics: whitespacesBenoit Fouet2008-01-17
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-28
* 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