summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-25
* ppc: remove redundant setting of Altivec IDCTMans Rullgard2011-07-27
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* ppc: remove disabled codeDiego Biurrun2011-07-16
* PPC: use Altivec IMDCT only for supported sizesMans Rullgard2011-07-05
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-07
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-19
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-07
* vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-21
* 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
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Fix overread in altivec DSP function sad16Vitor Sessak2011-01-29
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Remove global mm_flags variableMåns Rullgård2010-08-24
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-18
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-04
* PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård2010-07-04
* PPC: add some asm support macrosMåns Rullgård2010-07-04
* PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård2010-07-03
* PPC: fix build on OSX without gas-preprocessorMåns Rullgård2010-07-02
* PPC: Altivec IMDCTLoren Merritt2010-07-01
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-01
* PPC: Altivec split-radix FFTMåns Rullgård2010-07-01
* Check whether IBM or Apple PPC assembler syntax is usedMåns Rullgård2010-07-01
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-01
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Altivec VP8 MC functionsDavid Conrad2010-06-29
* Altivec: Add helper function to load from a constant misalignmentDavid Conrad2010-06-29
* Add const to some pointer parameters.Eli Friedman2010-06-27
* Remove PPC perf counter supportMåns Rullgård2010-06-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20