| Commit message (Expand) | Author | Age | Files | Lines |
* | get_cabac_inline_x86: Don't inline the assembly function on 32 bit | Christopher Degawa | 2023-04-02 | 1 | -1/+1 |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 39 | -163/+163 |
* | avcodec/x86: add avx512icl function for v210dec | James Darnley | 2022-12-20 | 2 | -2/+68 |
* | avcodec/x86/v210: add some comments to the improved avx2 function | James Darnley | 2022-12-20 | 1 | -6/+6 |
* | avcodec/x86/Makefile: Don't build empty files | Andreas Rheinhardt | 2022-12-13 | 1 | -2/+5 |
* | avcodec/x86/v210enc: change '0b' binary constant prefix to 'b' suffix | James Darnley | 2022-12-03 | 1 | -2/+2 |
* | avcodec/x86/v210enc: remove unneeded instruction | James Darnley | 2022-12-01 | 1 | -1/+0 |
* | avcodec/x86/v210enc: expand and correct comments | James Darnley | 2022-12-01 | 1 | -4/+4 |
* | avcodec/v210enc: add new 10-bit function for avx512 avx512icl | James Darnley | 2022-12-01 | 2 | -0/+111 |
* | avcodec/x86/v210enc: replace register use with named register | James Darnley | 2022-12-01 | 1 | -1/+1 |
* | avcodec/x86/cavsdsp: Remove unused 3DNow-macro | Andreas Rheinhardt | 2022-11-09 | 1 | -4/+0 |
* | libavcodec: remove mdct15 | Lynne | 2022-11-06 | 3 | -327/+0 |
* | dca_core: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -3/+4 |
* | avcodec/v210enc: add new function for avx2 avx512 avx512icl | James Darnley | 2022-11-04 | 2 | -2/+92 |
* | avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only | Andreas Rheinhardt | 2022-10-20 | 2 | -5/+4 |
* | avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context private | Andreas Rheinhardt | 2022-10-14 | 1 | -2/+2 |
* | lavc/x86/simple_idct: Fix linking shared libavcodec with MS link.exe | Carl Eugen Hoyos | 2022-10-10 | 1 | -1/+1 |
* | avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dsp | Andreas Rheinhardt | 2022-10-09 | 1 | -2/+2 |
* | avcodec/ac3dsp: Remove unused parameter | Andreas Rheinhardt | 2022-09-29 | 1 | -1/+1 |
* | avcodec/dirac_dwt: Avoid conversions between function pointers and void* | Andreas Rheinhardt | 2022-09-28 | 1 | -8/+8 |
* | 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 |