These patches are extracted from Ronald's MSVC support patch
and rebased onto master.

Ronald S. Bultje (3):
  x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*
  dwt: remove variable-length arrays
  mpegvideo: remove VLAs

 libavcodec/dwt.c                |  109 ++++++++++++++++++++-------------------
 libavcodec/dwt.h                |   18 +++----
 libavcodec/error_resilience.c   |    2 +-
 libavcodec/mpegvideo.c          |   11 ++++
 libavcodec/mpegvideo.h          |    6 +++
 libavcodec/ratecontrol.c        |    4 +-
 libavcodec/snow.c               |    4 ++
 libavcodec/snow.h               |    2 +
 libavcodec/snowdec.c            |    2 +-
 libavcodec/snowenc.c            |   12 ++---
 libavcodec/x86/fmtconvert.asm   |   79 ++++++++++++++++++++++++++++
 libavcodec/x86/fmtconvert_mmx.c |   12 +++--
 libavcodec/x86/snowdsp_mmx.c    |    6 +--
 13 files changed, 185 insertions(+), 82 deletions(-)

-- 
1.7.10.2

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

Reply via email to