summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard2011-10-211-2/+2
* swscale: Remove disabled code.Diego Biurrun2011-05-291-74/+0
* 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
* 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
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-281-2/+3
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-241-0/+683
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-241-780/+0
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-091-5/+5
* Give better name to Inverse_Table_6_9Kostya Shishkov2009-02-091-1/+1
* Remove file name from file headers.Diego Biurrun2009-02-091-1/+1
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-141-12/+10
* Mark dither_2x2_{8,4} static to swscale.cDiego Pettenò2008-10-091-2/+0
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-041-6/+0
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-041-1/+0
* Move dither tables from yuv2rgb to swscale, they have been written by me andMichael Niedermayer2008-09-141-106/+5
* Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itMichael Niedermayer2008-09-111-4/+4
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-041-4/+8
* Fix rgb15/16 vs. bgr part1.Michael Niedermayer2008-09-041-5/+12
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-4/+4
OpenPOWER on IntegriCloud