summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/h264_altivec.c
Commit message (Collapse)AuthorAge
* one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier2007-06-11
| | | | Originally committed as revision 9280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor GCC3 compile fixGuillaume Poirier2007-06-09
| | | | | | (there's still 2 more, but there's burried into several levels of macros, so it's hard to narrow them down) Originally committed as revision 9265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker2007-06-09
| | | | | | | | | | patch by Graham Booker % perian A cod3r P com% with some minor fixes by me. historic of the patch: http://trac.perian.org/ticket/113 Original thread: Date: May 11, 2007 9:45 PM Subject: [FFmpeg-devel] [PATCH] Altivec version of-altivec h264_h-v_loop_filter_luma Originally committed as revision 9264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_idct_add_altivec, based on an old patch from Mauricio Alvarez ↵Luca Barbato2007-06-03
| | | | | | <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> Originally committed as revision 9182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
| | | | | | | include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3 compile fixGuillaume Poirier2006-12-11
| | | | Originally committed as revision 7277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ↵Guillaume Poirier2006-12-02
| | | | | | Barbato Originally committed as revision 7210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unused variable removedLuca Barbato2006-12-02
| | | | Originally committed as revision 7203 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
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ↵Kostya Shishkov2006-09-03
| | | | | | version of put_h264_chroma_pixels_tab[0]) Originally committed as revision 6154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper fix for the corner case that would have been corrected before, ↵Luca Barbato2006-08-31
| | | | | | praise&blame to me and exg in equal shares Originally committed as revision 6143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commitLuca Barbato2006-08-31
| | | | Originally committed as revision 6142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding ↵Luca Barbato2006-08-15
| | | | | | the issue Originally committed as revision 6002 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