aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/fmtconvert_init.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-291-21/+20
|
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-6/+6
|
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-171-2/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Move misplaced file author information where it belongsDiego Biurrun2013-04-111-2/+2
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
|
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
|
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-5/+6
| | | | | 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-301-2/+2
|
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-151-0/+147