summaryrefslogtreecommitdiff
path: root/libavcodec/blockdsp.h
Commit message (Collapse)AuthorAge
* lavc: fix compilation with FF_API_XVMC.Ronald S. Bultje2015-08-18
|
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functionsShivraj Patil2015-06-22
| | | | | | | This patch adds MSA (MIPS-SIMD-Arch) optimizations for block functions in new file blockdsp_msa.c Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* alpha/blockdsp: move clear_blocks out of dsputilJames Almer2014-06-19
| | | | | | | The blockdsp split did not cover Alpha optimizations Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-19
| | | | | | | | | | | | | | | | | | | | | * commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9': dsputil: Split clear_block*/fill_block* off into a separate context Conflicts: configure libavcodec/asvdec.c libavcodec/dnxhddec.c libavcodec/dnxhdenc.c libavcodec/dsputil.h libavcodec/eamad.c libavcodec/intrax8.c libavcodec/mjpegdec.c libavcodec/ppc/dsputil_ppc.c libavcodec/vc1dec.c libavcodec/x86/dsputil_init.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18