aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAge
* Move yuv2rgb code to subdirs.Gravatar ramiro2009-03-26
* Simpler and more elegant fix to the x86_32/OSX+PIC build failureGravatar sdrik2009-03-24
* Fix build failure on x86_32 Mac OS X with PIC enabledGravatar sdrik2009-03-21
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersGravatar sdrik2009-03-20
* Do not assume long is same width as x86 register.Gravatar ramiro2009-03-18
* Consistently use ff_ prefixes for internal symbols.Gravatar diego2009-03-18
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameGravatar diego2009-03-17
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...Gravatar sdrik2009-03-16
* Fix braindead and broken way to calculate abase, fixes regression tests onGravatar reimar2009-03-01
* When converting from a non alpha format to an alpha format, defaults to all o...Gravatar sdrik2009-02-28
* Rename yuv2rgb2.c --> yuv2rgb.c.Gravatar diego2009-02-24
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Gravatar diego2009-02-24
* Prefix visible YUV2RGB functions with sws_Gravatar kostya2009-02-09
* Give better name to Inverse_Table_6_9Gravatar kostya2009-02-09
* Remove file name from file headers.Gravatar diego2009-02-09
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Gravatar diego2009-01-25
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Gravatar aurel2009-01-14
* Mark dither_2x2_{8,4} static to swscale.cGravatar flameeyes2008-10-09
* Remove b5Dither, g5Dither and r5Dither from libswscale.Gravatar cehoyos2008-10-04
* Remove g6Dither from libswscale.Gravatar cehoyos2008-10-04
* Move dither tables from yuv2rgb to swscale, they have been written by me andGravatar michael2008-09-14
* Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itGravatar michael2008-09-11
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Gravatar michael2008-09-04
* Fix rgb15/16 vs. bgr part1.Gravatar michael2008-09-04
* spelling/grammar/wording overhaulGravatar diego2008-07-04
* Build sparc arch specific code using the MakefileGravatar lu_zero2008-05-04
* Fix wrong #endif comment.Gravatar diego2008-03-29
* Classify mlib as a configurable option, not as a hardware feature.Gravatar diego2008-03-25
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Gravatar diego2008-03-11
* Discard two symbols from libswscale.Gravatar cehoyos2008-02-22
* Make dither4 & dither8 const.Gravatar cehoyos2008-02-09
* Make some assembler constants global instead of declaring them multiple times.Gravatar reimar2008-01-29
* Use DECLARE_ASM_CONST where possible in libswscale codeGravatar reimar2008-01-28
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Gravatar diego2007-09-27
* renaming ARCH_BFIN to HAVE_BFINGravatar mhoffman2007-08-31
* UltraSPARC VIS yuv2rgbGravatar benoit2007-07-19
* Remove redundant "all rights reserved" statement, OKed by Walken.Gravatar diego2007-07-16
* typoGravatar diego2007-07-14
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Group all copyright and author notices together.Gravatar diego2007-07-05
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Gravatar reimar2007-06-08
* rename attribute_unused to av_unused as it is declared in common.hGravatar benoit2007-05-30
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Gravatar gpoirier2007-05-13
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-29
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* fix full range (jpeg yuv) chromaGravatar michael2007-03-18
* Pass a context to av_log(), when possibleGravatar lucabe2007-01-23
* Fix license headers and FSF postal address.Gravatar diego2007-01-22
* Mark some variables as possibly unused to avoid warningsGravatar lucabe2006-12-26
* Add some explicit casts to avoid "assignment from incompatible pointer type"Gravatar lucabe2006-12-26