summaryrefslogtreecommitdiff
path: root/libavcodec/arm/mpegaudiodsp_init_arm.c
Commit message (Collapse)AuthorAge
* Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-21
|\ | | | | | | | | | | | | * commit '2caa93b813adc5dbb7771dfe615da826a2947d18': mpegaudiodsp: Change type of array stride parameters to ptrdiff_t Merged-by: James Almer <jamrial@gmail.com>
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
|/
* 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>