]> git.99rst.org Git - openwrt-packages.git/commit
ffmpeg: add LibreELEC's Kodi compatibility patches
authorMirko Vogt <redacted>
Tue, 8 Sep 2026 13:49:22 +0000 (13:49 +0000)
committerMirko Vogt <redacted>
Tue, 15 Sep 2026 20:40:22 +0000 (22:40 +0200)
commit83f634c4b338398e71be82504998b1788faafe5b
tree13db9a258bc6fdea927d3ef0c030cbcad22f161e
parent87a92bf18940b5245bb8f6ee129b9a0a19b3cad0
ffmpeg: add LibreELEC's Kodi compatibility patches

Patches:
  110-libdav1d-get-format: carried over from LibreELEC (Lukas Rusak):
    adds a get_format callback to the libdav1d decoder so Kodi's
    hardware-first, software-fallback decoder setup initialises
    multithreaded software decoding properly; without effect until the
    libdav1d option is enabled
  111-swscale-yuv2rgb-no-warning: carried over from LibreELEC
    (Christian Hewitt): removes the warning swscale logs on every
    context initialisation without an accelerated colourspace
    conversion

LibreELEC keeps both in one file
(packages/multimedia/ffmpeg/patches/libreelec/0001-libreelec.patch as
of LibreELEC commit 5d54b2dd82); they are split here so each keeps its
own header. Headers unchanged, hunks refreshed with quilt; the patched
tree is identical to the one LibreELEC's file produces.

Signed-off-by: Mirko Vogt <redacted>
multimedia/ffmpeg/patches/110-libdav1d-get-format.patch [new file with mode: 0644]
multimedia/ffmpeg/patches/111-swscale-yuv2rgb-no-warning.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT