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
2017-03-24Merge commit 'b89804da9bad2d94dd95bf20ac6187447e9c17e9'James Almer
2016-10-19x86: videodsp: Add parentheses to expression to work around warningDiego Biurrun
2016-01-18videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.Ronald S. Bultje
2015-10-24videodsp: don't overread edges in vfix3 emu_edge.Ronald S. Bultje
2014-09-24x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer
2014-06-28Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer
2014-06-26x86/videodsp: add emulated_edge_mc_mmxextJames Almer
2014-01-30x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.Ronald S. Bultje
2014-01-30x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-10-27avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD.Ronald S. Bultje
2013-10-27avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead...Ronald S. Bultje
2013-10-24avcodec/x86/videodsp: Properly mark sse2 instructions in emulated_edge_mc x86...Ronald S. Bultje
2013-10-10libavcodec/x86: Fix emulated_edge_mc SSE code to not contain SSE2 instruction...Ronald S. Bultje
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje
2013-03-28Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2012-12-22videodsp: Fix project nameMichael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje