| Commit message (Expand) | Author | Age | Files | Lines |
* | checkasm/idctdsp: Use declare_func_emms only when needed | Andreas Rheinhardt | 2022-10-11 | 1 | -1/+1 |
* | checkasm/llviddspenc: Use declare_func_emms only when needed | Andreas Rheinhardt | 2022-10-11 | 1 | -2/+2 |
* | checkasm/huffyuvdsp: Use declare_func_emms only when needed | Andreas Rheinhardt | 2022-10-11 | 1 | -1/+1 |
* | checkasm/llviddsp: Be strict about MMX | Andreas Rheinhardt | 2022-10-11 | 1 | -8/+8 |
* | checkasm/pixblockdsp: Be strict about MMX | Andreas Rheinhardt | 2022-10-11 | 1 | -2/+2 |
* | checkasm/audiodsp: Be strict about MMX | Andreas Rheinhardt | 2022-10-11 | 1 | -5/+5 |
* | checkasm/blockdsp: Be strict about MMX | Andreas Rheinhardt | 2022-10-11 | 1 | -1/+1 |
* | checkasm/vc1dsp: Use declare_func_emms only when needed | Andreas Rheinhardt | 2022-10-11 | 1 | -2/+2 |
* | checkasm: RISC-V 64-bit assembler test harness | Rémi Denis-Courmont | 2022-10-10 | 3 | -0/+189 |
* | checkasm/vp8dsp: Use declare_func_emms only when needed | Andreas Rheinhardt | 2022-10-08 | 1 | -3/+3 |
* | lavu/riscv: CPU flag for the Zbb extension | Rémi Denis-Courmont | 2022-10-05 | 1 | -0/+1 |
* | lavu/cpu: CPU flags for the RISC-V Vector extension | Rémi Denis-Courmont | 2022-09-27 | 1 | -0/+4 |
* | lavu/cpu: detect RISC-V base extensions | Rémi Denis-Courmont | 2022-09-27 | 1 | -0/+4 |
* | x86/tx_float: add 15xN PFA FFT AVX SIMD | Lynne | 2022-09-23 | 1 | -2/+2 |
* | tests/checkasm/lpc: correct arithmetic when randomizing buffers | Lynne | 2022-09-23 | 1 | -6/+6 |
* | tests/checkasm/lpc: reduce range and use signed values | Lynne | 2022-09-23 | 1 | -6/+6 |
* | tests/checkasm/lpc: print mismatching values | James Almer | 2022-09-22 | 1 | -2/+8 |
* | tests/checkasm/lpc: randomize buffer length | James Almer | 2022-09-22 | 1 | -16/+3 |
* | avcodec/lpc: use ptrdiff_t for length parameters | James Almer | 2022-09-22 | 1 | -1/+1 |
* | x86/lpc: fix even scalar loop overreads/writes | Lynne | 2022-09-22 | 1 | -0/+4 |
* | avcodec/fmtconvert: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -1/+1 |
* | avcodec/blockdsp: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -2/+1 |
* | x86/lpc: implement a new Welch windowing function | Lynne | 2022-09-21 | 4 | -0/+85 |
* | tests/checkasm: add a test for VorbisDSPContext | James Almer | 2022-09-19 | 4 | -0/+92 |
* | checkasm/tx: add checkasm support for the iMDCT | Lynne | 2022-09-06 | 1 | -13/+14 |
* | checkasm: sw_scale: Produce more realistic test filter coefficients for yuv2yuvX | Martin Storsjö | 2022-08-19 | 1 | -1/+15 |
* | checkasm/sw_scale: hscale does not requires cpuflag test. | Alan Kelly | 2022-08-18 | 1 | -4/+1 |
* | libswscale: Enable hscale_avx2 for all input sizes. | Alan Kelly | 2022-08-18 | 1 | -1/+1 |
* | checkasm: motion: Test different h parameters | Martin Storsjö | 2022-08-17 | 1 | -4/+6 |
* | checkasm: Provide enough alignment in the new yuv2plane1 test | Martin Storsjö | 2022-08-16 | 1 | -3/+3 |
* | checkasm/hevc_add_res: add 12bit test | J. Dekker | 2022-08-16 | 1 | -7/+8 |
* | checkasm: updated tests for sw_scale | Swinney, Jonathan | 2022-08-16 | 1 | -39/+149 |
* | checkasm: Silence warnings about unused return value from read() | Martin Storsjö | 2022-08-08 | 1 | -1/+3 |
* | avcodec/flacdsp: Split encoder-only parts into a ctx of its own | Andreas Rheinhardt | 2022-08-05 | 2 | -2/+2 |
* | avcodec/flacdsp: Remove unused function parameter | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+2 |
* | checkasm: motion: Make the benchmarks more stable | Martin Storsjö | 2022-07-16 | 1 | -1/+2 |
* | checkasm: Provide enough alignment in the new motion test | Martin Storsjö | 2022-06-28 | 1 | -2/+2 |
* | lavc/aarch64: motion estimation functions in neon | Swinney, Jonathan | 2022-06-28 | 4 | -0/+156 |
* | tests/checkasm/sw_scale: Fix alignment for movdqa | Michael Goulet | 2022-06-20 | 1 | -5/+5 |
* | checkasm: added additional dstW tests for hscale | Swinney, Jonathan | 2022-05-28 | 1 | -49/+55 |
* | checkasm: improve hevc_sao test | J. Dekker | 2022-05-25 | 1 | -20/+31 |
* | avcodec/v210enc: Move ff_v210enc_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+1 |
* | avcodec/v210_dec: Move ff_v210dec_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+1 |
* | avfilter/vf_threshold: Move ff_threshold_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+1 |
* | avfilter/vf_nlmeans: Move ff_nlmeans_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+1 |
* | avfilter/vf_hflip: Move ff_hflip_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -0/+1 |
* | avfilter/vf_gblur: Move ff_gblur_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+1 |
* | avfilter/vf_blend: Move ff_blend_init into a header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+1 |
* | avfilter/af_afir: Only keep DSP stuff in header | Andreas Rheinhardt | 2022-05-06 | 1 | -1/+1 |
* | avcodec/vc1: Introduce fast path for unescaping bitstream buffer | Ben Avison | 2022-04-01 | 1 | -0/+67 |