Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-12sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-10swscale: Do not make ff_ symbols globally visible.Diego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard
2012-09-13swscale: Remove two bogus assertsDiego Biurrun
2012-09-09swscale: Provide the right alignment for external mmx asmMartin Storsjö
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-07x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-29yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje
2012-08-29testprogs: Remove unused includesMartin Storsjö
2012-08-19swscale: x86: fix #endif comments in rgb2rgb template fileGiorgio Vazzana
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-13x86: swscale: fix fragile memory accessesMans Rullgard
2012-08-13x86: swscale: remove disabled codeMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-30swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-23swscale: add missing HAVE_INLINE_ASM check.Ronald S. Bultje