summaryrefslogtreecommitdiff
path: root/libavcodec/arm/vorbisdsp_init_arm.c
Commit message (Collapse)AuthorAge
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
|
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-20
| | | | This saves one instruction in the x86-64 assembly.
* 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.