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
2012-10-24yuv2rgb: fix integer overflow in fill_gv_table()Michael Niedermayer
2012-10-24yuv2rgb: fix integer overflow in fill_tableMichael Niedermayer
2012-10-11yuv2rgb: fix declared array sizes, so they match actuals.Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer
2012-08-29yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje
2012-07-17yuv2rgb: implement 15/16bit ordered ditherMichael Niedermayer
2012-06-07yuv2rgb: remove assert() the codepath is not invalidMichael Niedermayer
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22swscale: K&R formatting cosmetics (part I)Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-01-28yuv2rgb: better check if source format have alphaPaul B Mahol
2012-01-11sws: Move yuv2rgb clipping into the tables.Michael Niedermayer
2011-11-19sws: Fix warning: ‘abase’ may be used uninitialized in this functionMichael Niedermayer
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard
2011-05-30swscale: remove sws_format_name()Stefano Sabatini
2011-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-26libswcale: 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