summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/mpegaudiodsp_init_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-211-1/+1
|\ | | | | | | | | | | | | * commit '2caa93b813adc5dbb7771dfe615da826a2947d18': mpegaudiodsp: Change type of array stride parameters to ptrdiff_t Merged-by: James Almer <[email protected]>
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
|
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-221-1/+5
| | | | | | | This allows masking CPU features with the -cpuflags avconv option which is useful for testing different optimisations without rebuilding. Signed-off-by: Mans Rullgard <[email protected]>
* ARM: optimised mpadsp_apply_window_fixedMans Rullgard2011-06-131-0/+33
Signed-off-by: Mans Rullgard <[email protected]>