summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fdct.c
Commit message (Collapse)AuthorAge
* fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-19
|
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
|
* x86: fdct: Employ more specific ifdefsDiego Biurrun2013-10-06
| | | | This avoids building mmxext and sse2 code when disabled by configure.
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
|
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
|
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28