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
2022-06-22swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functionsAndreas Rheinhardt
2022-01-11swscale/x86/input.asm: add x86-optimized planer rgb2yuv functionsMark Reid
2014-06-22swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the paddingMichael Niedermayer
2014-06-22swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the paddingMichael Niedermayer
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-04-15sws/x86: update rgba->yuv to use user supplied tableMichael Niedermayer
2013-04-15sws/x86: update rgb/bgr->yuv code to use provided coefficient tableMichael Niedermayer
2013-01-19Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'Michael Niedermayer
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2012-10-31Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-08-31Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos
2012-02-14Fix compilation with old yasm that does not support AVX.Carl Eugen Hoyos
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-02swscale: implement MMX, SSE2 and AVX functions for RGB32 input.Ronald S. Bultje
2012-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-01swscale: make rgb24 function macros slightly smaller.Ronald S. Bultje
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-12Fix compilation with yasm-0.6.2Carl Eugen Hoyos
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-10swscale: specify register type.Oka Motofumi
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje