summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang2011-07-041-2/+2
* x86_32: Fix build on x86_32 with --disable-yasm.Daniel Kang2011-07-041-1/+1
* Fix build with --disable-yasm.Daniel Kang2011-07-031-0/+2
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-034-50/+1076
* ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles2011-07-012-0/+111
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-012-0/+138
* configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-282-5/+5
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-242-2/+2
* h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-213-0/+383
* x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-202-3/+3
* cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-202-0/+149
* x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-201-3/+3
* x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard2011-06-201-25/+26
* x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-31/+34
* x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-35/+37
* x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard2011-06-201-26/+26
* x86: cabac: remove hardcoded ebx in inline asmMans Rullgard2011-06-201-34/+36
* x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard2011-06-201-14/+20
* Fix build if yasm is not available.Ronald S. Bultje2011-06-181-1/+3
* H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-183-0/+306
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-134-40/+58
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-134-58/+40
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-134-40/+58
* h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.Oskar Arvidsson2011-06-101-1/+8
* H264: x86 predict init cosmetics.Daniel Kang2011-06-081-110/+110
* Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang2011-06-063-5/+396
* Cosmetic changes to h264_idct_10bit.asm.Loren Merritt2011-06-021-68/+71
* 2x faster h264_idct_add8_10.Loren Merritt2011-06-021-34/+21
* h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje2011-06-022-14/+0
* h264/10bit: add HAVE_ALIGNED_STACK checks.Daniel Kang2011-05-311-4/+8
* Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang2011-05-312-71/+57
* Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-313-1/+631
* ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles2011-05-281-2/+2
* ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-282-0/+56
* x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun2011-05-272-0/+11
* x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo2011-05-231-1/+1
* dct32_sse: eliminate some spillsLoren Merritt2011-05-223-60/+176
* Fix dct32() compilation with --disable-yasmVitor Sessak2011-05-221-0/+2
* dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-213-117/+222
* dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak2011-05-211-49/+49
* dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-213-297/+291
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
* Add support for a.out object format to assembler macros.Dave Yeo2011-05-204-3/+14
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-191-5/+1
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-5/+4
* 10l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles2011-05-181-0/+6
* Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles2011-05-182-0/+171
* Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang2011-05-174-110/+160
* h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen2011-05-161-0/+2
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-1417-17/+17