This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from a693a4cd80 tests/fate/generic-tags: use codec copy instead of encoding
new 296d86c8bb tests/checkasm/vc1dsp: Improve mspel test
new b122b918eb avcodec/x86/vc1dsp_mc: Remove unnecessary movsxdifnidn
new 45c41d1d1b tests/checkasm/vc1dsp: Fix shadowing
new f5b8a15b61 avcodec/x86/vc1dsp_mc: Move inverse transform into a file
of its own
new fd711adcb6 avcodec/x86/vc1dsp_mc: Add size 8 horizontal SSSE3 mc
functions
new 3354cbf1b7 avcodec/x86/vc1dsp_mc: Add size 16 horizontal SSSE3 mc
functions
new 4e05d94424 avcodec/x86/vc1dsp_mmx: Remove purely horizontal MMX mc
functions
new b0d5914678 avcodec/x86/vc1dsp_mc: Add size 8 vertical SSSE3 mc
functions
new a619524605 avcodec/x86/vc1dsp_mc: Don't xor unnecessarily
new bafcf7b73f avcodec/x86/vc1dsp_mc: Add size 16 vertical SSSE3 mc
functions
new 4c6e8fdbf6 avcodec/x86/vc1dsp_mmx: Remove purely vertical MMX mc
functions
The 11 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/x86/Makefile | 3 +-
libavcodec/x86/vc1dsp_init.c | 18 +++
libavcodec/x86/vc1dsp_inv_trans.asm | 121 ++++++++++++++
libavcodec/x86/vc1dsp_mc.asm | 304 +++++++++++++++++++++++++-----------
libavcodec/x86/vc1dsp_mmx.c | 134 ----------------
tests/checkasm/vc1dsp.c | 106 +++++++++----
6 files changed, 429 insertions(+), 257 deletions(-)
create mode 100644 libavcodec/x86/vc1dsp_inv_trans.asm
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]