[FFmpeg-cvslog] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread Cosmin Stejerean
ffmpeg | branch: release/6.1 | Cosmin Stejerean | Fri Feb 23 23:21:39 2024 +| [33efa50fa4508567b1d84d0a84728b400e492a6a] | committer: James Almer avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode Co-authored-by: Amir

[FFmpeg-cvslog] avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode

2024-02-27 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Fri Feb 23 23:21:39 2024 +| [69dd1ce610fcffec453a0663c613c9b13165fd9e] | committer: James Almer avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for the library to operate in a low-delay mode Co-authored-by: Amir

[FFmpeg-cvslog] .mailmap: update my mailmap entry

2024-02-06 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Mon Feb 5 20:02:53 2024 +| [8264f3612c2c6dfff05587175854b62650ac917c] | committer: Thilo Borgmann .mailmap: update my mailmap entry > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8264f3612c2c6dfff05587175854b62650ac9

[FFmpeg-cvslog] tests/fate/mov: add a test for reading and writing amve box

2024-02-04 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Sun Feb 4 15:14:13 2024 +| [976cf2343d8c624c243895c21585d3c7711ab8fe] | committer: James Almer tests/fate/mov: add a test for reading and writing amve box > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mov: rename rescale_mdcv

2024-02-04 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Sun Feb 4 15:14:11 2024 +| [dda4b25e2d92e3e72f500daef2de143587752126] | committer: James Almer avformat/mov: rename rescale_mdcv It's not specific to the mdcv box. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avfilter/bwdif: account for chroma sub-sampling in min size calculation

2023-12-06 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Wed Dec 6 18:39:32 2023 +0800| [737ede405b11a37fdd61d19cf25df296a0cb0b75] | committer: Philip Langdale avfilter/bwdif: account for chroma sub-sampling in min size calculation The current logic for detecting frames that are too small

[FFmpeg-cvslog] fate: Add tests for QOA decoder

2023-12-04 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Sat Dec 2 20:51:10 2023 +| [634216dc4086522d124f992473cb58c933571d4e] | committer: Paul B Mahol fate: Add tests for QOA decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=634216dc4086522d124f992473cb58c933571d4e --- te

[FFmpeg-cvslog] tools/general_assembly.pl - add options to print names, emails or both

2023-11-14 Thread Cosmin Stejerean via ffmpeg-devel
ffmpeg | branch: master | Cosmin Stejerean via ffmpeg-devel | Mon Nov 6 18:41:54 2023 +| [575efc0406864542a65aa3f31ebe8eb0bbef5087] | committer: Anton Khirnov tools/general_assembly.pl - add options to print names, emails or both Signed-off-by: Cosmin Stejerean Signed-off-by: Anton

[FFmpeg-cvslog] lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8

2022-11-15 Thread Cosmin Stejerean
ffmpeg | branch: master | Cosmin Stejerean | Wed Nov 2 16:01:22 2022 +0100| [3b375a0c5ce42803926ac5d294d18b1f9b593dca] | committer: Thilo Borgmann lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8 Has been removed by mistake in 2003e32f62d94ba75b59d70632c9f2862b383591, readd