Rémi Denis-Courmont 8a96495fef checkasm/vp8dsp: add VP7 tests 9 months ago
..
aarch64 ed7d73355e checkasm: aarch64: Check for stack overflows 4 years ago
arm 6cb2d4d94b checkasm: arm: Check for stack overflows 4 years ago
riscv 65739691b9 checkasm: Generalize crash handling 1 year ago
x86 bbe95f7353 x86: replace explicit REP_RETs with RETs 2 years ago
.gitignore 257f00ec1a Split global .gitignore file into per-directory files 8 years ago
Makefile 44f7f6e010 checkasm: add h263dsp.{h,v}_loop_filter 9 months ago
aacencdsp.c 88b3b09afa avcodec/aacenc: Move initializing DSP out of aacenc.c 1 year ago
aacpsdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
ac3dsp.c ee1bc723de avcodec/ac3: Implement sum_square_butterfly_float for aarch64 NEON 11 months ago
af_afir.c ea6817d2a7 checkasm: test for dcmul_add 1 year ago
alacdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
audiodsp.c 42921190cb checkasm/audiodsp: Be strict about MMX 2 years ago
av_tx.c 790f793844 avutil/common: Don't auto-include mem.h 11 months ago
blockdsp.c b6054e57cb checkasm/blockdsp: use smallest allowed aligned buffers for fill_block_tab tests 10 months ago
bswapdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
checkasm.c 44f7f6e010 checkasm: add h263dsp.{h,v}_loop_filter 9 months ago
checkasm.h 44f7f6e010 checkasm: add h263dsp.{h,v}_loop_filter 9 months ago
exrdsp.c 0f944c8b27 tests/checkasm: Improve included headers 1 year ago
fdctdsp.c 250c0defa2 checkasm: add test for fdct 10 months ago
fixed_dsp.c c00cd007e8 configure: Remove av_restrict 1 year ago
flacdsp.c 0920f506a7 checkasm/flacdsp: add a test for lpc33 9 months ago
float_dsp.c 790f793844 avutil/common: Don't auto-include mem.h 11 months ago
fmtconvert.c 9beba05311 avcodec/fmtconvert: Remove unused AVCodecContext parameter 2 years ago
g722dsp.c 823cc7e25f checkasm: add a g722dsp test 7 years ago
h263dsp.c 44f7f6e010 checkasm: add h263dsp.{h,v}_loop_filter 9 months ago
h264chroma.c 11f689317d checkasm: Fix h264chroma test name 10 months ago
h264dsp.c 6093367147 checkasm: h264dsp: Avoid out of buffer writes when benchmarking 9 months ago
h264pred.c 0f944c8b27 tests/checkasm: Improve included headers 1 year ago
h264qpel.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
hevc_add_res.c 895dd370a2 tests/checkasm/hevc_*: Fix funtion pointer types 10 months ago
hevc_deblock.c 895dd370a2 tests/checkasm/hevc_*: Fix funtion pointer types 10 months ago
hevc_idct.c 3f82b38516 tests/checkasm/hevc_*: Avoid using declare_func_emms where possible 1 year ago
hevc_pel.c 895dd370a2 tests/checkasm/hevc_*: Fix funtion pointer types 10 months ago
hevc_sao.c 895dd370a2 tests/checkasm/hevc_*: Fix funtion pointer types 10 months ago
huffyuvdsp.c 631636e582 tests/checkasm/huffyuvdsp: Use correct function pointer type 10 months ago
idctdsp.c a84fe06112 avcodec/idctdsp: Avoid inclusion of avcodec.h 1 year ago
jpeg2000dsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
llauddsp.c dff0a1557e tests/checkasm/llauddsp: Avoid UB integer overflow 10 months ago
llviddsp.c 99135a2f8b tests/checkasm/llviddsp: Use correct function pointer type 10 months ago
llviddspenc.c e7866e00c8 tests/checkasm/llvidencdsp: Don't use declare_func_emms 1 year ago
lpc.c 668f43af20 tests/checkasm/lpc: correct arithmetic when randomizing buffers 2 years ago
motion.c dcbdcc3bf5 tests/checkasm/motion: Use correct function pointer type 10 months ago
opusdsp.c 134dba9544 opusdsp: add ability to modify deemphasis constant 10 months ago
pixblockdsp.c c00cd007e8 configure: Remove av_restrict 1 year ago
rv34dsp.c d133e52790 checkasm/rv34dsp: add rv34_idct_dc_add test 1 year ago
rv40dsp.c cfa8d2488d checkasm/rv40dsp: add chroma_mc test 10 months ago
sbrdsp.c 20e6195c54 checkasm: test the noise case of sbrdsp.hf_apply_noise 1 year ago
svq1enc.c 6fa967810d tests/checkasm/svq1enc: Use proper range for input 10 months ago
sw_gbrp.c 784672b833 tests/checkasm/sw_gbrp: Use correct function types for calls 10 months ago
sw_rgb.c 4608f7cc6a Remove unnecessary mem.h inclusions 3 years ago
sw_scale.c 790f793844 avutil/common: Don't auto-include mem.h 11 months ago
synth_filter.c e0661fc805 dca_core: convert to lavu/tx 2 years ago
takdsp.c 46775e64f8 avcodec/takdsp: fix const correctness 1 year ago
utvideodsp.c 0f944c8b27 tests/checkasm: Improve included headers 1 year ago
v210dec.c eef763c705 checkasm/v210dec: add extra space to the destination arrays 2 years ago
v210enc.c cfd1c3c0a1 checkasm/v210enc: test the entire width of 10-bit planar input arrays 2 years ago
vc1dsp.c d11be191fa checkasm: vc1dsp: Align buffers sufficiently for the mspel tests 10 months ago
vf_blend.c 9126705e6e tests/checkasm/vf_blend: Update function type 10 months ago
vf_bwdif.c caec57eb3a tests/checkasm/vf_bwdif: Use correct function pointer type 10 months ago
vf_colorspace.c 4c57cbda67 tests/checkasm/vf_colorspace: Use correct function pointer type 10 months ago
vf_convolution.c 3ab11dc5bb libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI 2 years ago
vf_eq.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
vf_gblur.c 790f793844 avutil/common: Don't auto-include mem.h 11 months ago
vf_hflip.c fbe4e825d8 avfilter/vf_hflip: Move ff_hflip_init into a header 2 years ago
vf_nlmeans.c 790f793844 avutil/common: Don't auto-include mem.h 11 months ago
vf_threshold.c 11e37539ee avfilter/vf_threshold: Move ff_threshold_init into a header 2 years ago
videodsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
vorbisdsp.c c00cd007e8 configure: Remove av_restrict 1 year ago
vp8dsp.c 8a96495fef checkasm/vp8dsp: add VP7 tests 9 months ago
vp9dsp.c f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
vvc_alf.c e9197db4f7 tests/checkasm/vvc_alf: Don't use declare_func_emms 9 months ago
vvc_mc.c d82c503555 tests/checkasm/vvc_mc: for SAD, only test valid subblock sizes 9 months ago