This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 761b6f2359 swscale/x86/output: Remove obsolete MMXEXT function
new eed0830a0c avcodec/snowdata: Don't use 8 bits for six bits data
new 13d621cc7c avcodec/snow: Disable dead code in
ff_snow_inner_add_yblock()
new fd77f00a8f avcodec/snow: Avoid always-true branch
new 5f373872c0 avcodec/x86/snow_dwt: Avoid slice_buffer in inner_add_yblock
new 28d0a5091a avcodec/snow_dwt: Remove pointless forward declaration
new 764e021946 avcodec/snowdata: Add explicit alignment for obmc tables
new e0ed3fa834 tests/checkasm: Add snowdsp test
new 4f30bd6fba tests/checkasm/llvidencdsp: Fix nonsense randomization
new 2fdccaf7d6 tests/checkasm/mpegvideo_unquantize: Fix precedence problem
new 5c830fccf4 avcodec/x86/snowdsp: Add SSSE3 inner_add_yblock
new 338dc25642 avcodec/x86/snowdsp_init: Remove MMXEXT, SSE2
inner_add_yblock versions
new bd2964e611 avcodec/x86/snowdsp_init: Use standard init pattern
new 32678dcc88 avcodec/x86/snowdsp_init: Remove disabled SSE2 functions
The 13 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/snow.c | 23 +-
libavcodec/snow.h | 4 +-
libavcodec/snow_dwt.c | 2 +-
libavcodec/snow_dwt.h | 12 +-
libavcodec/snowdata.h | 125 ++---
libavcodec/snowenc.c | 7 +-
libavcodec/x86/Makefile | 6 +-
libavcodec/x86/snowdsp.asm | 191 +++++++
libavcodec/x86/snowdsp.c | 909 ----------------------------------
libavcodec/x86/snowdsp_init.c | 349 +++++++++++++
tests/checkasm/Makefile | 1 +
tests/checkasm/checkasm.c | 3 +
tests/checkasm/checkasm.h | 1 +
tests/checkasm/llvidencdsp.c | 12 +-
tests/checkasm/mpegvideo_unquantize.c | 2 +-
tests/checkasm/snowdsp.c | 143 ++++++
tests/fate/checkasm.mak | 1 +
17 files changed, 789 insertions(+), 1002 deletions(-)
create mode 100644 libavcodec/x86/snowdsp.asm
delete mode 100644 libavcodec/x86/snowdsp.c
create mode 100644 libavcodec/x86/snowdsp_init.c
create mode 100644 tests/checkasm/snowdsp.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]