summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdsp.c
Commit message (Collapse)AuthorAge
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
|
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
|
* 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.