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
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-12Change the type of Y table to pointer to void in fill_table().Benoit Fouet
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-06-01Move internal scale context fields initialization fromStefano Sabatini
2010-05-04alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun
2010-03-26HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun
2010-03-06Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik
2010-03-05Cosmetics: fix vertical alignment.Benoit Fouet
2010-03-05libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik
2010-03-04Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier
2010-02-26Apply consistency nit.Stefano Sabatini
2010-02-05Add function to translate SWS_CS_* to coefficient arrayDavid Conrad
2010-01-24Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini
2010-01-19User friendly warning message that gives out names of source and target formatsZuxy Meng
2010-01-18Define out currently unused static functions.Zuxy Meng
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2009-08-17Cosmetics:Ramiro Polla
2009-08-09Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedKostya Shishkov
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