Andreas Rheinhardt 0228e27ded checkasm/motion: Don't allocate AVCodecContext 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 c962c78901 checkasm: RISC-V 64-bit assembler test harness 1 year ago
x86 bbe95f7353 x86: replace explicit REP_RETs with RETs 1 year ago
.gitignore 257f00ec1a Split global .gitignore file into per-directory files 8 years ago
Makefile 783270bfd1 checkasm: add h264chroma tests 1 year ago
aacpsdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
af_afir.c 0df18f29ae avfilter/af_afir: Only keep DSP stuff in header 2 years ago
alacdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
audiodsp.c 42921190cb checkasm/audiodsp: Be strict about MMX 1 year ago
av_tx.c ace42cf581 x86/tx_float: add 15xN PFA FFT AVX SIMD 1 year ago
blockdsp.c 18afaa20f1 checkasm/blockdsp: Be strict about MMX 1 year ago
bswapdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
checkasm.c f25ad0fe02 checkasm: improve Linux perf error message 11 months ago
checkasm.h f8503b4c33 avutil/internal: Don't auto-include emms.h 10 months ago
exrdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
fixed_dsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
flacdsp.c 3a869cd5cd avcodec/flacdsp: Remove unused function parameter 1 year ago
float_dsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
fmtconvert.c 9beba05311 avcodec/fmtconvert: Remove unused AVCodecContext parameter 1 year ago
g722dsp.c 823cc7e25f checkasm: add a g722dsp test 7 years ago
h264chroma.c 783270bfd1 checkasm: add h264chroma tests 1 year ago
h264dsp.c d552f2535b lavc/h264: move some shared code from h264dec to h264_parse 2 years ago
h264pred.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
h264qpel.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
hevc_add_res.c 1e91a39502 checkasm: pass context as pointer 1 year ago
hevc_deblock.c 3f82b38516 tests/checkasm/hevc_*: Avoid using declare_func_emms where possible 10 months ago
hevc_idct.c 3f82b38516 tests/checkasm/hevc_*: Avoid using declare_func_emms where possible 10 months ago
hevc_pel.c 3f82b38516 tests/checkasm/hevc_*: Avoid using declare_func_emms where possible 10 months ago
hevc_sao.c 3f82b38516 tests/checkasm/hevc_*: Avoid using declare_func_emms where possible 10 months ago
huffyuvdsp.c 1e91a39502 checkasm: pass context as pointer 1 year ago
idctdsp.c a84fe06112 avcodec/idctdsp: Avoid inclusion of avcodec.h 10 months ago
jpeg2000dsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
llviddsp.c 1e91a39502 checkasm: pass context as pointer 1 year ago
llviddspenc.c e7866e00c8 tests/checkasm/llvidencdsp: Don't use declare_func_emms 10 months ago
lpc.c 668f43af20 tests/checkasm/lpc: correct arithmetic when randomizing buffers 1 year ago
motion.c 0228e27ded checkasm/motion: Don't allocate AVCodecContext 9 months ago
opusdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
pixblockdsp.c b4e2d67636 checkasm/pixblockdsp: Be strict about MMX 1 year ago
sbrdsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
sw_gbrp.c 52f7026164 swscale/x86/input.asm: add x86-optimized planer rgb2yuv functions 2 years ago
sw_rgb.c 4608f7cc6a Remove unnecessary mem.h inclusions 3 years ago
sw_scale.c a39d6e81fa tests/checkasm/sw_scale: Avoid declare_func_emms where possible 10 months ago
synth_filter.c e0661fc805 dca_core: convert to lavu/tx 1 year ago
utvideodsp.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
v210dec.c eef763c705 checkasm/v210dec: add extra space to the destination arrays 1 year ago
v210enc.c cfd1c3c0a1 checkasm/v210enc: test the entire width of 10-bit planar input arrays 1 year ago
vc1dsp.c f224c195e0 checkasm/vc1dsp: Use declare_func_emms only when needed 1 year ago
vf_blend.c 364fab1fdc avfilter/vf_blend: Move ff_blend_init into a header 2 years ago
vf_bwdif.c 80afcc8539 avfilter/bwdif: Add proper BWDIFDSPContext 9 months ago
vf_colorspace.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
vf_convolution.c 3ab11dc5bb libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI 1 year ago
vf_eq.c c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 3 years ago
vf_gblur.c 24936a9fbb avfilter/vf_gblur: Move ff_gblur_init into a header 2 years ago
vf_hflip.c fbe4e825d8 avfilter/vf_hflip: Move ff_hflip_init into a header 2 years ago
vf_nlmeans.c c499f9bc38 avfilter/vf_nlmeans: Move ff_nlmeans_init into a header 2 years 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 3 years ago
vorbisdsp.c 8f119b501e tests/checkasm: add a test for VorbisDSPContext 1 year ago
vp8dsp.c bcfa427c8f checkasm/vp8dsp: Use declare_func_emms only when needed 1 year ago
vp9dsp.c f8503b4c33 avutil/internal: Don't auto-include emms.h 10 months ago