| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/vvc_alf: avoid overwriting for non-16 aligned widths | Nuo Mi | 2024-06-25 | 1 | -10/+75 |
* | avcodec/mpegvideo_enc: Only keep what is used from MECmpContext | Andreas Rheinhardt | 2024-06-20 | 1 | -1/+1 |
* | x86/aacencdsp: fix ff_aac_quantize_bands_avx on unix64 ABI | James Almer | 2024-06-09 | 1 | -13/+16 |
* | x86/aacencdsp: add AVX version of quantize_bands | James Almer | 2024-06-09 | 2 | -3/+30 |
* | lavc/hevc*: move to hevc/ subdir | Anton Khirnov | 2024-06-04 | 1 | -1/+1 |
* | avcodec/x86/vvc/vvc_alf: use xq to match ptrdiff_t | Wu Jianhua | 2024-05-31 | 1 | -4/+4 |
* | avcodec/x86/vvc/vvc_alf: fix integer overflow | Wu Jianhua | 2024-05-31 | 1 | -1/+2 |
* | libavcode/x86/vvc: change label to vvc_sad_16 to reflect block sizes | Stone Chen | 2024-05-29 | 1 | -2/+3 |
* | libavcodec/x86/vvc/vvc_sad: fix assembler error | Haihao Xiang | 2024-05-23 | 1 | -2/+2 |
* | libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVC | Stone Chen | 2024-05-22 | 3 | -0/+140 |
* | x86/vvc_alf: use the x86inc instruction macros | James Almer | 2024-05-22 | 1 | -101/+101 |
* | x86/vvc/vvcdsp_init: coalesce function initializers | James Almer | 2024-05-14 | 1 | -22/+15 |
* | avcodec/x86/vvc/vvc_alf: add alf classify avx2 optimizations | Wu Jianhua | 2024-05-14 | 2 | -0/+382 |
* | avcodec/x86/vvc: add alf filter luma and chroma avx2 optimizations | Wu Jianhua | 2024-05-14 | 3 | -1/+492 |
* | x86/flacdsp: remove unused parameters to pmacsdql macro | James Almer | 2024-05-13 | 1 | -5/+5 |
* | x86/flacdsp: add an SSE4 version of wasted33 | James Almer | 2024-05-13 | 2 | -0/+27 |
* | x86/flacdsp: add a SSE2 version of wasted32 | James Almer | 2024-05-12 | 2 | -0/+27 |
* | x86/flacdsp: add a SSE4 version of lpc16 | James Almer | 2024-05-12 | 2 | -6/+10 |
* | x86/blockdsp: add sse2 and avx2 versions of fill_block_tab | James Almer | 2024-05-08 | 2 | -0/+46 |
* | Remove remnants of prores_lgpl decoder | Andreas Rheinhardt | 2024-05-07 | 1 | -2/+0 |
* | avcodec/x86/vp3dsp_init: Set correct function pointer, fix crash | Andreas Rheinhardt | 2024-05-02 | 1 | -1/+1 |
* | opusdsp: add ability to modify deemphasis constant | Lynne | 2024-04-27 | 2 | -7/+4 |
* | avcodec/x86/vvc/vvcdsp_init: fix linking error when configuring with --disabl... | Wu Jianhua | 2024-04-20 | 1 | -21/+25 |
* | avcodec/x86/vvc/vvcdsp_init: add avg prototypes | Wu Jianhua | 2024-04-20 | 1 | -17/+28 |
* | avcodec/x86/vvc/vvcdsp_init: add put prototypes | Wu Jianhua | 2024-04-20 | 1 | -1/+34 |
* | x86/ac3dsp: clear the upper 32 bits for input arguments where needed | James Almer | 2024-04-08 | 1 | -3/+4 |
* | avcodec/vvc: Rename vvc_?foo->foo | Andreas Rheinhardt | 2024-04-04 | 1 | -4/+3 |
* | avcodec/x86/h264_idct: Fix incorrect xmm spilling on win64 | Henrik Gramner | 2024-03-25 | 1 | -9/+3 |
* | x86: Update x86inc.asm | Henrik Gramner | 2024-03-24 | 10 | -56/+57 |
* | x86: Avoid using 'd' as an argument name | Henrik Gramner | 2024-03-24 | 1 | -9/+9 |
* | makefile: Clean up missed object files with "make clean" | Martin Storsjö | 2024-03-10 | 1 | -1/+1 |
* | avcodec/x86/fpel: Remove remnants of MMX | Andreas Rheinhardt | 2024-03-03 | 1 | -23/+0 |
* | avcodec/x86/rv40dsp, simple_idct: Remove remnants of MMX | Andreas Rheinhardt | 2024-03-02 | 2 | -46/+0 |
* | avcodec/aacenc: Move initializing DSP out of aacenc.c | Andreas Rheinhardt | 2024-03-02 | 1 | -3/+2 |
* | avcodec/x86/hevc: fix luma 12b overflow | Ronald S. Bultje | 2024-02-26 | 1 | -9/+31 |
* | avcodec: Remove superfluous ';' outside of functions | Andreas Rheinhardt | 2024-02-21 | 3 | -52/+52 |
* | avcodec/x86/h264_qpel: Remove put_h264_qpel[48]_mmxext | Andreas Rheinhardt | 2024-02-20 | 3 | -14/+21 |
* | avcodec/x86/hpeldsp_init: Avoid using ff_avg_pixels16_mmx | Andreas Rheinhardt | 2024-02-20 | 3 | -11/+7 |
* | avcodec/x86/fpel: Remove declarations of inexistent functions | Andreas Rheinhardt | 2024-02-20 | 1 | -4/+0 |
* | avcodec/x86/simple_idct: Empty MMX state in ff_simple_idct_mmx | Andreas Rheinhardt | 2024-02-16 | 1 | -0/+1 |
* | avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressing | Andreas Rheinhardt | 2024-02-13 | 1 | -2/+2 |
* | x86/h264_pred: Convert ff_pred8x8_vertical_8_mmx to ff_pred8x8_vertical_8_sse2 | Kieran Kunhya | 2024-02-13 | 2 | -13/+9 |
* | vp6dsp: Remove MMX code | Kieran Kunhya | 2024-02-13 | 1 | -55/+0 |
* | x86/h264_intrapred: convert ff_pred16x16_horizontal_8_mmxext to sse2 | James Almer | 2024-02-11 | 2 | -5/+3 |
* | avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on ARCH_X86_32 | Wu Jianhua | 2024-02-07 | 1 | -38/+40 |
* | x86/h26x/h2656dsp: add missing preprocessor wrappers | James Almer | 2024-02-01 | 1 | -0/+3 |
* | x86/Makefile: fix hevc and vvc dependency of h2656dsp.o | James Almer | 2024-02-01 | 2 | -4/+4 |
* | x86/hevcdsp_init.c: fix preprocessor check | James Almer | 2024-02-01 | 1 | -1/+1 |
* | x86/vvc/vvc_mc: wrap the entire file in x86_64 and AVX2 checks | James Almer | 2024-02-01 | 1 | -5/+4 |
* | x86/vvc/vvc_mc: set the correct number of used registers in vvc_w_avg functions | James Almer | 2024-02-01 | 1 | -1/+1 |