[FFmpeg-cvslog] avfilter/vf_datascope: pixscope: add commands support

2021-02-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Feb 13 12:32:59 2021 +0100| [bbf6183e11e1d4514d87edc61d5c3f1e2951ffa2] | committer: Paul B Mahol avfilter/vf_datascope: pixscope: add commands support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bbf6183e11e1d4514d87edc61d5c3f1e2951ffa

[FFmpeg-cvslog] avcodec/pngdec: fix possible race condition with APNG decoding

2021-02-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Feb 11 22:56:41 2021 +0100| [63231fa8d30f41045658d6c382b00fe1ebe18d05] | committer: Paul B Mahol avcodec/pngdec: fix possible race condition with APNG decoding Fixes #9017 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63231fa8d30f41045

[FFmpeg-cvslog] avfilter/vf_convolution: add 16-column operation for filter_column()

2021-02-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 3 15:52:05 2019 +0800| [c6ce18be0819577f382dbea1594efaa71b41eadc] | committer: Paul B Mahol avfilter/vf_convolution: add 16-column operation for filter_column() Based on patch by Xu Jun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/mux: add ff_get_muxer_ts_offset()

2021-02-13 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Feb 8 18:30:47 2021 -0300| [93e2fa933f1625f488a2d88f9d50254ef13401d2] | committer: James Almer avformat/mux: add ff_get_muxer_ts_offset() Will be useful in the next patch Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/utils: force lowres to 0 in avformat_find_stream_info()

2021-02-13 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 6 13:32:24 2021 -0300| [a80fbbdab5becb82de11983f1ee61014ce2d85b0] | committer: James Almer avformat/utils: force lowres to 0 in avformat_find_stream_info() Instead of applying it and then restoring the original codecpar dimensions. Signed-off-by

[FFmpeg-cvslog] avformat/mux: return a pointer to the packet in ff_interleaved_peek()

2021-02-13 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Feb 8 19:04:05 2021 -0300| [d5d6751a5505463824bf37e86a3a79010ba31d0b] | committer: James Almer avformat/mux: return a pointer to the packet in ff_interleaved_peek() And make it const, so the caller doesn't attempt to change it. ff_get_muxer_ts_offset