| Commit message (Expand) | Author | Age | Files | Lines |
* | H.264: Add more x86 assembly for 10-bit H.264 predict functions | Daniel Kang | 2011-07-13 | 2 | -1/+253 |
* | H.264: add filter_mb_fast support for >8-bit decoding | Jason Garrett-Glaser | 2011-07-11 | 1 | -1/+2 |
* | dsputil: remove ff_emulated_edge_mc macro used in one place | Mans Rullgard | 2011-07-10 | 1 | -1/+1 |
* | H.264: Add x86 assembly for 10-bit H.264 predict functions | Daniel Kang | 2011-07-08 | 4 | -1/+998 |
* | YASM: Shut up unused variable compiler warning with --disable-yasm. | Daniel Kang | 2011-07-04 | 1 | -2/+2 |
* | x86_32: Fix build on x86_32 with --disable-yasm. | Daniel Kang | 2011-07-04 | 1 | -1/+1 |
* | Fix build with --disable-yasm. | Daniel Kang | 2011-07-03 | 1 | -0/+2 |
* | H.264: Add x86 assembly for 10-bit H.264 qpel functions. | Daniel Kang | 2011-07-03 | 4 | -50/+1076 |
* | ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents(). | Justin Ruggles | 2011-07-01 | 2 | -0/+111 |
* | ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions. | Justin Ruggles | 2011-07-01 | 2 | -0/+138 |
* | configure: Drop check for availability of ten assembler operands. | Diego Biurrun | 2011-06-28 | 2 | -5/+5 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 2 | -2/+2 |
* | h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. | Daniel Kang | 2011-06-21 | 3 | -0/+383 |
* | 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 |
* | 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 |
* | 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 |
* | h264: Fix 10-bit H.264 x86 chroma v loopfilter asm. | Oskar Arvidsson | 2011-06-10 | 1 | -1/+8 |
* | H264: x86 predict init cosmetics. | Daniel Kang | 2011-06-08 | 1 | -110/+110 |
* | Add x86 assembly for some 10-bit H.264 intra predict functions. | Daniel Kang | 2011-06-06 | 3 | -5/+396 |
* | 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 |
* | 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 |
* | 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 |
* | x86: Add appropriate ifdefs around certain AVX functions. | Diego Biurrun | 2011-05-27 | 2 | -0/+11 |
* | x86 asm: Add SECTION_TEXT to dct32_sse.asm. | Dave Yeo | 2011-05-23 | 1 | -1/+1 |
* | 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: 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 |
* | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 1 | -1/+1 |
* | Add support for a.out object format to assembler macros. | Dave Yeo | 2011-05-20 | 4 | -3/+14 |
* | 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 |
* | 10l: wrap float_interleave functions in HAVE_YASM. | Justin Ruggles | 2011-05-18 | 1 | -0/+6 |