summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* avcodec/x86/rv40dsp, simple_idct: Remove remnants of MMXAndreas Rheinhardt2024-03-02
* avcodec/aacenc: Move initializing DSP out of aacenc.cAndreas Rheinhardt2024-03-02
* avcodec/x86/hevc: fix luma 12b overflowRonald S. Bultje2024-02-26
* avcodec: Remove superfluous ';' outside of functionsAndreas Rheinhardt2024-02-21
* avcodec/x86/h264_qpel: Remove put_h264_qpel[48]_mmxextAndreas Rheinhardt2024-02-20
* avcodec/x86/hpeldsp_init: Avoid using ff_avg_pixels16_mmxAndreas Rheinhardt2024-02-20
* avcodec/x86/fpel: Remove declarations of inexistent functionsAndreas Rheinhardt2024-02-20
* avcodec/x86/simple_idct: Empty MMX state in ff_simple_idct_mmxAndreas Rheinhardt2024-02-16
* avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressingAndreas Rheinhardt2024-02-13
* x86/h264_pred: Convert ff_pred8x8_vertical_8_mmx to ff_pred8x8_vertical_8_sse2Kieran Kunhya2024-02-13
* vp6dsp: Remove MMX codeKieran Kunhya2024-02-13
* x86/h264_intrapred: convert ff_pred16x16_horizontal_8_mmxext to sse2James Almer2024-02-11
* avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on ARCH_X86_32Wu Jianhua2024-02-07
* x86/h26x/h2656dsp: add missing preprocessor wrappersJames Almer2024-02-01
* x86/Makefile: fix hevc and vvc dependency of h2656dsp.oJames Almer2024-02-01
* x86/hevcdsp_init.c: fix preprocessor checkJames Almer2024-02-01
* x86/vvc/vvc_mc: wrap the entire file in x86_64 and AVX2 checksJames Almer2024-02-01
* x86/vvc/vvc_mc: set the correct number of used registers in vvc_w_avg functionsJames Almer2024-02-01
* avcodec/x86/vvc: add avg and avg_w AVX2 optimizationsWu Jianhua2024-02-01
* avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizationsWu Jianhua2024-02-01
* avcodec/x86/h26x/h2656_inter: add dststride to putWu Jianhua2024-02-01
* avcodec/x86/hevc_mc: move put/put_uni to h26x/h2656_inter.asmWu Jianhua2024-02-01
* x86/takdsp: add missing wrappers to AVX2 functionsJames Almer2023-12-25
* x86/takdsp: add avx2 versions of all functionsJames Almer2023-12-23
* avcodec/takdsp: fix const correctnessJames Almer2023-12-22
* x86/aacencdsp: clear the high bits for size in ff_abs_pow34_sseJames Almer2023-12-12
* x86/ac3dsp: add ff_float_to_fixed24_avx()James Almer2023-11-25
* x86/ac3dsp: reduce instruction count inside the float_to_fixed24 loopJames Almer2023-11-25
* avcodec/ac3dsp: make len a size_t in float_to_fixed24James Almer2023-11-22
* x86/: clear the high bits for order in scalarproduct_and_madd functionsJames Almer2023-11-22
* x86/flacds: clear the high bits from pred_order in lpc_32 functionsJames Almer2023-11-15
* avcodec/snow: Move dsp helper functions to snow_dwt.hAndreas Rheinhardt2023-10-02
* avcodec: Remove DCT, FFT, MDCT and RDFTAndreas Rheinhardt2023-10-01
* avcodec/mpegaudiodsp: Init dct32 directlyAndreas Rheinhardt2023-10-01
* avcodec/x86/mpegvideoenc_template: Disable dead codeAndreas Rheinhardt2023-09-15
* avcodec/proresdsp: Pass necessary parameter directlyAndreas Rheinhardt2023-09-11
* avcodec/x86/hpeldsp_vp3: Merge into hpeldspAndreas Rheinhardt2023-09-07
* avcodec/x86/mathops: clip constants used with shift instructions within inlin...RĂ©mi Denis-Courmont2023-07-20
* get_cabac_inline_x86: Don't inline the assembly function on 32 bitChristopher Degawa2023-04-02
* x86: replace explicit REP_RETs with RETsLynne2023-02-01
* avcodec/x86: add avx512icl function for v210decJames Darnley2022-12-20
* avcodec/x86/v210: add some comments to the improved avx2 functionJames Darnley2022-12-20
* avcodec/x86/Makefile: Don't build empty filesAndreas Rheinhardt2022-12-13
* avcodec/x86/v210enc: change '0b' binary constant prefix to 'b' suffixJames Darnley2022-12-03
* avcodec/x86/v210enc: remove unneeded instructionJames Darnley2022-12-01
* avcodec/x86/v210enc: expand and correct commentsJames Darnley2022-12-01
* avcodec/v210enc: add new 10-bit function for avx512 avx512iclJames Darnley2022-12-01
* avcodec/x86/v210enc: replace register use with named registerJames Darnley2022-12-01
* avcodec/x86/cavsdsp: Remove unused 3DNow-macroAndreas Rheinhardt2022-11-09
* libavcodec: remove mdct15Lynne2022-11-06