summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/h264_template_altivec.c
Commit message (Collapse)AuthorAge
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-17
| | | | | | | | | instead of compiler-dependent __attribute__((aligned(16))) Origiginal thread: Date: May 17, 2007 12:30 AM Subject: [PATCH] Use DECLARE_ALIGNED_16 in libavcodec/ppc/ Originally committed as revision 9047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-13
Originally committed as revision 5993 to svn://svn.ffmpeg.org/ffmpeg/trunk