summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc32: Fix movrelKim Nguyen2011-06-211-1/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-10/+12
|\
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-10/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-2/+1
|\ \ | |/
| * Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-071-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-202-10/+5
|\ \ | |/
| * mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-191-5/+1
| * Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-5/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-113-7/+7
|\ \ | |/
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-103-1/+15
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-61/+2
|\ \ | |/
| * Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-041-61/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-131-1/+1
|\ \ | |/
| * Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-111-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1923-94/+94
| * cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-071-1/+1
| * vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-211-7/+14
| * ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-211-17/+17
| * VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-211-3/+61
| * Fix PPC build.Ronald S. Bultje2011-02-173-6/+27
| * dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-173-4/+5
| * VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-171-1/+0
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-023-112/+143
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-10/+4
| * Fix overread in altivec DSP function sad16Vitor Sessak2011-01-291-5/+7
| * Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-5/+5
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-103-1/+15
* | cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-081-1/+1
* | vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-221-7/+14
* | ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-221-17/+17
* | VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-221-3/+61
* | Fix PPC build.Ronald S. Bultje2011-02-183-6/+27
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-183-4/+5
* | VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-181-1/+0
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-043-112/+143
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-10/+4
* | Fix overread in altivec DSP function sad16Vitor Sessak2011-01-301-5/+7
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-231-5/+5
|/
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-3/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+3
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-086-99/+10
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-086-23/+15
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-1/+1
* Remove global mm_flags variableMåns Rullgård2010-08-242-5/+1
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-181-0/+3
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-042-69/+98
* PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård2010-07-041-5/+0
* PPC: add some asm support macrosMåns Rullgård2010-07-041-0/+56
* PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård2010-07-032-23/+52
* PPC: fix build on OSX without gas-preprocessorMåns Rullgård2010-07-021-5/+5
OpenPOWER on IntegriCloud