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-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2015-07-08videodsp: assert that linesize is larger than widthMichael Niedermayer
2014-09-24x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer
2014-09-24x86/videodsp: fix warning about discarded 'const' qualifierJames Almer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-06-28Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer
2014-06-26x86/videodsp: add emulated_edge_mc_mmxextJames Almer
2014-01-31Merge commit '51daafb02eaf96e0743a37ce95a7f5d02c1fa3c2'Michael Niedermayer
2014-01-30x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje
2013-11-15Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer
2013-11-15lavc: Edge emulation with dst/src linesizeRonald 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-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje
2013-09-04avcodec: add emuedge_linesize_typeMichael Niedermayer
2013-08-30Merge commit '6369ba3c9cc74becfaad2a8882dff3dd3e7ae3c0'Michael Niedermayer
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2012-12-22videodsp: Fix project nameMichael Niedermayer
2012-12-22x86/videodsp_init: Add back lost author attributionMichael Niedermayer
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje