From 51b8d2bee1cf7a62c3aa485131276fc136f34146 Mon Sep 17 00:00:00 2001 From: popcornmix Date: Wed, 4 Sep 2024 10:57:00 +0100 Subject: [PATCH] Correct hevc support for Pi0/1 HEVC has never worked on Pi0/1 in software, except at trivial resolutions (SD is too high). --- hardware/raspberry-pi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/raspberry-pi.md b/hardware/raspberry-pi.md index 4d6f8fc..1df4e9f 100644 --- a/hardware/raspberry-pi.md +++ b/hardware/raspberry-pi.md @@ -6,8 +6,8 @@ The following table summarises LibreELEC support for HEVC media on different Ras | Device | 9.2.8 | 10.x / 11.x | | -------------------- | --------------------------- | ------------------------- | -| Raspberry Pi 0 | Up to 720p in Software | No longer supported | -| Raspberry Pi 1/2/3 | Up to 1080p in Software | Up to SD in Software | +| Raspberry Pi 0/1 | Not supported | Not supported | +| Raspberry Pi 2/3 | Up to 1080p in Software | Up to SD in Software | | Raspberry Pi 4 / 400 | Up to 4K, basic HDR (8-bit) | Up to 4K, 8/10/12-bit HDR | Raspberry Pi 4 and 400 are the ONLY devices that have native hardware decoding of HEVC content, and in LE10/11 releases we support 8/10/12-bit output for great results with 4K HDR material. Older LE 9.2.x releases only support 8-bit output, for basic playback.