| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 2 | -69/+232 |
|\ |
|
| * | x86: cabac: fix register constraints for 32-bit mode | Mans Rullgard | 2011-06-20 | 2 | -3/+3 |
| * | cabac: move x86 asm to libavcodec/x86/cabac.h | Mans Rullgard | 2011-06-20 | 2 | -0/+149 |
| * | x86: h264: cast pointers to intptr_t rather than int | Mans Rullgard | 2011-06-20 | 1 | -3/+3 |
| * | x86: h264: remove hardcoded edi in decode_significance_8x8_x86() | Mans Rullgard | 2011-06-20 | 1 | -25/+26 |
| * | x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86() | Mans Rullgard | 2011-06-20 | 1 | -31/+34 |
| * | x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86() | Mans Rullgard | 2011-06-20 | 1 | -35/+37 |
| * | x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86() | Mans Rullgard | 2011-06-20 | 1 | -26/+26 |
| * | x86: cabac: remove hardcoded ebx in inline asm | Mans Rullgard | 2011-06-20 | 1 | -34/+36 |
| * | x86: cabac: remove hardcoded struct offsets from inline asm | Mans Rullgard | 2011-06-20 | 1 | -14/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-19 | 3 | -0/+308 |
|\| |
|
| * | Fix build if yasm is not available. | Ronald S. Bultje | 2011-06-18 | 1 | -1/+3 |
| * | H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions. | Daniel Kang | 2011-06-18 | 3 | -0/+306 |
* | | Fix compilation with old yasm. | Carl Eugen Hoyos | 2011-06-16 | 3 | -1/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-15 | 4 | -40/+58 |
|\| |
|
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 4 | -40/+58 |
| * | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 4 | -58/+40 |
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 4 | -40/+58 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-11 | 1 | -1/+8 |
|\| |
|
| * | h264: Fix 10-bit H.264 x86 chroma v loopfilter asm. | Oskar Arvidsson | 2011-06-10 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -110/+110 |
|\| |
|
| * | H264: x86 predict init cosmetics. | Daniel Kang | 2011-06-08 | 1 | -110/+110 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-06 | 3 | -5/+396 |
|\| |
|
| * | Add x86 assembly for some 10-bit H.264 intra predict functions. | Daniel Kang | 2011-06-06 | 3 | -5/+396 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 3 | -108/+84 |
|\| |
|
| * | Cosmetic changes to h264_idct_10bit.asm. | Loren Merritt | 2011-06-02 | 1 | -68/+71 |
| * | 2x faster h264_idct_add8_10. | Loren Merritt | 2011-06-02 | 1 | -34/+21 |
| * | h264: remove CONFIG_GPL from x86 intra prediction code. | Ronald S. Bultje | 2011-06-02 | 2 | -14/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-02 | 4 | -72/+692 |
|\| |
|
| * | h264/10bit: add HAVE_ALIGNED_STACK checks. | Daniel Kang | 2011-05-31 | 1 | -4/+8 |
| * | Update 8-bit H.264 IDCT function names to reflect bit-depth. | Daniel Kang | 2011-05-31 | 2 | -71/+57 |
| * | Add IDCT functions for 10-bit H.264. | Daniel Kang | 2011-05-31 | 3 | -1/+631 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 2 | -0/+56 |
|\| |
|
| * | ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits. | Justin Ruggles | 2011-05-28 | 1 | -2/+2 |
| * | ac3enc: modify mantissa bit counting to keep bap counts for all values of bap | Justin Ruggles | 2011-05-28 | 2 | -0/+56 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 2 | -2/+2 |
|\| |
|
| * | x86: Add appropriate ifdefs around certain AVX functions. | Diego Biurrun | 2011-05-27 | 2 | -0/+11 |
* | | Fix compilation with YASM/NASM versions not supporting AVX. | Reimar Döffinger | 2011-05-26 | 2 | -0/+12 |
* | | Fix register types for LOAD_AB arguments, fixes compilation with NASM. | Reimar Döffinger | 2011-05-24 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-24 | 1 | -1/+1 |
|\| |
|
| * | x86 asm: Add SECTION_TEXT to dct32_sse.asm. | Dave Yeo | 2011-05-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-23 | 3 | -60/+176 |
|\| |
|
| * | dct32_sse: eliminate some spills | Loren Merritt | 2011-05-22 | 3 | -60/+176 |
| * | Fix dct32() compilation with --disable-yasm | Vitor Sessak | 2011-05-22 | 1 | -0/+2 |
* | | dct32: Replacing libav by ffmpeg in the license header with the authors permi... | Michael Niedermayer | 2011-05-22 | 1 | -4/+4 |
* | | Fix compilation with --disable-yasm. | Vitor Sessak | 2011-05-22 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-22 | 5 | -299/+398 |
|\| |
|
| * | dct32: Add AVX implementation of 32-point DCT | Vitor Sessak | 2011-05-21 | 3 | -117/+222 |
| * | dct32: Change pass 6 permutation to allow for AVX implementation | Vitor Sessak | 2011-05-21 | 1 | -49/+49 |
| * | dct32: port SSE 32-point DCT to YASM | Vitor Sessak | 2011-05-21 | 3 | -297/+291 |