| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-25 | 2 | -10/+20 |
|\ |
|
| * | ppc: fix 32-bit PIC build | Mans Rullgard | 2011-09-25 | 2 | -6/+20 |
* | | mpegvideo: support encoding with chroma intra tables that differ from luma. | Michael Niedermayer | 2011-09-25 | 1 | -2/+7 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-28 | 1 | -9/+0 |
|\| |
|
| * | ppc: remove redundant setting of Altivec IDCT | Mans Rullgard | 2011-07-27 | 1 | -9/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-22 | 3 | -8/+8 |
|\| |
|
| * | dsputil: update per-arch init funcs for non-h264 high bit depth | Mans Rullgard | 2011-07-21 | 3 | -3/+3 |
| * | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -3/+2 |
| * | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-21 | 1 | -1/+1 |
|\| |
|
| * | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-16 | 4 | -61/+0 |
|\| |
|
| * | ppc: remove disabled code | Diego Biurrun | 2011-07-16 | 4 | -61/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-06 | 1 | -2/+4 |
|\| |
|
| * | PPC: use Altivec IMDCT only for supported sizes | Mans Rullgard | 2011-07-05 | 1 | -2/+4 |
* | | ppc32: Fix movrel | Kim Nguyen | 2011-06-21 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-15 | 1 | -10/+12 |
|\| |
|
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -10/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -2/+1 |
|\| |
|
| * | Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. | Diego Biurrun | 2011-06-07 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-20 | 2 | -10/+5 |
|\| |
|
| * | mpegaudiodsp: fix x86 and ppc makefiles | Mans Rullgard | 2011-05-19 | 1 | -5/+1 |
| * | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard | 2011-05-19 | 1 | -5/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 3 | -7/+7 |
|\| |
|
| * | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 3 | -1/+15 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -61/+2 |
|\| |
|
| * | Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." | Ronald S. Bultje | 2011-05-04 | 1 | -61/+2 |
* | | 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 |