| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/lpc: use fused negative multiply-add instructions where useful | James Almer | 2022-09-22 | 1 | -2/+15 |
* | avcodec/lpc: zero the middle odd sample in the output | James Almer | 2022-09-22 | 1 | -3/+7 |
* | avcodec/lpc: use ptrdiff_t for length parameters | James Almer | 2022-09-22 | 2 | -4/+3 |
* | x86/aacpsdsp: add ps_hybrid_analysis_fma3 | James Almer | 2022-09-22 | 2 | -23/+25 |
* | x86/aacpsdsp: precompute constant factors | James Almer | 2022-09-22 | 1 | -18/+24 |
* | x86/lpc: Fix parameter sign extension, unbreaking checkasm-lpc on x86_64 windows | Martin Storsjö | 2022-09-22 | 1 | -0/+1 |
* | x86/lpc: fix even scalar loop overreads/writes | Lynne | 2022-09-22 | 1 | -13/+19 |
* | x86/lpc: fix odd scalar loop overreads/writes | Lynne | 2022-09-22 | 1 | -5/+4 |
* | avcodec/fmtconvert: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -1/+1 |
* | avcodec/blockdsp: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -2/+1 |
* | avcodec/cavsdsp: Remove unused function parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -4/+3 |
* | x86/lpc: implement a new Welch windowing function | Lynne | 2022-09-21 | 3 | -58/+258 |
* | lavc/vorbisdsp: use ptrdiff_t rather than intptr_t | Rémi Denis-Courmont | 2022-09-19 | 1 | -1/+1 |
* | avcodec/x86/audiodsp: add scalarproduct avx2 | Paul B Mahol | 2022-09-13 | 2 | -0/+24 |
* | avcodec/vp8dsp: Constify src in vp8_mc_func | Andreas Rheinhardt | 2022-09-11 | 2 | -30/+30 |
* | avcodec/x86/flacdsp_init: Remove double ';' | Andreas Rheinhardt | 2022-09-05 | 1 | -1/+1 |
* | avcodec/x86/flacdsp: fix bug in decorrelation | Paul B Mahol | 2022-09-05 | 2 | -20/+44 |
* | avutil/mem_internal: Fix headers | Andreas Rheinhardt | 2022-08-24 | 1 | -0/+1 |
* | x86: Don't hardcode the height to 8 in sad8_xy2_mmx | Martin Storsjö | 2022-08-17 | 1 | -2/+1 |
* | avcodec/flacdsp: Split encoder-only parts into a ctx of its own | Andreas Rheinhardt | 2022-08-05 | 3 | -13/+40 |
* | avcodec/flacdsp: Remove unused function parameter | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+1 |
* | avcodec/h264chroma: Constify src in h264_chroma_mc_func | Andreas Rheinhardt | 2022-08-05 | 5 | -23/+23 |
* | avcodec/hevcdsp: Constify src pointers | Andreas Rheinhardt | 2022-08-05 | 6 | -126/+119 |
* | avcodec/mpegvideodsp: Constify src pointers | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/mpegvideoencdsp: Allow pointers to const where possible | Andreas Rheinhardt | 2022-07-31 | 3 | -7/+7 |
* | avcodec/me_cmp: Constify me_cmp_func buffer parameters | Andreas Rheinhardt | 2022-07-31 | 2 | -48/+48 |
* | avcodec/cfhdencdsp: Constify input pointers | Andreas Rheinhardt | 2022-07-31 | 1 | -2/+2 |
* | avcodec/lossless_videoencdsp: Constify src sub_left_predict | Andreas Rheinhardt | 2022-07-31 | 2 | -2/+2 |
* | avcodec/videodsp: Constify buf in VideoDSPContext.prefetch | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/vp56: Move VP5-9 range coder functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -6/+8 |
* | avcodec/x86/pngdsp: Remove obsolete ff_add_bytes_l2_mmx() | Andreas Rheinhardt | 2022-07-25 | 2 | -21/+2 |
* | avcodec/x86/h264_qpel: Remove unused functions | Andreas Rheinhardt | 2022-06-26 | 1 | -40/+0 |
* | avcodec/x86/lossless_videodsp: Remove obsolete MMX(EXT) functions | Andreas Rheinhardt | 2022-06-22 | 2 | -74/+4 |
* | avcodec/x86/lossless_videoencdsp: Remove obsolete MMX function | Andreas Rheinhardt | 2022-06-22 | 2 | -15/+0 |
* | avcodec/x86/huffyuvencdsp: Remove obsolete MMX function | Andreas Rheinhardt | 2022-06-22 | 2 | -15/+0 |
* | avcodec/x86/dirac_dwt: Remove obsolete MMX functions | Andreas Rheinhardt | 2022-06-22 | 2 | -39/+0 |
* | avcodec/x86/huffyuvdsp: Remove obsolete MMX functions | Andreas Rheinhardt | 2022-06-22 | 2 | -30/+1 |
* | avcodec/x86/vp8dsp: Remove obsolete MMX(EXT) functions | Andreas Rheinhardt | 2022-06-22 | 3 | -553/+4 |
* | avcodec/x86/dcadsp: Remove obsolete SSE function | Andreas Rheinhardt | 2022-06-22 | 2 | -18/+2 |
* | avcodec/x86/rv34dsp: Remove obsolete MMX function | Andreas Rheinhardt | 2022-06-22 | 2 | -40/+0 |
* | avcodec/x86/synth_filter: Remove obsolete SSE function | Andreas Rheinhardt | 2022-06-22 | 2 | -13/+1 |
* | avcodec/x86/dct32: Remove obsolete SSE function | Andreas Rheinhardt | 2022-06-22 | 2 | -16/+1 |
* | avcodec/x86/mpegaudiodsp: Remove obsolete SSE function | Andreas Rheinhardt | 2022-06-22 | 2 | -16/+0 |
* | avcodec/x86/vp6dsp: Remove obsolete MMX ff_vp6_filter_diag4_mmx | Andreas Rheinhardt | 2022-06-22 | 2 | -22/+1 |
* | avcodec/x86/vp3dsp: Remove obsolete MMX functions | Andreas Rheinhardt | 2022-06-22 | 2 | -69/+0 |
* | avcodec/x86/videodsp: Remove obsolete MMX, 3dnow, SSE functions | Andreas Rheinhardt | 2022-06-22 | 2 | -106/+3 |
* | avcodec/x86/vorbisdsp: Remove obsolete 3dnow functions | Andreas Rheinhardt | 2022-06-22 | 2 | -35/+0 |
* | avcodec/x86/fft: Remove obsolete 3dnow functions | Andreas Rheinhardt | 2022-06-22 | 3 | -273/+6 |
* | avcodec/x86/h264chroma: Remove obsolete 3dnow functions | Andreas Rheinhardt | 2022-06-22 | 2 | -13/+0 |
* | avcodec/x86/h264_qpel: Remove obsolete MMXEXT functions | Andreas Rheinhardt | 2022-06-22 | 3 | -86/+39 |