This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 76dc83d9be swscale/ops_dispatch: make ff_sws_ops_compile() output
optional
new 0a1faa7202 avfilter/vf_pp7: Constify
new 617a9afeb4 avfilter/vf_pp7: Add proper PP7DSPContext
new 94a49068db tests/checkasm: Add vf_pp7 checkasm test
new fc9e63474f avfilter/vf_pp7dsp: Add restrict
new 7971953d29 avfilter/x86/vf_pp7: Port ff_pp7_dctB_mmx to SSE2
new 00ff728512 avfilter/vf_pp7: Fix shadowing
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:
libavfilter/vf_pp7.c | 72 ++++++++++++++++++-------------------------
libavfilter/vf_pp7.h | 47 ----------------------------
libavfilter/vf_pp7dsp.h | 65 ++++++++++++++++++++++++++++++++++++++
libavfilter/x86/vf_pp7.asm | 55 ++++++++++++++++-----------------
libavfilter/x86/vf_pp7_init.c | 10 +++---
tests/checkasm/Makefile | 1 +
tests/checkasm/checkasm.c | 3 ++
tests/checkasm/checkasm.h | 1 +
tests/checkasm/vf_pp7.c | 66 +++++++++++++++++++++++++++++++++++++++
tests/fate/checkasm.mak | 1 +
10 files changed, 198 insertions(+), 123 deletions(-)
delete mode 100644 libavfilter/vf_pp7.h
create mode 100644 libavfilter/vf_pp7dsp.h
create mode 100644 tests/checkasm/vf_pp7.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]