summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86: fpel: Remove unnecessary sign extendDiego Biurrun2016-09-291-1/+0
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-281-0/+20
* audiodsp/x86: yasmify vector_clipf_sseAnton Khirnov2016-09-224-60/+44
* audiodsp: reorder arguments for vector_clipfAnton Khirnov2016-09-222-2/+2
* blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-221-11/+9
* audiodsp/x86: clear the high bits of the order parameter on 64bitAnton Khirnov2016-09-191-1/+1
* audiodsp/x86: fix ff_vector_clip_int32_sse2Anton Khirnov2016-09-191-18/+18
* pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-142-8/+5
* vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-261-1/+1
* prores: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-262-5/+4
* cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-261-12/+23
* vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun2016-08-262-9/+9
* vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-262-6/+3
* vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-262-19/+7
* simple_idct: x86: Drop disabled IDCT implementationDiego Biurrun2016-08-171-255/+0
* vp9mc/x86: sse2 MC assembly.Ronald S. Bultje2016-08-032-106/+324
* vp9mc/x86: add AVX and AVX2 MCJames Almer2016-08-034-111/+178
* vp9mc/x86: rename ff_* to ff_vp9_*Clément Bœsch2016-08-032-54/+54
* vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer2016-08-032-5/+8
* vp9mc/x86: simplify a few inits.Clément Bœsch2016-08-031-10/+6
* vp9mc/x86: add 16px functions (64bit only).Ronald S. Bultje2016-08-032-0/+127
* vp9/x86: rename vp9dsp to vp9mcAnton Khirnov2016-08-032-2/+2
* x86: deduplicate some constantsChristophe Gisquet2016-08-036-5/+9
* x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriateDiego Biurrun2016-07-202-6/+8
* x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriateDiego Biurrun2016-07-204-13/+17
* x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific codeDiego Biurrun2016-07-203-11/+7
* x86: hpeldsp: Drop unused function parametersDiego Biurrun2016-07-201-8/+8
* x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriateDiego Biurrun2016-07-201-9/+6
* x86: hpeldsp: Split off VP3-specific bits into a separate fileDiego Biurrun2016-07-206-111/+176
* hevc: Add AVX2 DC IDCTJames Almer2016-07-183-1/+166
* libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-261-1/+1
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* x86: Add missing movsxd for the int stride parameterMartin Storsjö2016-06-172-0/+29
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-2810-195/+195
* Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-288-8/+0
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-86/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-047-18/+18
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-1/+1
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-016-77/+150
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-261-5/+6
* x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-231-4/+8
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-191-3/+3
* v210: Use separate sample_factorsLuca Barbato2016-02-011-3/+4
* v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-012-7/+23
* v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-012-21/+43
* v210: x86: Add the correct guards around the asm codeLuca Barbato2016-01-261-0/+6
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-231-1/+1
* x86: build: Group all encoder objects togetherDiego Biurrun2016-01-181-2/+2
* x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-181-1/+0
* x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-301-1/+8
OpenPOWER on IntegriCloud