[FFmpeg-cvslog] avfilter/internal: Don't include framepool.h, thread.h

2021-08-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 2 01:37:51 2021 +0200| [6e66e2c321b3247b81b6f8a0540d20958f570b6d] | committer: Andreas Rheinhardt avfilter/internal: Don't include framepool.h, thread.h They are not used by the header at all and only used by very few files; so include th

[FFmpeg-cvslog] avfilter/avfilter: use av_frame_copy() to copy frame data

2021-08-03 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 2 09:55:27 2021 -0300| [e0b84d10696c818e4c7bdc3314ba14cc3cedde29] | committer: James Almer avfilter/avfilter: use av_frame_copy() to copy frame data Reviewed-by: Paul B Mahol Reviewed-by: Nicolas George Signed-off-by: James Almer > http://git

[FFmpeg-cvslog] avfilter/vf_vpp_qsv: add scale mode option

2021-08-03 Thread Fei Wang
ffmpeg | branch: master | Fei Wang | Wed Feb 24 09:41:58 2021 +0800| [8b83dad82512a6948b63408f964463b063ad24c9] | committer: Linjie Fu avfilter/vf_vpp_qsv: add scale mode option The option allow user to set diffenent scaling mode from auto/low-power/high-quality. More details: https://github.c

[FFmpeg-cvslog] avcodec/dnxhddec: check and propagate function return value

2021-08-03 Thread maryam ebr
ffmpeg | branch: master | maryam ebr | Tue Aug 3 01:05:47 2021 -0400| [7150f9575671f898382c370acae35f9087a30ba1] | committer: James Almer avcodec/dnxhddec: check and propagate function return value Similar to CVE-2013-0868, here return value check for 'init_vlc' is needed. crafted DNxHD data