| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-13 | 1 | -1/+1 |
|\ |
|
| * | Convert some undefined 1<<31 shifts into 1U<<31. | Alex Converse | 2011-04-11 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 23 | -94/+94 |
| * | cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec(). | Justin Ruggles | 2011-03-07 | 1 | -1/+1 |
| * | vp8: ppc: fix invalid reads in altivec epel mc | Mans Rullgard | 2011-02-21 | 1 | -7/+14 |
| * | ppc: fix vc1 inverse transform, unbreak build | Mans Rullgard | 2011-02-21 | 1 | -17/+17 |
| * | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje | 2011-02-21 | 1 | -3/+61 |
| * | Fix PPC build. | Ronald S. Bultje | 2011-02-17 | 3 | -6/+27 |
| * | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 3 | -4/+5 |
| * | VC1: transpose IDCT 8x8 coeffs while reading. | Ronald S. Bultje | 2011-02-17 | 1 | -1/+0 |
| * | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 3 | -112/+143 |
| * | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -10/+4 |
| * | Fix overread in altivec DSP function sad16 | Vitor Sessak | 2011-01-29 | 1 | -5/+7 |
| * | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-22 | 1 | -5/+5 |
* | | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 3 | -1/+15 |
* | | cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec(). | Justin Ruggles | 2011-03-08 | 1 | -1/+1 |
* | | vp8: ppc: fix invalid reads in altivec epel mc | Mans Rullgard | 2011-02-22 | 1 | -7/+14 |
* | | ppc: fix vc1 inverse transform, unbreak build | Mans Rullgard | 2011-02-22 | 1 | -17/+17 |
* | | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje | 2011-02-22 | 1 | -3/+61 |
* | | Fix PPC build. | Ronald S. Bultje | 2011-02-18 | 3 | -6/+27 |
* | | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-18 | 3 | -4/+5 |
* | | VC1: transpose IDCT 8x8 coeffs while reading. | Ronald S. Bultje | 2011-02-18 | 1 | -1/+0 |
* | | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-04 | 3 | -112/+143 |
* | | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-02-02 | 1 | -10/+4 |
* | | Fix overread in altivec DSP function sad16 | Vitor Sessak | 2011-01-30 | 1 | -5/+7 |
* | | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-23 | 1 | -5/+5 |
|/ |
|
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -3/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+3 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 6 | -99/+10 |
* | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini | 2010-09-08 | 6 | -23/+15 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -1/+1 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 2 | -5/+1 |
* | more credits to D. J. Bernstein for fft | Loren Merritt | 2010-07-18 | 1 | -0/+3 |
* | PPC: convert Altivec FFT to pure assembler | Måns Rullgård | 2010-07-04 | 2 | -69/+98 |
* | PPC: gas-preprocessor handles m[ft]spr shorthands | Måns Rullgård | 2010-07-04 | 1 | -5/+0 |
* | PPC: add some asm support macros | Måns Rullgård | 2010-07-04 | 1 | -0/+56 |
* | PPC: add _interleave versions of fft{4,6,16}_altivec | Måns Rullgård | 2010-07-03 | 2 | -23/+52 |
* | PPC: fix build on OSX without gas-preprocessor | Måns Rullgård | 2010-07-02 | 1 | -5/+5 |
* | PPC: Altivec IMDCT | Loren Merritt | 2010-07-01 | 1 | -4/+114 |
* | Remove vestiges of radix-2 FFT | Måns Rullgård | 2010-07-01 | 1 | -1/+0 |
* | PPC: Altivec split-radix FFT | Måns Rullgård | 2010-07-01 | 4 | -98/+396 |
* | Check whether IBM or Apple PPC assembler syntax is used | Måns Rullgård | 2010-07-01 | 2 | -0/+101 |
* | Altivec-optimized mp{1,2,3} windowing | Vitor Sessak | 2010-07-01 | 2 | -0/+136 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Altivec VP8 MC functions | David Conrad | 2010-06-29 | 2 | -0/+296 |
* | Altivec: Add helper function to load from a constant misalignment | David Conrad | 2010-06-29 | 1 | -0/+13 |
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 1 | -2/+2 |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 10 | -332/+0 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 3 | -3/+3 |
* | Simplify arch-specific object file lists | Måns Rullgård | 2010-03-16 | 1 | -1/+1 |