summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb_template.c
Commit message (Expand)AuthorAge
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* swscale: fix sign extensions in yuv planar conversionVittorio Giovara2014-10-18
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-21
* swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* swscale: K&R formatting cosmetics (part I)Diego Biurrun2012-02-21
* swscale: variable declaration and placement cosmeticsDiego Biurrun2012-02-21
* swscale: Remove disabled code.Diego Biurrun2011-05-29
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-26
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-14
* swscale: indentation and emtpy line cosmeticsRamiro Polla2010-09-13
* 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: remove unused yvu9toyv12 functionRamiro Polla2010-09-11
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger2010-03-31
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Remove unused PREFETCHW macroZuxy Meng2010-01-09
* Indent.Ramiro Polla2009-09-07
* Cosmetics:Ramiro Polla2009-08-16
* Indent libswscale:Ramiro Polla2009-08-16
* Remove disabled crufty code.Diego Biurrun2009-08-08
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer2009-04-18
* 10l (C code was buggy and untested)Michael Niedermayer2009-03-21
* Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer2009-03-21
* RevertMichael Niedermayer2009-03-19
* Unscaled converters forMichael Niedermayer2009-03-19
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-18
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-18
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli2009-03-04
* 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
* Some forgotten eax -> REG_a changes.Reimar Döffinger2008-12-12
* cosmetics: typo fixDiego Biurrun2008-10-23
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Mark variation-specific interleaveBytes static.Diego Pettenò2008-10-09
* gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...Luca Barbato2008-10-05
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Diego Biurrun2008-10-05
* Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun2008-10-04
* enable yuv422p to uyvy converterBaptiste Coudurier2008-09-05
* rgb vs bgr fix for the unscaled converters.Michael Niedermayer2008-09-04
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* restore needed cast to correct type with constBaptiste Coudurier2008-06-01