This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from a0e01bcee1 tests/checkasm/sbcdsp: Zero-init SBCDSPContext
new ee89beda21 tests/checkasm: Add ttadsp test
new 9612684bad avcodec/ttadata: Don't use too big arrays
new 4d151c37e0 avcodec/ttadata: Explicitly specify alignment
new 7a906e31d9 avcodec/x86/ttaencdsp: Merge into ttadsp
new de1bc8ea1d avcodec/ttaencdsp: Use unsigned to avoid UB
new d7ce8c30e0 tests/checkasm/ttadsp: Also test ttaencdsp
new a8d3ae2a71 avcodec/x86/ttadsp: Reduce number of registers used
new ee83c175f8 avcodec/x86/ttadsp: Optimize updating dl[4..7]
new 1f276a42db avcodec/tta{,enc}dsp: Avoid stack
The 9 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:
libavcodec/tta.c | 15 ++---
libavcodec/ttadata.h | 8 ++-
libavcodec/ttadsp.c | 14 +++--
libavcodec/ttadsp.h | 6 +-
libavcodec/ttaenc.c | 4 +-
libavcodec/ttaencdsp.c | 21 ++++---
libavcodec/ttaencdsp.h | 6 +-
libavcodec/x86/Makefile | 2 +-
libavcodec/x86/ttadsp.asm | 101 +++++++++++++++++++++-------------
libavcodec/x86/ttadsp_init.c | 12 ++--
libavcodec/x86/ttaencdsp.asm | 119 ----------------------------------------
libavcodec/x86/ttaencdsp_init.c | 12 ++--
tests/checkasm/Makefile | 2 +
tests/checkasm/checkasm.c | 6 ++
tests/checkasm/checkasm.h | 2 +
tests/checkasm/ttadsp.c | 91 ++++++++++++++++++++++++++++++
tests/fate/checkasm.mak | 2 +
17 files changed, 221 insertions(+), 202 deletions(-)
delete mode 100644 libavcodec/x86/ttaencdsp.asm
create mode 100644 tests/checkasm/ttadsp.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]