[FFmpeg-devel] [PATCH] libavdevice/decklink: add support for DeckLink SDK 14.3 (PR #21029)

2025-11-26 Thread Thomas Gritzan via ffmpeg-devel
PR #21029 opened by Thomas Gritzan (Phygon) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21029 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21029.patch This patch adds support for DeckLink SDK 14.3 and newer by using the legacy interfaces in the header . The missing QueryInterface i

[FFmpeg-devel] [PATCH] libavdevice/decklink: Implement QueryInterface to support newer driver

2025-11-23 Thread Thomas Gritzan via ffmpeg-devel
Playback to a decklink device with a newer version of the DeckLink SDK (14.3) stalls because the driver code calls IDeckLinkVideoFrame::QueryInterface, which is not implemented by ffmpeg. This patch implements decklink_frame::QueryInterface, so that playback works with both older (12.x) and newer (

[FFmpeg-devel] [PATCH] libavdevice/decklink: Implement QueryInterface to support newer driver (PR #21002)

2025-11-23 Thread Thomas Gritzan via ffmpeg-devel
PR #21002 opened by Thomas Gritzan (Phygon) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21002 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21002.patch Playback to a decklink device with a newer version of the DeckLink SDK (14.3) stalls because the driver code calls IDeckLinkVideoFra