summaryrefslogtreecommitdiff
path: root/libavcodec/arm/mdct_fixed_neon.S
Commit message (Collapse)AuthorAge
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-02
| | | | | | | | All our ARM asm preserves alignment so setting this attribute in a common location is simpler. This removes numerous warnings when linking with armcc. Signed-off-by: Mans Rullgard <mans@mansr.com>
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
| | | | | This will allow for easier implementation of ARM-optimized functions in libraries other than libavcodec.
* ARM: NEON fixed-point forward MDCTMans Rullgard2011-04-03
Signed-off-by: Mans Rullgard <mans@mansr.com>