summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.c
Commit message (Expand)AuthorAge
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-21
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
* swscale: K&R formatting cosmetics (part I)Diego Biurrun2012-02-21
* swscale: variable declaration and placement cosmeticsDiego Biurrun2012-02-21
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* rgb2rgb: rgb12to15()Paul B Mahol2012-01-12
* rgb2rgb: rgb12tobgr12()Paul B Mahol2012-01-11
* Remove extraneous semicolonsMans Rullgard2011-12-11
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* sws: remove disabled cruft.Anton Khirnov2011-04-19
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-14
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-13
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-14
* swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla2010-09-13
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-12
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-08
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* remove palette8torgb15 and palette8tobgr15Reinhard Tartler2010-06-01
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-03
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Indent.Ramiro Polla2009-09-07
* Cosmetics:Ramiro Polla2009-08-16
* Indent libswscale:Ramiro Polla2009-08-16
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Unscaled converters forMichael Niedermayer2009-03-19
* 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