summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-291-16/+48
|\
| * yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje2012-08-281-16/+48
* | yuv2rgb: implement 15/16bit ordered ditherMichael Niedermayer2012-07-171-12/+56
* | yuv2rgb: remove assert() the codepath is not invalidMichael Niedermayer2012-06-071-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-231-418/+465
|\ \ | |/
| * swscale: K&R formatting cosmetics (part I)Diego Biurrun2012-02-211-421/+472
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-091-2/+0
|\ \ | |/
| * Remove Sun medialib glue code.Diego Biurrun2012-02-081-2/+0
* | yuv2rgb: better check if source format have alphaPaul B Mahol2012-01-281-2/+2
* | sws: Move yuv2rgb clipping into the tables.Michael Niedermayer2012-01-111-12/+10
* | sws: Fix warning: ‘abase’ may be used uninitialized in this functionMichael Niedermayer2011-11-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-2/+2
|\ \ | |/
| * swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard2011-10-211-2/+2
* | swscale: remove sws_format_name()Stefano Sabatini2011-05-301-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-301-74/+0
|\ \ | |/
| * swscale: Remove disabled code.Diego Biurrun2011-05-291-74/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-17/+11
|\ \ | |/
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-17/+11
| * libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-281-0/+38
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-03-261-0/+38
|/
* Change the type of Y table to pointer to void in fill_table().Benoit Fouet2010-07-121-1/+2
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* Move internal scale context fields initialization fromStefano Sabatini2010-06-011-0/+24
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-041-1/+1
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-261-1/+1
* Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik2010-03-061-2/+8
* Cosmetics: fix vertical alignment.Benoit Fouet2010-03-051-2/+2
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-051-0/+49
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-041-2/+12
* Apply consistency nit.Stefano Sabatini2010-02-251-1/+1
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-051-0/+7
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-241-1/+1
* User friendly warning message that gives out names of source and target formatsZuxy Meng2010-01-191-1/+1
* Define out currently unused static functions.Zuxy Meng2010-01-181-1/+6
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-6/+6
* Cosmetics:Ramiro Polla2009-08-161-2/+3
* Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedKostya Shishkov2009-08-091-66/+66
* The AltiVec code in libswscale no longer is under GPL.Diego Biurrun2009-07-051-1/+1
* YUV into RGB48 BE/LE conversion supportKostya Shishkov2009-06-021-0/+39
* Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cCédric Schieli2009-04-271-9/+0
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-261-52/+1
* Simpler and more elegant fix to the x86_32/OSX+PIC build failureCédric Schieli2009-03-241-8/+2
* Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli2009-03-211-2/+10
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-201-10/+91
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-181-0/+1
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-181-7/+7
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameDiego Biurrun2009-03-171-1/+1
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...Cédric Schieli2009-03-161-12/+12
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-011-1/+1
OpenPOWER on IntegriCloud