]> git.sesse.net Git - ffmpeg/history - libswscale/yuv2rgb.c
Do not return -1 from void functions.
[ffmpeg] / libswscale / yuv2rgb.c
2008-05-04 Luca BarbatoBuild sparc arch specific code using the Makefile
2008-03-29 Diego BiurrunFix wrong #endif comment.
2008-03-25 Diego BiurrunClassify mlib as a configurable option, not as a hardwa...
2008-03-11 Diego BiurrunMark Y variable in EPILOG macro as av_unused to avoid...
2008-02-22 Carl Eugen HoyosDiscard two symbols from libswscale.
2008-02-09 Carl Eugen HoyosMake dither4 & dither8 const.
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-28 Reimar DöffingerUse DECLARE_ASM_CONST where possible in libswscale...
2007-09-27 Diego BiurrunRevert wrong ARCH_BFIN --> HAVE_BFIN change.
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-07-19 Denes BalatoniUltraSPARC VIS yuv2rgb
2007-07-16 Diego BiurrunRemove redundant "all rights reserved" statement, OKed...
2007-07-14 Diego Biurruntypo
2007-07-09 Diego BiurrunISO8859-1 --> UTF-8
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-08 Reimar DöffingerFix yuv2rgb C functions to work for widths divisible...
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused as it is declared...
2007-05-13 Marc HoffmanBlackfin optimized YUV420 to RGB CSC Color Space Conver...
2007-04-29 Diego Biurruncosmetics attack, part III: Remove all tabs and prettyp...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-03-18 Michael Niedermayerfix full range (jpeg yuv) chroma
2007-01-23 Luca AbeniPass a context to av_log(), when possible
2007-01-22 Diego BiurrunFix license headers and FSF postal address.
2006-12-26 Luca AbeniMark some variables as possibly unused to avoid warnings
2006-12-26 Luca AbeniAdd some explicit casts to avoid "assignment from incom...
2006-12-26 Luca AbeniAdd some other casts, to remove void pointers arithmetic
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-10-03 Aurelien Jacobsmake some global var static (fix a build failure with...
2006-09-17 Luca AbeniRemove the dependency of libswscale on img_format.h
2006-08-18 Diego BiurrunExplicitly include libmpcodecs/img_format.h and libvo...
2006-08-05 Diego BiurrunDo not assemble MMX, MMX2 or 3DNOW code unconditionally...
2006-07-28 Diego BiurrunComment some #endif lines.
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-06-30 Luca AbeniMove postproc ---> libswscale