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
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun
2013-08-30ppc: don't return a value from a function declared voidSean McGovern
2013-08-29x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun
2013-08-29swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun
2013-08-29swscale: consistent names for arch-specific acceleration functionsDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-08-15swscale: Mark a bunch of tables only used within one file staticDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-06-02swscale: ppc: Remove commented-out define cruftDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-06swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau
2013-05-06swscale: add support for endianness only conversionJanne Grunau
2013-05-06swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö
2013-05-06swscale: Remove unnecessary backslashesMartin Storsjö
2013-05-05swscale: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-30ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-03-08Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov
2013-02-27swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis
2013-02-11swscale: Disallow conversion to GBRP16Martin Storsjö
2013-02-09sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer
2013-02-09sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer
2013-02-09sws: use planarRgbToRgbWrapper only for 8bit per componentMichael Niedermayer
2013-02-09sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer
2013-01-28swscale: GBRP output supportMichael Niedermayer
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2013-01-05swscale: fix NULL checking in sws_alloc_context()Xi Wang
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-16libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31swscale: do not forget to swap data in formats with different endiannessKostya Shishkov
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in variable namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-30swscale: support gray to 9bit and 10bit formatsLuca Barbato
2012-10-23swscale: avoid pointless use of compound literalsMans Rullgard
2012-10-15swscale: try to use mmap only if availableMans Rullgard
2012-10-12avutil: add yuva422p and yuva444p formatsLuca Barbato