On Tue, Jan 10, 2017 at 08:53:24PM +0000, Mark Thompson wrote: > --- > I've had this hanging around for a while, but only recently received a > request for this support so here it is cleaned up to submit. > > The one interesting feature is that it requires multiple-slice support > (slices are restricted to single macroblock rows in MPEG-2), so the support > for that is switched on the generic code. > > Otherwise unexciting: constant-quality only (the only mode supported by the > i965 driver), MPEG-2-style B-frames work as one might hope, some of the > metadata could be made more complete but meh. > > > configure | 3 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/vaapi_encode.c | 1 + > libavcodec/vaapi_encode.h | 5 +- > libavcodec/vaapi_encode_mpeg2.c | 470 > ++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 479 insertions(+), 2 deletions(-) > create mode 100644 libavcodec/vaapi_encode_mpeg2.c
The changelog could use a small note about this. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
