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-01-13rgb2rgb: rgb12to15()Paul B Mahol
2012-01-12rgb2rgb: rgb12tobgr12()Paul B Mahol
2012-01-09swscale: K&R reformatting cosmetics for header filesDiego Biurrun
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-26swscale: Remove orphaned, commented-out function declaration.Diego Biurrun
2011-05-26swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-15swscale: move away x86 specific code from rgb2rgbLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-12rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla
2010-06-01deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler
2010-06-01remove palette8torgb15 and palette8tobgr15Reinhard Tartler
2010-02-04Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2009-08-16Indent libswscale:Ramiro Polla
2009-03-19Unscaled converters forMichael Niedermayer
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-10-23Fix broken palette8to*.Vitor Sessak
2008-09-10spelling/wording cosmeticsDiego Biurrun
2008-09-05enable yuv422p to uyvy converterBaptiste Coudurier
2008-09-04rgb vs bgr fix for the unscaled converters.Michael Niedermayer
2008-08-31Change headers' guardnames consistently with r15120.Stefano Sabatini
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2007-10-181l: Update wrong #endif comment.Diego Biurrun
2007-10-18Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-02Fix 'make checkheaders'.Diego Biurrun
2007-07-02Remove obsolete and misleading comment.Diego Biurrun
2007-04-28cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2006-11-19Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun
2006-09-10Add proper GPL headers.Diego Biurrun
2006-07-01Remove unneeded codeLuca Abeni
2006-06-30Move postproc ---> libswscaleLuca Abeni