| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Remove deprecated old encode/decode APIs | Andreas Rheinhardt | 2021-04-27 | 1 | -35/+0 |
* | Include attributes.h directly | Andreas Rheinhardt | 2021-04-19 | 16 | -0/+17 |
* | avcodec/x86: add cfhdenc SIMD | Paul B Mahol | 2021-02-27 | 3 | -0/+482 |
* | avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functions | James Almer | 2021-02-26 | 1 | -15/+17 |
* | avcodec/x86/constants: Remove unused ff_pw_17 | Andreas Rheinhardt | 2021-02-24 | 2 | -5/+0 |
* | avcodec/x86/diracdsp_init: Reuse macro | Andreas Rheinhardt | 2021-02-24 | 1 | -36/+2 |
* | avcodec/x86/diracdsp_init: Simplify macro | Andreas Rheinhardt | 2021-02-24 | 1 | -13/+13 |
* | avcodec/x86/diracdsp_init: Make functions only used here static | Andreas Rheinhardt | 2021-02-24 | 1 | -32/+23 |
* | avcodec/x86/diracdsp_init: Remove unused MMX functions | Andreas Rheinhardt | 2021-02-24 | 1 | -7/+0 |
* | avcodec/cabac_functions, x86/cabac: Include stddef.h | Andreas Rheinhardt | 2021-02-04 | 1 | -0/+2 |
* | ac3enc_fixed: drop unnecessary fixed-point DSP code | Lynne | 2021-01-14 | 2 | -309/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 4 | -1/+4 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 9 | -0/+10 |
* | avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe | Andreas Rheinhardt | 2020-11-24 | 1 | -3/+6 |
* | x86/cfhddsp: zero extend int arguments | James Almer | 2020-08-28 | 1 | -10/+6 |
* | avcodec/x86/cfhddsp: try to fix build on x32 | Paul B Mahol | 2020-08-26 | 1 | -7/+7 |
* | avcodec/cfhd: add x86 SIMD | Paul B Mahol | 2020-08-26 | 3 | -0/+755 |
* | x86/h264_deblock: fix warning about trailing empty parameter | James Almer | 2020-07-12 | 1 | -1/+1 |
* | pixblockdsp, avdct: Add get_pixels_unaligned | Martin Storsjö | 2020-05-13 | 1 | -2/+6 |
* | lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8 | Linjie Fu | 2020-03-27 | 1 | -19/+21 |
* | lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8 | Linjie Fu | 2020-03-27 | 1 | -23/+22 |
* | lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8 | Linjie Fu | 2020-03-27 | 1 | -12/+11 |
* | avcodec/x86/diracdsp: Fix high bits on Windows x86_64 | Michael Niedermayer | 2020-01-31 | 1 | -1/+1 |
* | avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32() | Michael Niedermayer | 2020-01-30 | 1 | -1/+2 |
* | 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 |