Quoting Rémi Denis-Courmont (2014-12-13 17:41:46) > The following changes since commit e737a4aaafcb1d761b7f96043c2f83ce742c64ae: > > dashenc: Change the duration fields to 64 bit (2014-12-10 22:51:51 +0200) > > are waiting for review up to. > > vdpau: add support for the H.264 High 4:4:4 Predictive profile (2014-12-13 > 18:39:01 +0200) > > Updates since last changes: > - resync with libvdpau git tree, > - address comments from Luca and Vittorio, > - misc minor fixes. > > ---------------------------------------------------------------- > Rémi Denis-Courmont (10): > vdpau: revector macro to reduce line span > vdpau: add mapping for H.264 Extended profile > vdpau: add mapping for H.264 Constrained Baseline profile and fallback > vdpau: add helper for surface chroma type and size > avconv_vdpau: allocate video surface of VDPAU-specified size > libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag > vdpau: add common support for other surface chroma types > h264: factor hwaccel pixel formats list > vdpau: add support for 4:2:2 and 4:4:4 chroma sampling in H.264 > vdpau: add support for the H.264 High 4:4:4 Predictive profile > > avconv_vdpau.c | 9 +++- > doc/APIchanges | 6 +++ > libavcodec/avcodec.h | 6 +++ > libavcodec/h264_slice.c | 89 +++++++++++++++--------------------- > libavcodec/vdpau.c | 107 > +++++++++++++++++++++++++++++++++++--------- > libavcodec/vdpau.h | 20 +++++++++ > libavcodec/vdpau_h264.c | 57 ++++++++++++++++++++++- > libavcodec/vdpau_internal.h | 17 ++++--- > libavcodec/vdpau_mpeg12.c | 6 ++- > libavcodec/vdpau_mpeg4.c | 6 ++- > libavcodec/vdpau_vc1.c | 3 +- > libavcodec/version.h | 2 +- > 12 files changed, 236 insertions(+), 92 deletions(-) >
Overall I'm not entirely happy with the API creep, but as I cannot suggest any better way, I'm mostly fine with this set. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
