]> git.sesse.net Git - ffmpeg/history - tests/checkasm
fate: Add --ignore-tests configure option for omitting specific FATE tests
[ffmpeg] / tests / checkasm /
2016-12-03 Diego BiurrunRemove Plan 9 support
2016-11-30 Martin Storsjöarm: vp9itxfm: Skip empty slices in the first pass...
2016-11-23 Ronald S. Bultjecheckasm: vp9dsp: benchmark all sub-IDCTs (but not...
2016-11-23 Martin StorsjöRevert "checkasm: vp9dsp: Benchmark the dc-only version...
2016-11-16 Martin Storsjöcheckasm: vp9dsp: Benchmark the dc-only version of...
2016-11-11 Ronald S. Bultjecheckasm: add vp9dsp.itxfm_add tests.
2016-11-08 Diego Biurruncheckasm: Add --test parameter to check only specific...
2016-11-03 Martin Storsjövp9: Flip the order of arguments in MC functions
2016-10-22 Alexandra Hájkovácheckasm: Add a test for HEVC add_residual
2016-10-18 Martin Storsjöcheckasm: aarch64: Don't clobber x29 in checkasm_stack_...
2016-10-17 Diego Biurrunbuild: Drop arch-specific checkasm Makefiles
2016-10-17 Diego Biurrunbuild: Drop duplicate asm recipe
2016-10-16 Martin Storsjöcheckasm: aarch64: Add filler args to make sure all...
2016-10-16 Martin Storsjöcheckasm: aarch64: Clobber the stack before calling...
2016-10-16 Martin Storsjöcheckasm: arm/aarch64: Fix the amount of space reserved...
2016-10-11 Alexandra Hájkovácheckasm: add a test for HEVC IDCT
2016-10-04 Ronald S. Bultjecheckasm: add VP9 loopfilter tests.
2016-10-02 Alexandra Hájkovácheckasm: Add test for huffyuvdsp add_bytes
2016-09-29 Diego Biurrunhevc: Change type of array stride parameters to ptrdiff_t
2016-09-22 Anton Khirnovaudiodsp: reorder arguments for vector_clipf
2016-09-22 Anton Khirnovcheckasm: add tests for audiodsp
2016-09-22 Anton Khirnovcheckasm: add a test for blockdsp
2016-09-11 Luca Barbatocheckasm: Read the unsigned value as it should
2016-08-26 Diego Biurrunvp8: Change type of stride parameters to ptrdiff_t
2016-08-03 Ronald S. Bultjecheckasm: add vp9 MC tests.
2016-07-23 Luca Barbatocheckasm: Cast unsigned to signed
2016-07-22 Alexandra Hájkovácheckasm: add HEVC test for testing IDCT DC
2016-07-21 Martin Storsjöarm: Check for support for the .fpu directive
2016-07-17 Martin Storsjöcheckasm: arm: Ignore changes to bits 0-4 and 7 of...
2016-07-17 Janne Grunaucheackasm/arm: remove NEON instructions from checkasm_c...
2016-07-17 Martin Storsjöcheckasm: arm: Don't start new const blocks for each...
2016-07-16 Janne Grunaucheckasm: arm: report the first clobbered register...
2016-07-13 Janne Grunaucheckasm/arm: preserve the stack alignment checkasm_che...
2016-07-13 Janne Grunaucheckasm: vp8.mc: initialize the full src buffer after...
2016-07-10 Janne Grunaucheckasm/arm: align the clobber check data properly...
2016-07-10 Janne Grunaucheckasm: vp8: mc: test unequal width/height for partitions
2016-07-08 Martin Storsjöcheckasm: Add tests for vp8dsp
2016-06-29 Martin Storsjöcheckasm: hevc: Iterate over features first, then over...
2016-06-28 Martin Storsjöcheckasm: h264dsp: Move the x and y variables into...
2016-06-28 Martin Storsjöcheckasm: h264dsp: Initialize the padding area
2016-06-21 Martin Storsjöcheckasm: Issue emms after benchmarking functions
2016-06-17 Martin Storsjöcheckasm: Add tests for h264 idct
2016-05-13 Diego BiurrunSplit global .gitignore file into per-directory files
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-07 Diego Biurrunbuild: miscellaneous cosmetics
2016-02-18 Diego Biurruncheckasm: Use standard multiple inclusion guards
2016-01-23 Geza Lorex86inc: Add debug symbols indicating sizes of compiled...
2016-01-07 Martin Storsjöcheckasm: Check register clobbering on aarch64
2016-01-07 Martin Storsjöcheckasm: Check register clobbering on arm
2015-12-29 Janne Grunaucheckasm: x86: post commit review fixes
2015-12-24 Alexandra Hájkovádca: remove unused decode_hf function and quant_d tables
2015-12-21 Janne Grunaucheckasm: add fmtconvert tests
2015-12-21 Janne Grunaucheckasm: add synth_filter test
2015-12-21 Janne Grunaucheckasm: add tests for dcadsp
2015-12-21 Janne Grunaucheckasm: add float comparison util functions
2015-12-21 Janne Grunaux86: checkasm: check for or handle missing cleanup...
2015-12-14 Janne Grunauarm: add a cpu flag for the VFPv2 vector mode
2015-12-05 Anton Khirnovcheckasm: add HEVC MC tests
2015-10-03 Henrik Gramnercheckasm: Fix the function name sorting algorithm
2015-09-28 Henrik Gramnercheckasm/x86: Correctly handle variadic functions
2015-09-28 Henrik Gramnercheckasm: Use a self-balancing tree
2015-09-17 Henrik Gramnercheckasm: v210: Fix array overwrite
2015-09-06 Henrik Gramnercheckasm: add unit tests for v210enc
2015-08-28 Henrik Gramnercheckasm: Fix floating point arguments on 64-bit Windows
2015-08-20 Henrik Gramnercheckasm: Explicitly declare function prototypes
2015-08-20 Henrik Gramnercheckasm: x86: properly save rdx/edx in checked_call()
2015-08-11 Henrik Gramnercheckasm: Remove unnecessary include
2015-07-30 Martin Storsjöcheckasm: Include io.h for isatty, if available
2015-07-27 Henrik Gramnercheckasm: Modify report format
2015-07-26 Michael Niedermayercheckasm: Use LOCAL_ALIGNED
2015-07-22 Janne Grunaucheckasm: remove empty array initializer list in h264pr...
2015-07-21 Luca Barbatocheckasm: Always link statically
2015-07-17 Janne Grunaucheckasm: test all architectures with optimisations
2015-07-17 Michael Niedermayercheckasm: Give macro a body to avoid potential unexpect...
2015-07-17 Henrik Gramnercheckasm: exit with status 0 instead of 1 if there...
2015-07-17 Luca Barbatocosmetics: Reformat checkasm tests
2015-07-17 Henrik Gramnercheckasm: Add unit tests for bswapdsp
2015-07-15 Henrik Gramnercheckasm: Add unit tests for h264qpel
2015-07-12 Henrik GramnerCheckasm: assembly testing and benchmarking tool