[FFmpeg-cvslog] fate/vpx: add a vp9_superframe_bsf test

2023-03-10 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 7 11:38:05 2023 -0300| [e60cd2e98b8ea11e4e40584b20e9599ca291fbaa] | committer: James Almer fate/vpx: add a vp9_superframe_bsf test This splits a sample and merges it again, so it also tests the vp9_superframe_split bsf Signed-off-by: James

[FFmpeg-cvslog] avfilter/stack_internal: add missing header includes

2023-03-10 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 7 23:56:30 2023 -0300| [205117d87fdc01cd8e150aa6f4d16cf69f7b4ca4] | committer: James Almer avfilter/stack_internal: add missing header includes Fixes make checkheaders Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/av1dec: make CBS parse only the OBU types we care about

2023-03-10 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 7 09:03:26 2023 -0300| [68a858fcc913c4939798c7b6580a814184a1089b] | committer: James Almer avcodec/av1dec: make CBS parse only the OBU types we care about Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/av1dec: parse and export Metadata OBUs

2023-03-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 5 20:32:23 2023 -0300| [d6d576505163c9c5cb42539a6e53d53b003fd252] | committer: James Almer avcodec/av1dec: parse and export Metadata OBUs This includes Mastering Display, Content light level, and some ITU-T T35 metadata like closed captions and

[FFmpeg-cvslog] avcodec/nvenc: avoid failing b_ref_mode check when unset

2023-03-10 Thread Timo Rothenpieler
ffmpeg | branch: release/6.0 | Timo Rothenpieler | Fri Mar 10 13:09:10 2023 +0100| [916bdc0f197de7ea24d30f3f3c284e4332dd3720] | committer: Timo Rothenpieler avcodec/nvenc: avoid failing b_ref_mode check when unset >

[FFmpeg-cvslog] avcodec/nvenc: avoid failing b_ref_mode check when unset

2023-03-10 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Fri Mar 10 13:09:10 2023 +0100| [7a8560cb22dd9f5c54df71af3fef26db9a2a28b0] | committer: Timo Rothenpieler avcodec/nvenc: avoid failing b_ref_mode check when unset >

[FFmpeg-cvslog] lavfi/graphparser: use correct logging context

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Mar 9 16:35:06 2023 +0100| [fefcba1c1bc8f65464d2eec0ae75f9f511a003a5] | committer: Anton Khirnov lavfi/graphparser: use correct logging context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fefcba1c1bc8f65464d2eec0ae75f9f511a003a5

[FFmpeg-cvslog] lavc/libvpxenc: drop FrameListData.duration

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Feb 28 13:00:32 2023 +0100| [ae95c87e64aa7ec29e0bad19016950171c3db3c6] | committer: Anton Khirnov lavc/libvpxenc: drop FrameListData.duration It is write-only. >

[FFmpeg-cvslog] lavc/libvpxenc: handle queue desync more gracefully

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Feb 28 12:53:35 2023 +0100| [942fb48c38b9a26c4fe2b282cc11f9c22c68bf1f] | committer: Anton Khirnov lavc/libvpxenc: handle queue desync more gracefully If the packets returned by libvpx and our internal frame properties queue get desynchronized for

[FFmpeg-cvslog] lavc/libvpxenc: drop a useless condition

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Feb 28 12:20:39 2023 +0100| [62a241e505abfa96b4329875ecc76aaa1d57519e] | committer: Anton Khirnov lavc/libvpxenc: drop a useless condition A non-NULL packet is always passed to frame_data_apply(). >

[FFmpeg-cvslog] lavc/libvpxenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Feb 28 12:20:39 2023 +0100| [5bda4ec6c3cb6f286bb40dee4457c3c26e0f78cb] | committer: Anton Khirnov lavc/libvpxenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE >

[FFmpeg-cvslog] lavc/libvpxenc: rename hdr10_plus_fifo and related objects

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Feb 28 11:39:36 2023 +0100| [7141a37e2f622211910952a5ac9283d694108064] | committer: Anton Khirnov lavc/libvpxenc: rename hdr10_plus_fifo and related objects This AVFifo is used to propagate HDR metadata from input frames to output packets, since

[FFmpeg-cvslog] lavu/frame: improve AVFrame.opaque[_ref] documentation

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 26 16:59:16 2021 +0100| [d732db3a384a6cf2e9431277bd98b363889e62f5] | committer: Anton Khirnov lavu/frame: improve AVFrame.opaque[_ref] documentation Make them match each other, mention interaction with AV_CODEC_FLAG_COPY_OPAQUE. >

[FFmpeg-cvslog] lavc/libvpxenc: reindent

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Feb 28 11:30:48 2023 +0100| [31fc61fb0c79be578bcb9b919e675e2540ceb652] | committer: Anton Khirnov lavc/libvpxenc: reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31fc61fb0c79be578bcb9b919e675e2540ceb652 ---

[FFmpeg-cvslog] lavc/libvpxenc: drop frame_number

2023-03-10 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Feb 28 11:30:48 2023 +0100| [f367aa5db69d5c4825b154333a309b2a53f4cb5d] | committer: Anton Khirnov lavc/libvpxenc: drop frame_number It is not used, except to check whether the packet is valid before writing HDR metadata to the packet in

[FFmpeg-cvslog] lavu/vulkan: fix handle type for 32-bit targets

2023-03-10 Thread Kacper Michajłow
ffmpeg | branch: release/6.0 | Kacper Michajłow | Thu Mar 2 17:27:30 2023 +0100| [58f18df430d48e47a82c5e740d6e63a50c97d75f] | committer: Martin Storsjö lavu/vulkan: fix handle type for 32-bit targets Fixes compilation with clang which errors out on Wint-conversion. Signed-off-by: Kacper

[FFmpeg-cvslog] vulkan: Fix win/i386 calling convention

2023-03-10 Thread Martin Storsjö
ffmpeg | branch: release/6.0 | Martin Storsjö | Sun Mar 5 23:36:53 2023 +0200| [1cf17633cd5d1fa97268618abb2e082ba16348a0] | committer: Martin Storsjö vulkan: Fix win/i386 calling convention This fixes the following error when compiling with a modern version of Clang for Windows/i386: