summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* audiodsp: x86: Remove pointless header fileDiego Biurrun2016-10-19
* x86: videodsp: Add parentheses to expression to work around warningDiego Biurrun2016-10-19
* x86: Add missing colons after assembly labelsDiego Biurrun2016-10-17
* hevc: Add SSE2 and AVX IDCTAlexandra Hájková2016-10-11
* Revert "hevc: x86: Refactor IDCT macro declarations"Anton Khirnov2016-10-06
* h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7...Diego Biurrun2016-10-06
* hevc: x86: Refactor IDCT macro declarationsDiego Biurrun2016-10-06
* vp9lpf/x86: make filter_16_h work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_44_h work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_16_v work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_88_v work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_44_v work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje2016-10-04
* vp9lpf/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje2016-10-04
* vp9lpf/x86: move variable assigned inside macro branch.Ronald S. Bultje2016-10-04
* vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje2016-10-04
* vp9lpf/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje2016-10-04
* vp9lpf/x86: slightly simplify 44/48/84/88 h stores.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make cglobal statement more conservative in register allocation.Ronald S. Bultje2016-10-04
* vp9lpf/x86: save one register in loopfilter surface coverage.Ronald S. Bultje2016-10-04
* vp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}.Clément Bœsch2016-10-04
* vp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}().Clément Bœsch2016-10-04
* vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16James Almer2016-10-04
* vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}.Clément Bœsch2016-10-04
* vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().James Almer2016-10-04
* vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16.Clément Bœsch2016-10-04
* ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles2016-10-01
* ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles2016-10-01
* x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes2016-09-30
* mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* 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