summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpegvideoenc_template.c
Commit message (Collapse)AuthorAge
* Drop DCTELEM typedefDiego Biurrun2013-01-22
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-29
| | | | This avoids trouble if HAVE_ variables are used elsewhere in the file.
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-24