| Commit message (Expand) | Author | Age | Files | Lines |
* | vp4: prevent unaligned memory access in loop filter | Peter Ross | 2019-10-30 | 1 | -2/+2 |
* | x85/opusdsp: enable the functions on all FMA3 CPUs | James Almer | 2019-09-11 | 1 | -1/+1 |
* | x86/opusdps: clear the high bits from some gprs | James Almer | 2019-09-11 | 1 | -3/+4 |
* | avcodec/Makefile: add missing pngdsp dependency to the lscr decoder | James Almer | 2019-05-14 | 1 | -0/+2 |
* | x86/v210dec: use named registers | James Almer | 2019-05-03 | 1 | -16/+16 |
* | x86/v210dec: don't reserve more xmm regs than needed | James Almer | 2019-05-03 | 1 | -1/+1 |
* | x86/v210dec: remove duplicate load instruction | James Almer | 2019-05-03 | 1 | -1/+0 |
* | avcodec/x86/v210: fix operands of vpblendd used in new avx2 code | James Darnley | 2019-05-02 | 1 | -1/+1 |
* | libavcodec Adding ff_v210_planar_unpack AVX2 | Michael Stoner | 2019-05-02 | 2 | -16/+64 |
* | x86/opusdsp: replace loads with shuffles | Lynne | 2019-04-26 | 1 | -6/+3 |
* | x86/opusdsp: fix WIN64 return value | Lynne | 2019-04-01 | 1 | -3/+2 |
* | x86/opusdsp: implement FMA3 accelerated postfilter and deemphasis | Lynne | 2019-04-01 | 3 | -0/+151 |
* | celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabled | Lynne | 2019-03-31 | 2 | -3/+0 |
* | x86/opus_dsp: rename to celt_pvq | Lynne | 2019-03-31 | 3 | -4/+4 |
* | avcodec/h264dsp: change loop filter stride argument to ptrdiff_t | James Almer | 2019-02-20 | 1 | -2/+2 |
* | avcodec/proresdsp indent after prev commit | Martin Vignali | 2018-12-02 | 1 | -8/+8 |
* | avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b... | Martin Vignali | 2018-12-02 | 1 | -0/+2 |
* | mdct15: simplify x86 exptab permutation | Rostislav Pehlivanov | 2018-05-07 | 1 | -29/+24 |
* | mdct15: simplify the fft15 x86 SIMD | Rostislav Pehlivanov | 2018-05-07 | 1 | -20/+17 |
* | mpeg4video: Add support for MPEG-4 Simple Studio Profile. | Kieran Kunhya | 2018-04-02 | 1 | -0/+1 |
* | sbcenc: add MMX optimizations | Aurelien Jacobs | 2018-03-07 | 3 | -0/+221 |
* | h264_idct: enable unmacro on newer NASM versions | Rostislav Pehlivanov | 2018-02-12 | 1 | -1/+5 |
* | avcodec/utvideoenc : add SIMD (avx) for sub_left_prediction | Martin Vignali | 2018-01-28 | 2 | -0/+50 |
* | avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64 | James Almer | 2018-01-11 | 2 | -2/+2 |
* | x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred... | James Almer | 2017-12-10 | 2 | -6/+4 |
* | x86/lossless_videodsp: don't overread the dst buffer in ff_add_left_pred_unal... | James Almer | 2017-12-10 | 1 | -2/+1 |
* | avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_pred | Martin Vignali | 2017-12-09 | 2 | -0/+85 |
* | avcodec/x86/lossless_videodsp : add avx2 version for add_left_pred | Martin Vignali | 2017-12-09 | 2 | -22/+44 |
* | avcodec/x86/lossless_videodsp.asm : make macro for add_left_pred_unaligned in... | Martin Vignali | 2017-12-09 | 1 | -1/+5 |
* | avcodec/x86/bswapdsp : use macro for 128 bits constants loading in xmm or ymm | Martin Vignali | 2017-12-02 | 1 | -5/+1 |
* | avcodec/fft: fix INTERL macro on 3dnow | Mikulas Patocka | 2017-11-25 | 1 | -1/+1 |
* | avcodec/x86/exrdsp : use ymm constant for pb_80 | Martin Vignali | 2017-11-23 | 1 | -5/+1 |
* | x86/utvideodsp: reuse shared constants | James Almer | 2017-11-21 | 1 | -13/+4 |
* | x86/constants: make pb_80 32 byte wide | James Almer | 2017-11-21 | 2 | -2/+3 |
* | avcodec/huffyuvdspenc : add diff_int16 AVX2 func | Martin Vignali | 2017-11-21 | 2 | -0/+10 |
* | avcodec/huffyuvdspenc : reorganize diff_int16 | Martin Vignali | 2017-11-21 | 1 | -7/+17 |
* | avcodec/huffyuvdsp : add add_int16 AVX2 func | Martin Vignali | 2017-11-21 | 3 | -2/+12 |
* | avcodec/huffyuvdsp : reorganize add_int16 asm | Martin Vignali | 2017-11-21 | 1 | -6/+17 |
* | avcodec/huffyuvdsp(enc) : move duplicate macro to a template file | Martin Vignali | 2017-11-21 | 4 | -109/+80 |
* | avcodec/x86/utvideodsp.asm : cosmetic | Martin Vignali | 2017-11-21 | 1 | -0/+7 |
* | avcodec/utvideodsp : add avx2 version for the dsp | Martin Vignali | 2017-11-21 | 2 | -0/+31 |
* | avcodec/x86/utvideodsp : make macro for func | Martin Vignali | 2017-11-21 | 1 | -2/+10 |
* | x86/jpeg2000dsp: add ff_ict_float_{fma3,fma4} | James Almer | 2017-11-20 | 2 | -0/+30 |
* | avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu | Michael Niedermayer | 2017-11-14 | 1 | -2/+3 |
* | Fix missing used attribute for inline assembly variables | Thomas Köppe | 2017-11-13 | 1 | -10/+10 |
* | libavcodec/lossless_video_dsp : cosmetic add better separator for each functi... | Martin Vignali | 2017-11-07 | 1 | -0/+9 |
* | libavcodec/lossless_videodsp : add add_bytes avx2 version | Martin Vignali | 2017-11-07 | 2 | -0/+9 |
* | x86/bswapdsp: add missing preprocessor wrappers for AVX2 functions | James Almer | 2017-10-29 | 1 | -0/+2 |
* | libavcodec/bswapdsp : add AVX2 func for bswap_buf (swap uint32_t) | Martin Vignali | 2017-10-29 | 2 | -13/+38 |
* | Merge commit '681a86aba6cb09b98ad716d986182060c7795d20' | James Almer | 2017-10-21 | 1 | -51/+43 |
|\ |
|