summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hevcdsp_init.c
Commit message (Collapse)AuthorAge
* x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-23
| | | | | Some optimized functions reference optimized symbols, so the functions must be explicitly disabled when those symbols are unavailable.
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
|
* hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-26
Additional contributions by James Almer <jamrial@gmail.com>, Carl Eugen Hoyos <cehoyos@ag.or.at>, Fiona Glaser <fiona@x264.com> and Anton Khirnov <anton@khirnov.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>