summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpegvideoenc_template.c
Commit message (Expand)AuthorAge
* mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-13
* fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-19
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-03
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCTDiego Biurrun2014-03-13
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-02
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-29
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-24