| Commit message (Expand) | Author | Age | Files | Lines |
* | checkasm/motion: Don't allocate AVCodecContext | Andreas Rheinhardt | 2023-09-28 | 1 | -7/+3 |
* | avfilter/bwdif: Add proper BWDIFDSPContext | Andreas Rheinhardt | 2023-09-28 | 1 | -3/+2 |
* | avcodec/idctdsp: Avoid inclusion of avcodec.h | Andreas Rheinhardt | 2023-09-11 | 1 | -0/+1 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 2 | -0/+2 |
* | tests/checkasm/sw_scale: Avoid declare_func_emms where possible | Andreas Rheinhardt | 2023-09-04 | 1 | -6/+6 |
* | tests/checkasm/llvidencdsp: Don't use declare_func_emms | Andreas Rheinhardt | 2023-09-04 | 1 | -2/+2 |
* | tests/checkasm/hevc_*: Avoid using declare_func_emms where possible | Andreas Rheinhardt | 2023-09-04 | 4 | -32/+32 |
* | checkasm: hevc_sao: Fix a regression in hevc_sao_edge | Matthias Dressel | 2023-08-24 | 1 | -1/+1 |
* | checkasm: improve Linux perf error message | Rémi Denis-Courmont | 2023-07-22 | 1 | -1/+1 |
* | lavu: add/use flag for RISC-V Zba extension | Rémi Denis-Courmont | 2023-07-19 | 1 | -0/+1 |
* | checkasm: test Zbb before V | Rémi Denis-Courmont | 2023-07-19 | 1 | -1/+1 |
* | checkasm: print usage on invalid arguments | Rémi Denis-Courmont | 2023-07-17 | 1 | -11/+23 |
* | avfilter/vf_bwdif: Add a filter_line3 method for optimisation | John Cox | 2023-07-06 | 1 | -0/+81 |
* | tests/checkasm: Add test for vf_bwdif filter_edge | John Cox | 2023-07-06 | 1 | -0/+54 |
* | tests/checkasm: Add test for vf_bwdif filter_intra | John Cox | 2023-07-06 | 1 | -0/+37 |
* | aarch64: Add cpu flags for the dotprod and i8mm extensions | Martin Storsjö | 2023-06-06 | 1 | -0/+2 |
* | checkasm: add h264chroma tests | Lynne | 2023-05-20 | 4 | -0/+90 |
* | checkasm: pass context as pointer | xufuji456 | 2023-04-13 | 6 | -39/+39 |
* | checkasm/hevc: add transform_luma test | xufuji456 | 2023-04-13 | 1 | -0/+29 |
* | checkasm: add hevc_deblock chroma test | J. Dekker | 2023-04-06 | 4 | -1/+104 |
* | checkasm: add test for bwdif | James Darnley | 2023-03-25 | 4 | -0/+89 |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 1 | -1/+1 |
* | checkasm/v210dec: add extra space to the destination arrays | James Darnley | 2022-12-21 | 1 | -6/+6 |
* | avcodec/x86: add avx512icl function for v210dec | James Darnley | 2022-12-20 | 1 | -6/+6 |
* | checkasm/v210enc: test the entire width of 10-bit planar input arrays | James Darnley | 2022-12-01 | 1 | -2/+4 |
* | libavfilter/x86/vf_convolution: add sobel filter optimization and unit test w... | bwang30 | 2022-11-14 | 4 | -0/+109 |
* | dca_core: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -11/+14 |
* | checkasm: add a verbose check function for uint32_t data | James Darnley | 2022-11-04 | 2 | -0/+2 |
* | 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 |