summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/mpegaudiodec_altivec.c
Commit message (Collapse)AuthorAge
* 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>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-01
Originally committed as revision 23943 to svn://svn.ffmpeg.org/ffmpeg/trunk