[FFmpeg-cvslog] avformat/lc3: Only allow AV_CODEC_ID_LC3 in muxer

2024-04-16 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 16 19:14:30 2024 +0200| [639013aafcd9c534c487070c468e2f5309975fe1] | committer: Andreas Rheinhardt avformat/lc3: Only allow AV_CODEC_ID_LC3 in muxer Also check for the number of streams and the AVCodecID generically using FF_OFMT_FLAGs.

[FFmpeg-cvslog] lavc/av1: Record reference ordering information for each frame

2024-04-16 Thread Mark Thompson
ffmpeg | branch: release/7.0 | Mark Thompson | Sat Apr 13 20:05:23 2024 +0100| [0d851a82dd974dcafe2f4f67ea0d72fb2e63c6bb] | committer: Lynne lavc/av1: Record reference ordering information for each frame This is needed by Vulkan. Constructing this can't be delegated to CBS because packets

[FFmpeg-cvslog] lavc/vulkan_av1: Use av1dec reference order hint information

2024-04-16 Thread Mark Thompson
ffmpeg | branch: release/7.0 | Mark Thompson | Sat Apr 13 20:06:56 2024 +0100| [48721a415a057adde61b586f2eb9815a625abbf7] | committer: Lynne lavc/vulkan_av1: Use av1dec reference order hint information (cherry picked from commit 3cca8dfbd88dfbf9c20f2e8c8da47881b4596567) >

[FFmpeg-cvslog] vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS

2024-04-16 Thread Lynne
ffmpeg | branch: release/7.0 | Lynne | Sun Apr 14 14:11:44 2024 +0200| [8dfafe536657e5c5437cf24f7cb058ef7a9f1875] | committer: Lynne vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS The first release of the CTS for AV1 decoding had incorrect offsets for the OrderHints values.

[FFmpeg-cvslog] avcodec/h264dec: Properly mark frames as recovered when draining

2024-04-16 Thread arch1t3cht
ffmpeg | branch: master | arch1t3cht | Thu Mar 28 02:56:37 2024 +0100| [5a856ac6e6a627402c1ff57a92fc478efb601131] | committer: Derek Buitenhuis avcodec/h264dec: Properly mark frames as recovered when draining When decoding starts at a SEI recovery point very shortly before the end of the

[FFmpeg-cvslog] avcodec/h264dec: Reindent after the previous commit

2024-04-16 Thread arch1t3cht
ffmpeg | branch: master | arch1t3cht | Thu Mar 28 02:56:39 2024 +0100| [e9e1932c1ca85c8ce29a89f3fbda77c7df38e8f0] | committer: Derek Buitenhuis avcodec/h264dec: Reindent after the previous commit Signed-off-by: arch1t3cht Signed-off-by: Derek Buitenhuis >

[FFmpeg-cvslog] avcodec/h264dec: Handle non-recovered frames when draining

2024-04-16 Thread arch1t3cht
ffmpeg | branch: master | arch1t3cht | Thu Mar 28 02:56:38 2024 +0100| [728ffe6ca6d46f55e2f63de9dec8ea11e096c314] | committer: Derek Buitenhuis avcodec/h264dec: Handle non-recovered frames when draining When starting on a SEI recovery point close enough to the end of the stream that draining

[FFmpeg-cvslog] avformat/iamf_writer: reject duplicated stream ids in a stream group

2024-04-16 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 15 18:06:01 2024 -0300| [6b6a0fc53df592183c69e518967841272ab4e862] | committer: James Almer avformat/iamf_writer: reject duplicated stream ids in a stream group Signed-off-by: James Almer >