summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.c
Commit message (Expand)AuthorAgeFilesLines
...
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-141-20/+16
* swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla2010-09-131-0/+1
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-121-2/+1
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-081-1/+12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-011-19/+4
* remove palette8torgb15 and palette8tobgr15Reinhard Tartler2010-06-011-16/+0
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-271-14/+11
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-031-0/+20
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-1/+1
* Indent.Ramiro Polla2009-09-071-44/+44
* Cosmetics:Ramiro Polla2009-08-161-25/+14
* Indent libswscale:Ramiro Polla2009-08-161-8/+8
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-4/+4
* Unscaled converters forMichael Niedermayer2009-03-191-0/+13
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-281-6/+7
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-6/+6
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-141-16/+16
* Remove commented-out duplicate declarations.Diego Biurrun2008-12-021-2/+0
* Remove unused declarations.Diego Biurrun2008-12-021-15/+0
* Fix broken palette8to*.Vitor Sessak2008-10-231-66/+5
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-051-0/+3
* Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer2008-09-041-28/+10
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-041-13/+13
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-16/+16
* remove useless castsBaptiste Coudurier2008-06-011-4/+4
* add const, suppress warningsBaptiste Coudurier2008-06-011-6/+6
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-291-13/+0
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-281-41/+41
* Cosmetics: whitespacesBenoit Fouet2008-01-171-37/+37
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-281-3/+0
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-281-305/+304
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-6/+6
* fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten2007-04-181-2/+2
* cosmetics after last commit; remove superfluous bracesIvo van Poorten2007-04-111-6/+4
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-111-116/+4
* cosmetics: typo pallete --> paletteDiego Biurrun2007-01-131-3/+3
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-201-3/+3
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-191-0/+3
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-071-3/+5
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun2006-09-061-1/+15
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...Diego Biurrun2006-08-111-3/+1
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-051-3/+5
* Comment some #endif lines.Diego Biurrun2006-07-281-2/+2
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-201-2/+4
* Move postproc ---> libswscaleLuca Abeni2006-06-301-0/+644