]> git.sesse.net Git - ffmpeg/history - libswscale/yuv2rgb.c
Const correctness for src pointer. Remove all constness related warnings in
[ffmpeg] / libswscale / yuv2rgb.c
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2009-08-16 Ramiro PollaCosmetics:
2009-08-09 Kostya ShishkovRemove 'offset' argument from PUTRGB* macros since...
2009-07-05 Diego BiurrunThe AltiVec code in libswscale no longer is under GPL.
2009-06-02 Kostya ShishkovYUV into RGB48 BE/LE conversion support
2009-04-27 Cédric SchieliRemove useless duplicated code in yuv2rgb_c_32, yuva2rg...
2009-03-26 Ramiro PollaMove yuv2rgb code to subdirs.
2009-03-24 Cédric SchieliSimpler and more elegant fix to the x86_32/OSX+PIC...
2009-03-21 Cédric SchieliFix build failure on x86_32 Mac OS X with PIC enabled
2009-03-20 Cédric SchieliAdd YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
2009-03-18 Ramiro PollaDo not assume long is same width as x86 register.
2009-03-18 Diego BiurrunConsistently use ff_ prefixes for internal symbols.
2009-03-17 Diego BiurrunFix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2...
2009-03-16 Cédric SchieliAdd an alpha parameter to the YUV2RGBFUNC macro to...
2009-03-01 Reimar DöffingerFix braindead and broken way to calculate abase, fixes...
2009-02-28 Cédric SchieliWhen converting from a non alpha format to an alpha...
2009-02-24 Diego BiurrunRename yuv2rgb2.c --> yuv2rgb.c.
2009-02-24 Diego BiurrunRemove GPL version of yuv2rgb.c that has been replaced...
2009-02-09 Kostya ShishkovPrefix visible YUV2RGB functions with sws_
2009-02-09 Kostya ShishkovGive better name to Inverse_Table_6_9
2009-02-09 Diego BiurrunRemove file name from file headers.
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-14 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-09 Diego PettenòMark dither_2x2_{8,4} static to swscale.c
2008-10-04 Carl Eugen HoyosRemove b5Dither, g5Dither and r5Dither from libswscale.
2008-10-04 Carl Eugen HoyosRemove g6Dither from libswscale.
2008-09-14 Michael NiedermayerMove dither tables from yuv2rgb to swscale, they have...
2008-09-11 Michael NiedermayerFix chroma yuv->rgb tables for jpeg style yuv, this...
2008-09-04 Michael NiedermayerSupport PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part1.
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
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