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
2014-01-21swscale: add nv12/nv21->yuv420 converterMichael Niedermayer
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-02-22swscale: K&R formatting cosmetics (part I)Diego Biurrun
2012-02-22swscale: variable declaration and placement cosmeticsDiego Biurrun
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-13rgb2rgb: rgb12to15()Paul B Mahol
2012-01-12rgb2rgb: rgb12tobgr12()Paul B Mahol
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-05-28sws: replace all long with int.Anton Khirnov
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-04-13swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-14rgb2rgb: don't misuse HAVE_* definesRamiro 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-08rgb2rgb: build SSE2 codepathRamiro Polla
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-06-01deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler
2010-06-01remove palette8torgb15 and palette8tobgr15Reinhard Tartler
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
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-09-07Indent.Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-16Indent libswscale:Ramiro Polla
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-03-19Unscaled converters forMichael Niedermayer
2009-02-28When converting from a non alpha format to an alpha format, defaultsCédric Schieli
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-12-02Remove commented-out duplicate declarations.Diego Biurrun
2008-12-02Remove unused declarations.Diego Biurrun
2008-10-23Fix broken palette8to*.Vitor Sessak
2008-09-05enable yuv422p to uyvy converterBaptiste Coudurier
2008-09-04Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer
2008-09-04rgb vs bgr fix for the unscaled converters.Michael Niedermayer
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2008-06-01remove useless castsBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
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
2008-01-17Cosmetics: whitespacesBenoit Fouet
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-04-28cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun