aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* libavcodec: remove mdct15Lynne2022-11-063-327/+0
* dca_core: convert to lavu/txLynne2022-11-061-3/+4
* avcodec/v210enc: add new function for avx2 avx512 avx512iclJames Darnley2022-11-042-2/+92
* avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 onlyAndreas Rheinhardt2022-10-202-5/+4
* avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context privateAndreas Rheinhardt2022-10-141-2/+2
* lavc/x86/simple_idct: Fix linking shared libavcodec with MS link.exeCarl Eugen Hoyos2022-10-101-1/+1
* avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dspAndreas Rheinhardt2022-10-091-2/+2
* avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt2022-09-291-1/+1
* avcodec/dirac_dwt: Avoid conversions between function pointers and void*Andreas Rheinhardt2022-09-281-8/+8
* x86/lpc: use fused negative multiply-add instructions where usefulJames Almer2022-09-221-2/+15
* avcodec/lpc: zero the middle odd sample in the outputJames Almer2022-09-221-3/+7
* avcodec/lpc: use ptrdiff_t for length parametersJames Almer2022-09-222-4/+3
* x86/aacpsdsp: add ps_hybrid_analysis_fma3James Almer2022-09-222-23/+25
* x86/aacpsdsp: precompute constant factorsJames Almer2022-09-221-18/+24
* x86/lpc: Fix parameter sign extension, unbreaking checkasm-lpc on x86_64 windowsMartin Storsjö2022-09-221-0/+1
* x86/lpc: fix even scalar loop overreads/writesLynne2022-09-221-13/+19
* x86/lpc: fix odd scalar loop overreads/writesLynne2022-09-221-5/+4
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-2/+1
* avcodec/cavsdsp: Remove unused function parameterAndreas Rheinhardt2022-09-211-4/+3
* x86/lpc: implement a new Welch windowing functionLynne2022-09-213-58/+258
* lavc/vorbisdsp: use ptrdiff_t rather than intptr_tRémi Denis-Courmont2022-09-191-1/+1
* avcodec/x86/audiodsp: add scalarproduct avx2Paul B Mahol2022-09-132-0/+24
* avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt2022-09-112-30/+30
* avcodec/x86/flacdsp_init: Remove double ';'Andreas Rheinhardt2022-09-051-1/+1
* avcodec/x86/flacdsp: fix bug in decorrelationPaul B Mahol2022-09-052-20/+44
* avutil/mem_internal: Fix headersAndreas Rheinhardt2022-08-241-0/+1
* x86: Don't hardcode the height to 8 in sad8_xy2_mmxMartin Storsjö2022-08-171-2/+1
* avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt2022-08-053-13/+40
* avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt2022-08-051-2/+1
* avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt2022-08-055-23/+23
* avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt2022-08-056-126/+119
* avcodec/mpegvideodsp: Constify src pointersAndreas Rheinhardt2022-07-311-1/+1
* avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt2022-07-313-7/+7
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-312-48/+48
* avcodec/cfhdencdsp: Constify input pointersAndreas Rheinhardt2022-07-311-2/+2
* avcodec/lossless_videoencdsp: Constify src sub_left_predictAndreas Rheinhardt2022-07-312-2/+2
* avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt2022-07-311-1/+1
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-281-6/+8
* avcodec/x86/pngdsp: Remove obsolete ff_add_bytes_l2_mmx()Andreas Rheinhardt2022-07-252-21/+2
* avcodec/x86/h264_qpel: Remove unused functionsAndreas Rheinhardt2022-06-261-40/+0
* avcodec/x86/lossless_videodsp: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-222-74/+4
* avcodec/x86/lossless_videoencdsp: Remove obsolete MMX functionAndreas Rheinhardt2022-06-222-15/+0
* avcodec/x86/huffyuvencdsp: Remove obsolete MMX functionAndreas Rheinhardt2022-06-222-15/+0
* avcodec/x86/dirac_dwt: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-222-39/+0
* avcodec/x86/huffyuvdsp: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-222-30/+1
* avcodec/x86/vp8dsp: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-223-553/+4
* avcodec/x86/dcadsp: Remove obsolete SSE functionAndreas Rheinhardt2022-06-222-18/+2
* avcodec/x86/rv34dsp: Remove obsolete MMX functionAndreas Rheinhardt2022-06-222-40/+0
* avcodec/x86/synth_filter: Remove obsolete SSE functionAndreas Rheinhardt2022-06-222-13/+1