summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/vc1dsp_altivec.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\
| * ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\|
| * PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-21
| * VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-21
| * Fix PPC build.Ronald S. Bultje2011-02-17
| * dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
| * VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-17
* | ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-22
* | VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-22
* | Fix PPC build.Ronald S. Bultje2011-02-18
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-18
* | VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-18
|/
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Make strict altivec parsers happy (gcc-4.3 and others)Luca Barbato2007-12-16
* Reindent after last commitKostya Shishkov2007-12-08
* Update Altivec variant of vc1_inv_trans_8x4Kostya Shishkov2007-12-08
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-13
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-03