| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: cabac: add operand size suffixes missing from 6c32576 | Mans Rullgard | 2011-07-28 | 2 | -3/+3 |
* | x86: cabac: don't load/store context values in asm | Mans Rullgard | 2011-07-28 | 2 | -34/+10 |
* | H.264: optimize CABAC x86 asm for Atom | Jason Garrett-Glaser | 2011-07-28 | 2 | -15/+11 |
* | x86: fix build with gcc 4.7 | Mans Rullgard | 2011-07-26 | 1 | -4/+4 |
* | H.264: Add optimizations to predict x86 assembly. | Daniel Kang | 2011-07-22 | 3 | -714/+437 |
* | dnxhd: 10-bit support | Joseph Artsimovich | 2011-07-21 | 1 | -1/+2 |
* | dsputil: update per-arch init funcs for non-h264 high bit depth | Mans Rullgard | 2011-07-21 | 1 | -1/+1 |
* | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -2/+5 |
* | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -1/+2 |
* | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
* | dsputil: remove disabled code | Diego Biurrun | 2011-07-18 | 1 | -39/+0 |
* | x86: Use LOCAL_ALIGNED in mpegvideo_mmx_template | Martin Storsjö | 2011-07-18 | 1 | -1/+1 |
* | simple_idct: remove disabled code | Diego Biurrun | 2011-07-17 | 1 | -133/+0 |
* | 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 |