aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/ppc
AgeCommit message (Expand)Author
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-27ppc: remove redundant setting of Altivec IDCTMans Rullgard
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16ppc: remove disabled codeDiego Biurrun
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05PPC: use Altivec IMDCT only for supported sizesMans Rullgard
2011-06-21ppc32: Fix movrelKim Nguyen
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje
2011-04-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-11Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
2011-04-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles
2011-03-07cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles
2011-02-22vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard
2011-02-22ppc: fix vc1 inverse transform, unbreak buildMans Rullgard
2011-02-22VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-21vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard
2011-02-21ppc: fix vc1 inverse transform, unbreak buildMans Rullgard
2011-02-21VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-18Fix PPC build.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-18VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje
2011-02-17Fix PPC build.Ronald S. Bultje
2011-02-17dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-17VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30Fix overread in altivec DSP function sad16Vitor Sessak
2011-01-29Fix overread in altivec DSP function sad16Vitor Sessak
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles