Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-06The AltiVec code in libswscale no longer is under GPL.Diego Biurrun
2009-06-02YUV into RGB48 BE/LE conversion supportKostya Shishkov
2009-04-27Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cCédric Schieli
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla
2009-03-24Simpler and more elegant fix to the x86_32/OSX+PIC build failureCédric Schieli
2009-03-21Fix build failure on x86_32 Mac OS X with PIC enabledCédric Schieli
2009-03-20Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli
2009-03-18Do not assume long is same width as x86 register.Ramiro Polla
2009-03-18Consistently use ff_ prefixes for internal symbols.Diego Biurrun
2009-03-17Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() nameDiego Biurrun
2009-03-16Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...Cédric Schieli
2009-03-01Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger
2009-02-28When converting from a non alpha format to an alpha format, defaultsCédric Schieli
2009-02-25Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun
2009-02-24Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun
2009-02-09Prefix visible YUV2RGB functions with sws_Kostya Shishkov
2009-02-09Give better name to Inverse_Table_6_9Kostya Shishkov
2009-02-09Remove file name from file headers.Diego Biurrun
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-09Mark dither_2x2_{8,4} static to swscale.cDiego Pettenò
2008-10-04Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos
2008-10-04Remove g6Dither from libswscale.Carl Eugen Hoyos
2008-09-14Move dither tables from yuv2rgb to swscale, they have been written by me andMichael Niedermayer
2008-09-11Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itMichael Niedermayer
2008-09-05Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer
2008-09-04Fix rgb15/16 vs. bgr part1.Michael Niedermayer
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2008-05-05Build sparc arch specific code using the MakefileLuca Barbato
2008-03-29Fix wrong #endif comment.Diego Biurrun
2008-03-26Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun
2008-03-11Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun
2008-02-22Discard two symbols from libswscale.Carl Eugen Hoyos
2008-02-10Make dither4 & dither8 const.Carl Eugen Hoyos
2008-01-29Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger
2008-01-28Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger
2007-09-27Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun
2007-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman
2007-07-19UltraSPARC VIS yuv2rgbDenes Balatoni
2007-07-16Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun
2007-07-14typoDiego Biurrun
2007-07-09ISO8859-1 --> UTF-8Diego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-08Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger
2007-05-30rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
2007-04-30cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2007-03-18fix full range (jpeg yuv) chromaMichael Niedermayer
2007-01-23Pass a context to av_log(), when possibleLuca Abeni