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

Git pushed a change to branch master
in repository ffmpeg.

    from 9172ab1245 fate/filter-video: add frei0r_src test
     new d46414b46b avcodec/x86/qpeldsp: Simplify resetting output pointer
     new d3bd1318b3 avcodec/x86/qpeldsp: Don't zero unnecessarily
     new 69906d31c5 avcodec/x86/qpeldsp_init: Don't use unnecessarily big stack 
buffer
     new cf79d8052d avcodec/x86/qpeldsp_init: Specify alignment properly
     new c2685234a6 avcodec/x86/qpeldsp_init: Deduplicate 8x8 and 16x16 code
     new 7b56259dd5 avcodec/x86/constants: Move ff_pw_{15,20} to qpeldsp.asm
     new bcf7293a21 avcodec/x86/qpeldsp: Remove unused declaration
     new 188df9549c avcodec/x86/qpeldsp: Don't use too much stack
     new 405465700c avcodec/x86/qpeldsp: Don't allocate stack unnecessarily
     new 9beecb2670 avcodec/x86/qpeldsp: Add SSE2 vertical lowpass functions
     new dad0c01076 avcodec/x86/qpeldsp: Remove vertical MMXEXT mc functions
     new a3d747f344 avcodec/x86/qpeldsp{,_init}: Use SSE2 pixels16x16_l2 
functions
     new c0e1c1d6b3 avcodec/x86/qpeldsp: Add SSSE3 size 16 horizontal filter
     new 1d040c527d avcodec/x86/qpeldsp: Add SSSE3 size 8 horizontal filter
     new f946cac2d9 avcodec/x86/qpeldsp: Remove horizontal mmxext mc functions
     new 23d3116af9 avcodec/x86/qpeldsp: Add combination of h_lowpass + l2
     new ca43bc6202 avcodec/x86/qpeldsp_init: Mark functions as hidden
     new cc3ca17127 avcodec/x86/qpeldsp{,_init}: Use proper prefix

The 18 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/constants.c    |   2 -
 libavcodec/x86/constants.h    |   2 -
 libavcodec/x86/qpel.asm       |  72 +----
 libavcodec/x86/qpel.h         |   9 +-
 libavcodec/x86/qpeldsp.asm    | 631 ++++++++++++++-----------------------
 libavcodec/x86/qpeldsp_init.c | 714 +++++++++++++++---------------------------
 6 files changed, 492 insertions(+), 938 deletions(-)

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

Reply via email to