This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from 1e0279143d doc/filters: document async, nireq, and batch_size options 
for dnn_processing
     new 5d53a3f9cd Squashed 'tests/checkasm/ext/' changes from 
e13b0bb3ff..e822e429f3
     new b59a4375ac checkasm: Update from upstream
     new 289595a834 tests/checkasm/av_tx: Fix segfault when using --repeat
     new c4a74c53c3 tests/checkasm/crc: Free allocations
     new 4a2c02a993 tests/checkasm/crc: Avoid static variables
     new a0e01bcee1 tests/checkasm/sbcdsp: Zero-init SBCDSPContext

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/checkasm/av_tx.c                         |   8 +-
 tests/checkasm/checkasm.c                      |   4 +-
 tests/checkasm/checkasm.h                      |   3 +
 tests/checkasm/crc.c                           |  74 ++++----
 tests/checkasm/ext/include/checkasm/checkasm.h |  28 ++-
 tests/checkasm/ext/include/checkasm/test.h     |   1 +
 tests/checkasm/ext/include/checkasm/utils.h    |  78 +++++++++
 tests/checkasm/ext/src/checkasm.c              | 193 +++++++++++++-------
 tests/checkasm/ext/src/internal.h              |  21 ++-
 tests/checkasm/ext/src/riscv/callcheck.S       |   2 +-
 tests/checkasm/ext/src/riscv/cpu.c             |   1 +
 tests/checkasm/ext/src/utils.c                 | 234 ++++++++++++++++++++-----
 tests/checkasm/ext/src/x86/cpu.c               |   2 +-
 tests/checkasm/sbcdsp.c                        |   2 +-
 14 files changed, 496 insertions(+), 155 deletions(-)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to