summaryrefslogtreecommitdiff
path: root/libavcodec/arm/vorbisdsp_neon.S
Commit message (Collapse)AuthorAge
* Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda'Michael Niedermayer2013-01-20
| | | | | | | | | | | * commit 'fef906c77c09940a2fdad155b2adc05080e17eda': Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. Conflicts: libavcodec/dsputil.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil.