On Mon, 21 Oct 2019 18:01:36 +0530
ManojGuptaBonda <mbo...@nvidia.com> wrote:

> Support for VDPAU accelerated VP9 decoding was added with
> libvdpau-1.3. Support for the same in ffmpeg is being 
> added with these patches. DRC clips are not supported yet 
> due to http://trac.ffmpeg.org/ticket/8068
> 
> ManojGuptaBonda (2):
>   Add VP9 VDPAU to list of hwaccels and supported formats
>   Add decode support for VDPAU VP9.
> 
>  configure                   |   3 +
>  libavcodec/Makefile         |   1 +
>  libavcodec/hwaccels.h       |   1 +
>  libavcodec/vdpau_internal.h |   3 +
>  libavcodec/vdpau_vp9.c      | 242
> ++++++++++++++++++++++++++++++++++++ libavcodec/vp9.c            |
> 9 +- 6 files changed, 258 insertions(+), 1 deletion(-)
>  create mode 100644 libavcodec/vdpau_vp9.c
> 

Thanks for doing this work. It's not necessary to have two separate
patches here. I think people will not like the idea of the first patch
triggering vp9 decoding which will then fail. I can squash them when I
merge or you can re-post as a single patch.

--phil
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to