summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* get_cabac_inline_x86: Don't inline the assembly function on 32 bitChristopher Degawa2023-04-021-1/+1
* x86: replace explicit REP_RETs with RETsLynne2023-02-0139-163/+163
* avcodec/x86: add avx512icl function for v210decJames Darnley2022-12-202-2/+68
* avcodec/x86/v210: add some comments to the improved avx2 functionJames Darnley2022-12-201-6/+6
* avcodec/x86/Makefile: Don't build empty filesAndreas Rheinhardt2022-12-131-2/+5
* avcodec/x86/v210enc: change '0b' binary constant prefix to 'b' suffixJames Darnley2022-12-031-2/+2
* avcodec/x86/v210enc: remove unneeded instructionJames Darnley2022-12-011-1/+0
* avcodec/x86/v210enc: expand and correct commentsJames Darnley2022-12-011-4/+4
* avcodec/v210enc: add new 10-bit function for avx512 avx512iclJames Darnley2022-12-012-0/+111
* avcodec/x86/v210enc: replace register use with named registerJames Darnley2022-12-011-1/+1
* avcodec/x86/cavsdsp: Remove unused 3DNow-macroAndreas Rheinhardt2022-11-091-4/+0
* 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