[FFmpeg-cvslog] ffprobe: use pkt->dts to compute interval ts when pts is missing

2023-01-24 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Wed Jul 13 01:28:33 2022 +0200| [b6219c91144e665c98ceda9189e5f2bf75232fa8] | committer: Stefano Sabatini ffprobe: use pkt->dts to compute interval ts when pts is missing For some samples the pkt->pts is always missing, use the pkt->dts instead.

[FFmpeg-cvslog] cbs_av1: Remove constraint on MDCV luminance values

2023-01-24 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Jan 18 20:30:50 2023 +| [aaa49a7a425ce3dc6ca8edc0e17ed16c98f699a6] | committer: Mark Thompson cbs_av1: Remove constraint on MDCV luminance values While desiring min to be less than max feels entirely sensible, unfortunately the standard does

[FFmpeg-cvslog] avfilter/vf_scdet: fix introduced discrepancy with latest change

2023-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 24 22:00:43 2023 +0100| [20b96494de5a76fd932d4231d4afde2e5c2c6e59] | committer: Paul B Mahol avfilter/vf_scdet: fix introduced discrepancy with latest change >

[FFmpeg-cvslog] avfilter/vf_cropdetect: add ability to change limit at runtime

2023-01-24 Thread Ashyni
ffmpeg | branch: master | Ashyni | Thu Jan 12 17:36:34 2023 +0100| [69c060bea21d3b4ce63b5fff40d37e98c70ab88f] | committer: Paul B Mahol avfilter/vf_cropdetect: add ability to change limit at runtime Fixes: https://trac.ffmpeg.org/ticket/9851 Signed-off-by: Ashyni >

[FFmpeg-cvslog] avcodec: add WADY DPCM decoder

2023-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 21 12:21:44 2023 +0100| [c5a545cff864366c22487b47a2e605a06464790e] | committer: Paul B Mahol avcodec: add WADY DPCM decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c5a545cff864366c22487b47a2e605a06464790e --- Changelog

[FFmpeg-cvslog] avformat: add WADY demuxer

2023-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 21 12:05:30 2023 +0100| [b8640bfc99d6fe32890a721b4a837bc6672af6f4] | committer: Paul B Mahol avformat: add WADY demuxer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8640bfc99d6fe32890a721b4a837bc6672af6f4 --- Changelog

[FFmpeg-cvslog] avcodec/dpcm: add .flush

2023-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 21 14:07:48 2023 +0100| [3110e2845636aaab32c426c25790c7ead2878fde] | committer: Paul B Mahol avcodec/dpcm: add .flush Otherwise after seek, DC offset for audio samples might be big. >