summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-041-8/+0
* Fix wrong #endif comment.Diego Biurrun2008-03-291-1/+1
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-251-2/+2
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun2008-03-111-2/+1
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-221-8/+0
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-091-2/+2
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-291-4/+0
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-281-6/+6
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-271-1/+1
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-311-1/+1
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-191-0/+10
* Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun2007-07-161-1/+0
* typoDiego Biurrun2007-07-141-1/+1
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-091-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-4/+4
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger2007-06-081-4/+38
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-301-2/+2
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-131-0/+8
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-291-415/+415
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-6/+6
OpenPOWER on IntegriCloud