| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/Makefile: add missing pngdsp dependency to the lscr decoder | James Almer | 2019-05-14 | 1 | -0/+2 |
* | x86/opusdsp: implement FMA3 accelerated postfilter and deemphasis | Lynne | 2019-04-01 | 1 | -0/+2 |
* | celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabled | Lynne | 2019-03-31 | 1 | -1/+0 |
* | x86/opus_dsp: rename to celt_pvq | Lynne | 2019-03-31 | 1 | -3/+3 |
* | sbcenc: add MMX optimizations | Aurelien Jacobs | 2018-03-07 | 1 | -0/+2 |
* | libavcodec/exr : add X86 SIMD for reorder_pixels | Martin Vignali | 2017-09-17 | 1 | -0/+2 |
* | SIMD opus pvq_search implementation | Ivan Kalvachev | 2017-08-18 | 1 | -0/+3 |
* | avcodec/utvideodec: add SIMD for restore_rgb_planes | Paul B Mahol | 2017-06-27 | 1 | -0/+2 |
* | mdct15: add assembly optimizations for the 15-point FFT | Rostislav Pehlivanov | 2017-06-23 | 1 | -0/+2 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -62/+62 |
* | avcodec/x86: move simple_idct to external assembly | James Darnley | 2017-05-30 | 1 | -2/+2 |
* | cavs: convert idct from inline asm to yasm. | Ronald S. Bultje | 2017-04-06 | 1 | -0/+1 |
* | lavc/x86/hevc: rename hevc_res_add to hevc_add_res | Clément Bœsch | 2017-03-24 | 1 | -2/+2 |
* | Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb' | Clément Bœsch | 2017-03-22 | 1 | -1/+2 |
|\ |
|
| * | ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm | Justin Ruggles | 2016-10-01 | 1 | -1/+2 |
| * | audiodsp/x86: yasmify vector_clipf_sse | Anton Khirnov | 2016-09-22 | 1 | -1/+0 |
| * | vp9/x86: rename vp9dsp to vp9mc | Anton Khirnov | 2016-08-03 | 1 | -1/+1 |
* | | Merge commit '1dfc3cf89d0eb026af28be46294b85d79499ffb5' | James Almer | 2017-01-31 | 1 | -0/+2 |
|\| |
|
| * | x86: hpeldsp: Split off VP3-specific bits into a separate file | Diego Biurrun | 2016-07-20 | 1 | -0/+2 |
| * | hevc: Add AVX2 DC IDCT | James Almer | 2016-07-18 | 1 | -1/+2 |
| * | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -1/+1 |
| * | fft: Split MDCT bits off from FFT | Diego Biurrun | 2016-03-01 | 1 | -0/+1 |
* | | huffyuvencdsp: move shared functions to a new lossless_videoencdsp context | James Almer | 2017-01-12 | 1 | -1/+3 |
* | | aacenc: add SIMD optimizations for abs_pow34 and quantization | Rostislav Pehlivanov | 2016-10-18 | 1 | -0/+2 |
* | | x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4} | James Almer | 2016-08-02 | 1 | -0/+2 |
* | | x86/vc1dsp: Split the file into MC and loopfilter | Timothy Gu | 2016-02-29 | 1 | -1/+2 |
* | | Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c' | Derek Buitenhuis | 2016-02-24 | 1 | -3/+3 |
|\| |
|
| * | build: Add vc1dsp component for more fine-grained dependencies | Diego Biurrun | 2016-02-19 | 1 | -3/+3 |
| * | x86: build: Group all encoder objects together | Diego Biurrun | 2016-01-18 | 1 | -2/+2 |
| * | hevcdsp: add x86 SIMD for MC | Anton Khirnov | 2015-12-05 | 1 | -1/+2 |
* | | x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3} | James Almer | 2016-02-06 | 1 | -2/+2 |
* | | dirac_dwt: Make x86 files/functions names consistent | Timothy Gu | 2016-02-05 | 1 | -3/+3 |
* | | diracdsp: Make x86 files/functions names consistent | Timothy Gu | 2016-02-05 | 1 | -1/+2 |
* | | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 1 | -2/+2 |
* | | avcodec/dca: remove old decoder | foo86 | 2016-01-31 | 1 | -4/+2 |
* | | avcodec/synth_filter: split off remaining code from dcadec files | James Almer | 2016-01-25 | 1 | -2/+4 |
* | | x86/Makefile: move decoder/encoder objects out of the subsystems section | James Almer | 2015-10-22 | 1 | -9/+8 |
* | | huffyuvencdsp: Convert ff_diff_bytes_mmx to yasm | Timothy Gu | 2015-10-20 | 1 | -0/+1 |
* | | vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function. | Ronald S. Bultje | 2015-10-13 | 1 | -0/+1 |
* | | x86: simple_idct(_put): 10bits versions | Christophe Gisquet | 2015-10-13 | 1 | -0/+1 |
* | | avcodec/takdec: add x86 SIMD for rest of decorrelation modes | Paul B Mahol | 2015-10-09 | 1 | -0/+2 |
* | | x86/alacdsp: add simd optimized functions | James Almer | 2015-10-06 | 1 | -0/+2 |
* | | vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions. | Ronald S. Bultje | 2015-10-03 | 1 | -0/+1 |
* | | vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd. | Ronald S. Bultje | 2015-10-03 | 1 | -0/+1 |
* | | x86/hevc_sao: move 10/12bit functions into a separate file | James Almer | 2015-09-30 | 1 | -1/+2 |
* | | vp9: add subpel MC SIMD for 10/12bpp. | Ronald S. Bultje | 2015-09-16 | 1 | -1/+4 |
* | | vp9: add fullpel (put) MC SIMD for 10/12bpp. | Ronald S. Bultje | 2015-09-16 | 1 | -1/+2 |
* | | Merge commit 'cad40a3833ad81a352e7657ec6f7d637cea3b798' | Hendrik Leppkes | 2015-09-05 | 1 | -4/+0 |
|\| |
|
| * | lavc: Drop deprecated deinterlace module | Vittorio Giovara | 2015-08-28 | 1 | -4/+0 |
* | | x86/aacpsdsp: add SSE and SSE3 optimized functions | James Almer | 2015-07-30 | 1 | -2/+4 |