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-07-13swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy...Michael Niedermayer
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
2014-06-19s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos
2014-06-09x86/scale: fix xmm register count for hscale*_sse2James Almer
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-04-10sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek
2014-04-08swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2014-03-17Add missing external declarations.Matt Oliver
2014-03-17swscale/x86/swscale: remove unused constantsMichael Niedermayer
2014-03-16swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer
2014-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-22Merge commit '7597e6efe492cb2449bb771054d64cc7fdf62ff5'Michael Niedermayer
2014-01-21rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer
2014-01-21swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer
2014-01-14Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer
2014-01-14x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun
2013-12-16swscale/x86/rgb2rgb_template: try to fix build failure with avx disabledMichael Niedermayer
2013-12-14swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is definedMichael Niedermayer
2013-12-14swscale/x86/rgb2rgb_template: try to fix build without AVXMichael Niedermayer
2013-11-23Merge commit 'c16bfb147df8a9d350e8a0dbc01937b78faf5949'Michael Niedermayer
2013-11-23swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun
2013-11-20swscale/x86: SIMD deinterleaveBytes() depends on YASMMichael Niedermayer
2013-11-19swscale/x86/rgb2rgb_template: add mmx/sse2/avx optimized deinterleaveBytesMichael Niedermayer
2013-11-19swscale/x86/rgb2rgb: change cpu optim identifiers to lower caseMichael Niedermayer
2013-11-19swscale/x86/rgb2rgb: extend framework to also include AVXMichael Niedermayer
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-08-29Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-07-19swscale: remove unneeded include assert.hMichael Niedermayer
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-05Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer
2013-05-05swscale: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-18Fix libswscale compilation with --disable-optimizations on x86-32.Carl Eugen Hoyos
2013-04-15sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer
2013-04-15sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converterMichael Niedermayer
2013-04-15sws: Update rgb24toyv12_c() to user supplied rgb2yuv tablesMichael Niedermayer
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-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-02-16sws/x86: improve rounding for yuv2yuvXMichael Niedermayer
2013-01-19Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'Michael Niedermayer
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2012-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun