aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/vp8dsp_altivec.c
Commit message (Collapse)AuthorAgeFilesLines
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
| | | | | | function and rename it to av_get_cpu_flags(). Originally committed as revision 25076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-081-1/+1
| | | | | | | | mm_support() instead. Reduce complexity and simplify pending move to libavutil. Originally committed as revision 25074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec VP8 MC functionsDavid Conrad2010-06-291-0/+295
Originally committed as revision 23884 to svn://svn.ffmpeg.org/ffmpeg/trunk