summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAge
* yuv2rgb: Document the color space coefficientsVittorio Giovara2016-01-20
* swscale: check memory allocationsVittorio Giovara2015-01-05
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-29
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-06
* swscale: Remove unnecessary backslashesMartin Storsjö2013-05-06
* sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer2013-02-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje2012-08-28
* swscale: K&R formatting cosmetics (part I)Diego Biurrun2012-02-21
* Remove Sun medialib glue code.Diego Biurrun2012-02-08
* swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard2011-10-21
* swscale: Remove disabled code.Diego Biurrun2011-05-29
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Change the type of Y table to pointer to void in fill_table().Benoit Fouet2010-07-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Move internal scale context fields initialization fromStefano Sabatini2010-06-01
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-04
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-26
* Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik2010-03-06
* Cosmetics: fix vertical alignment.Benoit Fouet2010-03-05
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-05
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-04
* Apply consistency nit.Stefano Sabatini2010-02-25
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-05
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-24
* User friendly warning message that gives out names of source and target formatsZuxy Meng2010-01-19
* Define out currently unused static functions.Zuxy Meng2010-01-18
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Cosmetics:Ramiro Polla2009-08-16
* Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedKostya Shishkov2009-08-09
* The AltiVec code in libswscale no longer is under GPL.Diego Biurrun2009-07-05
* YUV into RGB48 BE/LE conversion supportKostya Shishkov2009-06-02
* Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cCédric Schieli2009-04-27
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-26
* Simpler and more elegant fix to the x86_32/OSX+PIC build failureCédric Schieli2009-03-24
* Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli2009-03-21
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-20
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-18
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-18
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameDiego Biurrun2009-03-17
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...Cédric Schieli2009-03-16
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-01