summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fmtconvert_init.c
Commit message (Collapse)AuthorAge
* fmtconvert: drop unused functionsAnton Khirnov2015-02-28
|
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-29
|
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
|
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-17
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Move misplaced file author information where it belongsDiego Biurrun2013-04-11
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
|
* 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