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

Git pushed a change to branch master
in repository ffmpeg.

    from 106616f13d avformat/mov: tighten sample count value in mov_read_sdtp
     new e33260809c avcodec/x86/mpeg4videodsp: Fix sprite_warping_accuracy 0-2
     new 338316f0a3 tests/checkasm: Add test for mpeg4videodsp
     new e922923fd8 avcodec/x86/mpeg4videodsp: Use smaller edge_emu buffer
     new b33d1d1ba2 avcodec/x86/mpeg4videodsp: Add gmc_ssse3
     new ba793127c4 avcodec/x86/mpeg4videodsp: Use SSE2 emulated_edge_mc

The 5 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/videodsp.c                   |   4 +-
 libavcodec/videodsp.h                   |   8 -
 libavcodec/videodsp_template.c          |  15 +-
 libavcodec/x86/mpeg4videodsp.c          | 273 ++++++++++++++++++++------------
 libavcodec/{exrdsp.h => x86/videodsp.h} |  20 ++-
 libavcodec/x86/videodsp_init.c          |  15 +-
 tests/checkasm/Makefile                 |   1 +
 tests/checkasm/checkasm.c               |   3 +
 tests/checkasm/checkasm.h               |   1 +
 tests/checkasm/mpeg4videodsp.c          | 156 ++++++++++++++++++
 tests/fate/checkasm.mak                 |   1 +
 11 files changed, 356 insertions(+), 141 deletions(-)
 copy libavcodec/{exrdsp.h => x86/videodsp.h} (65%)
 create mode 100644 tests/checkasm/mpeg4videodsp.c

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

Reply via email to