summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodsp_template.c
Commit message (Collapse)AuthorAge
* mpegaudiodec: move imdct36() to MPADSPContextVitor Sessak2011-11-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mpegaudio: Correct license headerMichael Niedermayer2011-05-23
| | | | | To the best of my knowledge the author has not agreed to the change from ffmpeg->libav thus i revert it.
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
This separation allows these functions to be used in a cleaner fashion from other codecs (e.g. qdm2) and simplifies creating optimised versions of them. Signed-off-by: Mans Rullgard <mans@mansr.com>