summaryrefslogtreecommitdiff
path: root/libavcodec/x86/proresdsp_init.c
Commit message (Collapse)AuthorAge
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
| | | | Also rename the enum values to be consistent with other DCT permutations.
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
|
* prores: Use consistent names for DSP arch initialization functionsDiego Biurrun2014-02-28
|
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
|
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
|
* 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: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
| | | | | This separates code relying on inline from that relying on external assembly and fixes instances where the coalesced check was incorrect.
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-16