| Commit message (Expand) | Author | Age | Files | Lines |
* | checkasm: test for abs_pow34 | sunyuechi | 2023-12-11 | 4 | -0/+75 |
* | riscv: test for assembler support | Rémi Denis-Courmont | 2023-12-08 | 3 | -3/+6 |
* | checkasm: Fix the signature of float_to_fixed24 | Martin Storsjö | 2023-12-02 | 1 | -1/+1 |
* | checkasm/ac3dsp: add float_to_fixed24 test | sunyuechi | 2023-12-01 | 4 | -0/+75 |
* | checkasm: test for dcmul_add | sunyuechi | 2023-11-27 | 1 | -43/+98 |
* | checkasm/riscv: report an error upon SIGILL | Rémi Denis-Courmont | 2023-11-23 | 3 | -2/+30 |
* | checkasm: add helper to report a fatal signal | Rémi Denis-Courmont | 2023-11-23 | 2 | -4/+12 |
* | checkasm/flacdsp: add LPC test | Rémi Denis-Courmont | 2023-11-18 | 1 | -0/+32 |
* | checkasm/flacdsp: fix ls/rs/ms tests | Rémi Denis-Courmont | 2023-11-17 | 1 | -1/+1 |
* | checkasm: add lossless audio DSP | Rémi Denis-Courmont | 2023-11-16 | 4 | -0/+120 |
* | checkasm/huffyuvdsp: test for add_hfyu_left_pred_bgr32 | Rémi Denis-Courmont | 2023-11-15 | 1 | -0/+30 |
* | checkasm: test the noise case of sbrdsp.hf_apply_noise | Rémi Denis-Courmont | 2023-11-13 | 1 | -1/+4 |
* | checkasm: test with random bw value | Rémi Denis-Courmont | 2023-11-12 | 1 | -2/+2 |
* | 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 |