aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/fmtconvert_altivec.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-071-1/+1
| | | | It only has Altivec functions and is not compiled if Altivec is disabled.
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+142
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by: Mans Rullgard <mans@mansr.com>