summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_chromamc.asm
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-15
* x86: h264_chromamc: port to cpuflagsDiego Biurrun2012-11-25
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-31
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* x86: add colons after labelsMans Rullgard2012-08-07
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* Fix NASM include directiveDave Yeo2011-08-15
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-29
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-30