summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/mpegaudiodec_altivec.c
Commit message (Collapse)AuthorAge
* mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun2013-04-30
|
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
|
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
|
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
| | | | | This will allow for easier implementation of Altivec functions in libraries other than libavcodec.
* 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