I am resending this my patches because I am not sure if I sent this version in
the past.  I split my changes into two patches because they do separate things.

I also changed some tabs to spaces in Mike's AVX2 patch.

James Darnley (2):
  avcodec/v210dec: move DSP function setting into dedicated function
  checkasm: add test for v210dec

Michael Stoner (1):
  libavcodec Adding ff_v210_planar_unpack AVX2

 libavcodec/v210dec.c       | 26 +++++++++----
 libavcodec/v210dec.h       |  1 +
 libavcodec/x86/v210-init.c |  8 ++++
 libavcodec/x86/v210.asm    | 72 +++++++++++++++++++++++++++--------
 tests/checkasm/Makefile    |  1 +
 tests/checkasm/checkasm.c  |  3 ++
 tests/checkasm/checkasm.h  |  1 +
 tests/checkasm/v210dec.c   | 77 ++++++++++++++++++++++++++++++++++++++
 8 files changed, 166 insertions(+), 23 deletions(-)
 create mode 100644 tests/checkasm/v210dec.c

-- 
2.21.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to