[FFmpeg-cvslog] avfilter/overlay_cuda: hold explicit reference to hw_device_ctx

2021-04-11 Thread Timo Rothenpieler
ffmpeg | branch: release/4.4 | Timo Rothenpieler | Sat Apr 10 14:31:52 2021 +0200| [5873e06460856a8cb5da25a4f72e86e1d861c586] | committer: Timo Rothenpieler avfilter/overlay_cuda: hold explicit reference to hw_device_ctx >

[FFmpeg-cvslog] avfilter/overlay_cuda: check av_buffer_ref result

2021-04-11 Thread Timo Rothenpieler
ffmpeg | branch: release/4.4 | Timo Rothenpieler | Sun Apr 11 10:15:47 2021 +0200| [acb339bb88ca1a52ef4edb3a5f3df24ed05be82d] | committer: Timo Rothenpieler avfilter/overlay_cuda: check av_buffer_ref result >

[FFmpeg-cvslog] avfilter/overlay_cuda: check av_buffer_ref result

2021-04-11 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sun Apr 11 10:15:47 2021 +0200| [ef16dcc6a9240644d8e06528c19710783b7c6adf] | committer: Timo Rothenpieler avfilter/overlay_cuda: check av_buffer_ref result >

[FFmpeg-cvslog] avfilter/overlay_cuda: hold explicit reference to hw_device_ctx

2021-04-11 Thread Timo Rothenpieler
ffmpeg | branch: release/4.3 | Timo Rothenpieler | Sat Apr 10 14:31:52 2021 +0200| [0fcaa9773943843c26ceb950ef2075d92f59bc21] | committer: Timo Rothenpieler avfilter/overlay_cuda: hold explicit reference to hw_device_ctx >

[FFmpeg-cvslog] avfilter/overlay_cuda: check av_buffer_ref result

2021-04-11 Thread Timo Rothenpieler
ffmpeg | branch: release/4.3 | Timo Rothenpieler | Sun Apr 11 10:15:47 2021 +0200| [85713d85a70a534e8906a574c68af37a1f7053d9] | committer: Timo Rothenpieler avfilter/overlay_cuda: check av_buffer_ref result >

[FFmpeg-cvslog] avformat/img2dec: set r_frame_rate in addition to avg_frame_rate

2021-04-11 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Apr 7 21:17:04 2021 +0300| [5945288818b98682884888e3800893b2f2ac7507] | committer: Jan Ekström avformat/img2dec: set r_frame_rate in addition to avg_frame_rate Apparently for various image sequences libavformat/utils.c can calculate rather fancy

[FFmpeg-cvslog] doc/muxers: add entries for raw muxers

2021-04-11 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Apr 10 16:35:53 2021 +0530| [47b8871ca6f9da4c0467466a43d204dec7fcbd4a] | committer: Gyan Doshi doc/muxers: add entries for raw muxers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47b8871ca6f9da4c0467466a43d204dec7fcbd4a ---

[FFmpeg-cvslog] avcodec/nvenc: add support for gbrp rgb input

2021-04-11 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Mar 30 22:08:49 2021 +0200| [7555d6f74ce4845383e9297fd0989059739af4c2] | committer: Timo Rothenpieler avcodec/nvenc: add support for gbrp rgb input >

[FFmpeg-cvslog] avfilter/overlay_cuda: hold explicit reference to hw_device_ctx

2021-04-11 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat Apr 10 14:31:52 2021 +0200| [5d52c4cbba8daee4c6f752087c1a01ddc9c43eac] | committer: Timo Rothenpieler avfilter/overlay_cuda: hold explicit reference to hw_device_ctx >

[FFmpeg-cvslog] avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != height

2021-04-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 11 10:09:48 2021 +0200| [e917cd9828f63aba27a5647c012d62a85bf0c977] | committer: Paul B Mahol avfilter/vf_v360: unbreak fov_from_dfov() for (d)fisheye when width != height Based on patch by Daniel Playfair Cal. >

[FFmpeg-cvslog] avformat/rawenc: perform stream checks for mp2 muxer

2021-04-11 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Apr 11 11:13:57 2021 +0530| [309e3cc15c87234861fe127614e09023f3867523] | committer: Gyan Doshi avformat/rawenc: perform stream checks for mp2 muxer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=309e3cc15c87234861fe127614e09023f3867523

[FFmpeg-cvslog] avformat/mvi: Check audio_data_size to be non negative

2021-04-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 10 22:55:00 2021 +0200| [7e241a1b73bcca768f48ff1851e9e9f3f0752000] | committer: Michael Niedermayer avformat/mvi: Check audio_data_size to be non negative Fixes: left shift of negative value -224 Fixes:

[FFmpeg-cvslog] lavfi/qsvvpp: support async depth

2021-04-11 Thread Fei Wang
ffmpeg | branch: master | Fei Wang | Wed Mar 31 10:07:44 2021 +0800| [89ffcd1bbe1150aa07ae52a4e1545668a4e83a3e] | committer: Zhong Li lavfi/qsvvpp: support async depth Async depth will allow qsv filter cache few frames, and avoid force switch and end filter task frame by frame. This change