summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fmtconvert_init.c
Commit message (Collapse)AuthorAge
* 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: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
|
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-15