summaryrefslogtreecommitdiff
path: root/libavcodec/arm/mpegaudiodsp_init_arm.c
Commit message (Collapse)AuthorAge
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
|
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-22
| | | | | | | This allows masking CPU features with the -cpuflags avconv option which is useful for testing different optimisations without rebuilding. Signed-off-by: Mans Rullgard <mans@mansr.com>
* ARM: optimised mpadsp_apply_window_fixedMans Rullgard2011-06-13
Signed-off-by: Mans Rullgard <mans@mansr.com>