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
2020-12-13swscale/rgb2rgb_template: use shuffle macro on big-endian archesAndriy Gelman
2018-06-10lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian.Carl Eugen Hoyos
2018-03-24swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuff...Martin Vignali
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-06-23swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()Michael Niedermayer
2015-06-23swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte...Michael Niedermayer
2015-06-22swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endianMichael Niedermayer
2014-10-19Merge commit 'fc1eda543c6ef043300612db90da5cfd972af650'Michael Niedermayer
2014-10-18swscale: fix sign extensions in yuv planar conversionVittorio Giovara
2014-01-22Merge commit '9047491f8bcd87673eed55fb310647a03b0981e9'Michael Niedermayer
2014-01-21swscale: add nv12/nv21->yuv420 converterMichael Niedermayer
2013-11-19swscale: add nv12/nv21->yuv420 converterMichael Niedermayer
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-05Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer
2013-05-05swscale: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-15sws: Update rgb24toyv12_c() to user supplied rgb2yuv tablesMichael Niedermayer
2012-10-31Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-16yuvPlanartouyvy_c: fix sign extensionMichael Niedermayer
2012-10-16yuvPlanartoyuy2_c: fix sign extensionMichael Niedermayer
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22swscale: K&R formatting cosmetics (part I)Diego Biurrun
2012-02-22swscale: variable declaration and placement cosmeticsDiego Biurrun
2011-11-09Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX).Themaister
2011-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer
2011-05-25swscale: remove duplicatiopn of rgb24toyv12_c()Michael Niedermayer
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25Merge swscale bloatupMichael Niedermayer
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-05rgb24toyv12: break out in the middle before out of array reads.Michael Niedermayer
2011-04-15swscale: move away x86 specific code from rgb2rgbLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2010-09-14rgb2rgb: don't misuse HAVE_* definesRamiro Polla
2010-09-13swscale: indentation and emtpy line cosmeticsRamiro Polla
2010-09-13swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla
2010-09-12rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla
2010-09-11rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla
2010-03-31Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-09Remove unused PREFETCHW macroZuxy Meng
2009-09-07Indent.Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-16Indent libswscale:Ramiro Polla