On Thu, Feb 12, 2015 at 4:54 AM, Anton Khirnov <[email protected]> wrote: > Based on the code by Luca Barbato <[email protected]> and Yukinori > Yamazoe <[email protected]>. > --- > configure | 6 + > libavcodec/Makefile | 5 + > libavcodec/allcodecs.c | 2 + > libavcodec/qsv.c | 362 > ++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/qsv.h | 41 ++++++ > libavcodec/qsv_api.c | 28 ++++ > libavcodec/qsv_h264.c | 298 ++++++++++++++++++++++++++++++++++++++ > libavcodec/qsv_internal.h | 86 +++++++++++ > 8 files changed, 828 insertions(+) > create mode 100644 libavcodec/qsv.c > create mode 100644 libavcodec/qsv.h > create mode 100644 libavcodec/qsv_api.c > create mode 100644 libavcodec/qsv_h264.c > create mode 100644 libavcodec/qsv_internal.h
should we d a version bump? If so then add a docs and changelog entry. -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
