summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* 10-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser2011-05-113-42/+121
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-106-65/+909
* Update x86 H.264 deblock asmJason Garrett-Glaser2011-05-103-193/+277
* h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje2011-05-101-1/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-103-2/+40
* Remove disabled non-optimized code variants.Diego Biurrun2011-04-291-11/+0
* Add AVX FFT implementation.Vitor Sessak2011-04-264-152/+351
* Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak2011-04-261-1/+248
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-261-31/+38
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-222-2/+164
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1952-208/+208
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-172-1/+129
* mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles2011-03-151-1/+1
* mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles2011-03-151-1/+1
* mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles2011-03-151-16/+37
* ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-142-0/+57
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-121-4/+2
* dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-191-4/+1
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-173-41/+43
OpenPOWER on IntegriCloud