[FFmpeg-cvslog] avcodec/vdpau: Enable HEVC support for working Nvidia driver versions

2018-10-30 Thread ManojGuptaBonda
ffmpeg | branch: master | ManojGuptaBonda | Mon Oct 29 13:57:54 2018 +0530| [4a6d5f3cadaabefe6c3548e575bb7e713997762f] | committer: Philip Langdale avcodec/vdpau: Enable HEVC support for working Nvidia driver versions The driver bugs that caused decoded HEVC content to have an incorrect

[FFmpeg-cvslog] avcodec/cbs_vp9: store profile in the private context

2018-10-30 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 30 15:41:21 2018 -0300| [7aaf092f8ce8708bc745e0c27746d3312a2421d5] | committer: James Almer avcodec/cbs_vp9: store profile in the private context Derived from profile_low_bit and profile_high_bit. Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/cbs_vp9: keep track of reference frames

2018-10-30 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 30 13:44:55 2018 -0300| [ec440339b2cd2b1e9dd306fe69cfcff5d75dcd28] | committer: James Almer avcodec/cbs_vp9: keep track of reference frames Signed-off-by: James Almer >

[FFmpeg-cvslog] cbs_vp9: Ensure that reserved zero bits are actually zero

2018-10-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Oct 27 20:41:00 2018 +0100| [edcdf3512376b64d6add61fb5c21b418ebbba1e3] | committer: Mark Thompson cbs_vp9: Ensure that reserved zero bits are actually zero >

[FFmpeg-cvslog] doc/hls: fix grammar for HLS options

2018-10-30 Thread Werner Robitza
ffmpeg | branch: master | Werner Robitza | Tue Oct 30 20:22:55 2018 +0100| [ad5ca1fb72fc1e0d7cdeec85b279608f8195c96e] | committer: Lou Logan doc/hls: fix grammar for HLS options This fixes the grammar of two HLS option descriptions and makes them less ambiguous. Signed-off-by: Werner Robitza

[FFmpeg-cvslog] avcodec/libvpxdec: fix setting auto threads

2018-10-30 Thread James Zern
ffmpeg | branch: master | James Zern | Sat Oct 27 13:09:27 2018 -0700| [32d021cfa6520c53da23a10732f9ae9cf28ea948] | committer: James Zern avcodec/libvpxdec: fix setting auto threads a thread count of 0 is treated the same as 1, use av_cpu_count() to get the correct thread count when auto