On Thu, 25 Apr 2019 22:00:16 -0700 Philip Langdale <[email protected]> wrote:
> On Fri, 26 Apr 2019 09:43:39 +0530 > ManojGuptaBonda <[email protected]> wrote: > > > Latest generation video decoder on Turing Chips supports decoding > > HEVC 4:4:4 decoding. These changes adds support for the same for > > VDPAU > > > > ManojGuptaBonda (3): > > VDPAU: Add support for decoding HEVC 4:4:4 content > > Pass sps and pps range extension flags to VDPAU. > > Map 444 pix fmts to new VdpYCbCr types defined in VDPAU. > > > > libavcodec/hevcdec.c | 9 +++++++- > > libavcodec/vdpau_hevc.c | 41 > > +++++++++++++++++++++++++++++++++++++ libavcodec/vdpau_internal.h | > > 3 +++ libavutil/hwcontext_vdpau.c | 8 ++++---- > > 4 files changed, 56 insertions(+), 5 deletions(-) > > > > Hi Manoj, > > Thanks for putting these patches together. I'll push these this > weekend if there aren't any comments from anyone else. > I've pushed them with version bumps, changelog, and a couple of fixes to #define checks because you can't check for the PROFILE which was added ages ago. Need to check for the new FORMAT instead. Thanks, --phil _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
