On Thu, May 7, 2015 at 9:04 PM, Steve Lhomme <[email protected]> wrote: > --- > configure | 31 +++++++- > libavcodec/Makefile | 7 ++ > libavcodec/allcodecs.c | 5 ++ > libavcodec/d3d11va.h | 98 +++++++++++++++++++++++++ > libavcodec/dxva2.c | 170 > ++++++++++++++++++++++++++++++++++++-------- > libavcodec/dxva2_h264.c | 140 +++++++++++++++++++++++++----------- > libavcodec/dxva2_hevc.c | 110 +++++++++++++++++++++------- > libavcodec/dxva2_internal.h | 32 +++++++-- > libavcodec/dxva2_mpeg2.c | 104 +++++++++++++++++++++------ > libavcodec/dxva2_vc1.c | 133 ++++++++++++++++++++++++++-------- > libavcodec/h264_slice.c | 3 + > libavcodec/hevc.c | 3 + > libavcodec/mpeg12dec.c | 3 + > libavcodec/vc1dec.c | 3 + > libavutil/pixdesc.c | 6 ++ > libavutil/pixfmt.h | 2 + > 16 files changed, 696 insertions(+), 154 deletions(-) > create mode 100644 libavcodec/d3d11va.h
No need to resend right away, but for future iterations remember to bump lavc and lavu minor versions. >From the look of it this change would warrant a new entry in Changelog too. Thanks -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
