aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/videodsp.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.Ronald S. Bultje2014-01-301-1/+1
* x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje2014-01-301-29/+43
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-511/+329
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-3/+3
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+612