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-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-01-21rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer
2014-01-21swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer
2014-01-14x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun
2013-11-23swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-05-05swscale: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
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-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-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-19swscale: x86: fix #endif comments in rgb2rgb template fileGiorgio Vazzana
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-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-07-23swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun
2012-07-22x86: swscale: Place inline assembly code under appropriate #ifdefsRonald S. Bultje
2012-07-04swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-03-15swscale: convert hscale() to use named arguments.Ronald S. Bultje
2012-03-15swscale: convert hscale to cpuflags().Ronald S. Bultje
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-03-04swscale: make %rep unconditional.Ronald S. Bultje
2012-03-04swscale: remove now unnecessary hack.Ronald S. Bultje
2012-02-23swscale: take first/lastline over/underflows into account for MMX.Ronald S. Bultje
2012-02-20Revert two swscale commits.Ronald S. Bultje
2012-02-17swscale: make access to filter data conditional on filter type.Ronald S. Bultje
2012-02-17swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje
2012-02-14swscale: Remove some write-only variables related to alpha handling.Diego Biurrun
2012-02-14swscale: fix crashes in yuv2yuvX on x86-32.Ronald S. Bultje
2012-02-12swscale: convert yuv2yuvX() to using named arguments.Ronald S. Bultje
2012-02-12swscale: rename "dstw" to "w" to prevent name collisions.Ronald S. Bultje
2012-02-12swscale: use named registers in yuv2yuv1_plane() place.Ronald S. Bultje
2012-02-08swscale: sign-extend integer function argument to qword on x86-64.Ronald S. Bultje
2012-02-07swscale: make yuv2yuv1 use named registers.Ronald S. Bultje
2012-02-07swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.Ronald S. Bultje