summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* x86: fpel: Remove unnecessary sign extendDiego Biurrun2016-09-29
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-28
* audiodsp/x86: yasmify vector_clipf_sseAnton Khirnov2016-09-22
* audiodsp: reorder arguments for vector_clipfAnton Khirnov2016-09-22
* blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-22
* audiodsp/x86: clear the high bits of the order parameter on 64bitAnton Khirnov2016-09-19
* audiodsp/x86: fix ff_vector_clip_int32_sse2Anton Khirnov2016-09-19
* pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-14
* vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-26
* prores: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun2016-08-26
* vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* 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