aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* all: fix typos found by codespellTimo Rothenpieler3 days4-4/+4
* all: fix whitespace/new-line issuesTimo Rothenpieler3 days2-2/+0
* avcodec/x86/vc1: guard usage of undefined functions with preprocessorKacper Michajłow12 days2-0/+6
* avcodec/x86/fdct: guard usage of undefined functions with preprocessorKacper Michajłow12 days1-0/+2
* avcodec/mpegvideo: Add missing headersAndreas Rheinhardt2025-07-033-2/+2
* configure: Factor mpegvideoencdsp out of mpegvideoencAndreas Rheinhardt2025-06-211-3/+3
* avcodec/hpeldsp_init: DetemplatizeAndreas Rheinhardt2025-06-023-287/+252
* avcodec/x86/hpeldsp_init: Use ff_avg_pixels16_mmxextAndreas Rheinhardt2025-06-021-2/+1
* avcodec/pixblockdsp: Improve 8 vs 16 bit checkAndreas Rheinhardt2025-05-311-1/+0
* avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transformsHenrik Gramner2025-05-263-0/+1174
* avcodec/mpegvideo: Move mpeg_quant to {Mpeg4Dec,MPVEnc}ContextAndreas Rheinhardt2025-05-261-1/+1
* avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 8bpc inverse transformsHenrik Gramner2025-05-193-0/+1645
* avcodec/{x86,mips}/xvididct_init: Remove redundant checksAndreas Rheinhardt2025-05-161-7/+1
* x86/vvcdec: sao, add avx2 supportShaun Loo2025-05-145-4/+233
* x86/hevcdec: refact, remove duplicate code in HEVC_SAO_{BAND, EDGE}_FILTERShaun Loo2025-05-141-52/+48
* x86/hevcdec: sao, refact out h26x macrosShaun Loo2025-05-144-547/+610
* x86/vvcdec: misc, reordered functions in dsp_init for improved readabilityNuo Mi2025-05-141-19/+29
* lavc/apv: AVX2 transquant for x86-64Mark Thompson2025-04-273-0/+354
* avcodec/x86/constants: add pd_64James Almer2025-04-255-6/+8
* avcodec/x86/hevcdsp: Move to x86/hevcAndreas Rheinhardt2025-04-092-4/+4
* avcodec/x86/hevcdsp: Move macro to dsp_init.cAndreas Rheinhardt2025-04-092-9/+7
* avcodec/x86/hevc/dsp_init: Reindent after the previous commitsAndreas Rheinhardt2025-04-091-61/+61
* avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_[eq]?pel* funcs staticAndreas Rheinhardt2025-04-092-137/+95
* avcodec/x86/hevc/dsp_init: Make ff_hevc_put_[eq]?pel_* staticAndreas Rheinhardt2025-04-092-95/+80
* avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_[qe]?pel* funcs staticAndreas Rheinhardt2025-04-092-88/+88
* avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_w_* functions staticAndreas Rheinhardt2025-04-092-8/+7
* avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_w_* functions staticAndreas Rheinhardt2025-04-092-10/+15
* avcodec/x86/hevc/mc: Remove unused functionsAndreas Rheinhardt2025-04-092-19/+0
* avcodec/x86/vvc/dsp_init: Make avg wrappers staticAndreas Rheinhardt2025-04-091-16/+4
* avcodec/x86/vvc/dsp_init: Make alf wrappers staticAndreas Rheinhardt2025-04-091-18/+6
* avcodec/x86/vvc/dsp_init: Make ff_vvc_apply_bdof_##bd##_avx2 staticAndreas Rheinhardt2025-04-091-15/+6
* avcodec/x86/vvc/dsp_init: Make put wrappers staticAndreas Rheinhardt2025-04-091-36/+15
* avcodec/x86/h26x/h265dsp: Remove unused functionsAndreas Rheinhardt2025-04-032-6/+8
* avcodec/x86/mpegvideoenc_template: Remove remnants of MMXAndreas Rheinhardt2025-03-292-92/+53
* avcodec/mpegvideo: Only keep the actually used unquantize funcsAndreas Rheinhardt2025-03-261-2/+2
* avcodec/mpegvideo: Move unquantize functions into a file of their ownAndreas Rheinhardt2025-03-261-0/+1
* avcodec/mpegvideoenc: Add MPVEncContextAndreas Rheinhardt2025-03-264-64/+63
* avcodec/x86/hevc/dsp_init: Rename ff_hevc_put_hevc->ff_hevc_putAndreas Rheinhardt2025-03-153-364/+364
* avcodec/x86/constants: Move constants only used by cavsdsp to itAndreas Rheinhardt2025-03-143-7/+6
* avcodec: Don't log to private contextAndreas Rheinhardt2025-03-081-1/+1
* x86: aacencdsp: Fix negating signed values in aac_quantize_bandsMartin Storsjö2025-02-101-1/+1
* avcodec/hevcdec: remove hevc prefix for x86 asm filesNuo Mi2024-12-229-8/+12
* avcodec/vvcdec: remove vvc prefix for x86 and riscvNuo Mi2024-12-227-6/+6
* lavc/x86/videodsp: Drop MMX usageFrank Plowman2024-12-012-90/+59
* avcodec/x86/diracdsp_init: remove unused macroKyosuke Kawakami2024-11-151-5/+0
* avcodec/x86/diracdsp: migrate last remaining MMX function to SSE2Kyosuke Kawakami2024-11-152-11/+23
* avcodec/x86/diracdsp: cast stride argumentKyosuke Kawakami2024-11-151-0/+1
* avcodec/x86/diracdsp: fix wrong register load/use countKyosuke Kawakami2024-11-151-1/+1
* avcodec/x86/vvc: add prototypes for OF functionsJames Almer2024-11-111-5/+15
* x86/vvc: Fix build error for arch x86_32Zhao Zhili2024-11-111-0/+5