summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb.c
Commit message (Expand)AuthorAge
...
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-28
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-24
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-24
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-09
* Give better name to Inverse_Table_6_9Kostya Shishkov2009-02-09
* Remove file name from file headers.Diego Biurrun2009-02-09
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-14
* Mark dither_2x2_{8,4} static to swscale.cDiego Pettenò2008-10-09
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-04
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-04
* Move dither tables from yuv2rgb to swscale, they have been written by me andMichael Niedermayer2008-09-14
* Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itMichael Niedermayer2008-09-11
* Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer2008-09-04
* Fix rgb15/16 vs. bgr part1.Michael Niedermayer2008-09-04
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-04
* Fix wrong #endif comment.Diego Biurrun2008-03-29
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun2008-03-11
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-22
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-09
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-28
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-27
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-19
* Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun2007-07-16
* typoDiego Biurrun2007-07-14
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-09
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger2007-06-08
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-30
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* fix full range (jpeg yuv) chromaMichael Niedermayer2007-03-18
* Pass a context to av_log(), when possibleLuca Abeni2007-01-23
* Fix license headers and FSF postal address.Diego Biurrun2007-01-22
* Mark some variables as possibly unused to avoid warningsLuca Abeni2006-12-26
* Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni2006-12-26
* Add some other casts, to remove void pointers arithmeticLuca Abeni2006-12-26
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* make some global var static (fix a build failure with shared lib on x86_64)Aurelien Jacobs2006-10-03
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
* Comment some #endif lines.Diego Biurrun2006-07-28
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
* Move postproc ---> libswscaleLuca Abeni2006-06-30