summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* simple_idct: x86: Drop disabled IDCT implementationDiego Biurrun2016-08-17
* vp9mc/x86: sse2 MC assembly.Ronald S. Bultje2016-08-03
* vp9mc/x86: add AVX and AVX2 MCJames Almer2016-08-03
* vp9mc/x86: rename ff_* to ff_vp9_*Clément Bœsch2016-08-03
* vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer2016-08-03
* vp9mc/x86: simplify a few inits.Clément Bœsch2016-08-03
* vp9mc/x86: add 16px functions (64bit only).Ronald S. Bultje2016-08-03
* vp9/x86: rename vp9dsp to vp9mcAnton Khirnov2016-08-03
* x86: deduplicate some constantsChristophe Gisquet2016-08-03
* x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriateDiego Biurrun2016-07-20
* x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriateDiego Biurrun2016-07-20
* x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific codeDiego Biurrun2016-07-20
* x86: hpeldsp: Drop unused function parametersDiego Biurrun2016-07-20
* x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriateDiego Biurrun2016-07-20
* x86: hpeldsp: Split off VP3-specific bits into a separate fileDiego Biurrun2016-07-20
* hevc: Add AVX2 DC IDCTJames Almer2016-07-18
* libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-26
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* x86: Add missing movsxd for the int stride parameterMartin Storsjö2016-06-17
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-28
* Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-28
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-26
* x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-23
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-19
* v210: Use separate sample_factorsLuca Barbato2016-02-01
* v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-01
* v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-01
* v210: x86: Add the correct guards around the asm codeLuca Barbato2016-01-26
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-23
* x86: build: Group all encoder objects togetherDiego Biurrun2016-01-18
* x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-18
* x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-30
* x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau2015-12-29
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-24
* x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau2015-12-14
* hevcdsp: use a macro for .rodata sectionDave Yeo2015-12-11
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
* mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-13
* lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-28
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-11
* x86: dcadsp: Avoid SSE2 instructions in SSE functionsHenrik Gramner2015-08-11
* x86: dct: Disable dct32_float_sse on x86-64Henrik Gramner2015-08-02
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner2015-07-17
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-17