This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 80d5fb2ee9 avformat/whip: use av_dict_set_int() for payload_type and
ssrc
new 1fa48a8b5b avcodec/huffyuvenc: Calculate mask only once
new 5de95f7731 avcodec/huffyuvenc: Mark unreachable code as such
new 2268ba89f0 avcodec/huffyuvencdsp: Pass bpp, not AVPixelFormat for init
new fd44e277c8 tests/checkasm: Add huffyuvencdsp test
new 2b910f71bb tests/checkasm: Fix huffyuvdsp test criterion
new 6834762d7b avcodec/huffyuvencdsp: Add width parameter to init
new e575c2d496 avcodec/x86/huffyuvencdsp: Add SSE2
sub_hfyu_median_pred_int16
new 154bcd1054 avcodec/x86/huffyuvencdsp: Add AVX2
sub_hfyu_median_pred_int16
new d345e902d2 avcodec/x86/huffyuvencdsp: Remove MMX
sub_hfyu_median_pred_int16
new 561f37c023 avcodec/x86/huffyuvencdsp_init: Remove pointless av_unused
The 10 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/huffyuvenc.c | 24 ++++-----
libavcodec/huffyuvencdsp.c | 4 +-
libavcodec/huffyuvencdsp.h | 6 +--
libavcodec/x86/huffyuvencdsp.asm | 102 +++++++++++++++++++++++-------------
libavcodec/x86/huffyuvencdsp_init.c | 20 +++----
tests/checkasm/Makefile | 3 +-
tests/checkasm/checkasm.c | 5 +-
tests/checkasm/checkasm.h | 1 +
tests/checkasm/huffyuvencdsp.c | 89 +++++++++++++++++++++++++++++++
tests/fate/checkasm.mak | 1 +
10 files changed, 188 insertions(+), 67 deletions(-)
create mode 100644 tests/checkasm/huffyuvencdsp.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]