mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
vdr-addon: update plugins
This commit is contained in:
parent
1b919e69d4
commit
3d31b7b41f
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="vdr-plugin-satip"
|
PKG_NAME="vdr-plugin-satip"
|
||||||
PKG_VERSION="7815821"
|
PKG_VERSION="db0c18b"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
http://www.vdr-portal.de/board17-developer/board97-vdr-core/p1272182-rfc-h-265-frame-parser/#post1272182
|
||||||
|
|
||||||
|
diff -ur streamdev-160321-1/server/livestreamer.c streamdev-160321/server/livestreamer.c
|
||||||
|
--- streamdev-160321-1/server/livestreamer.c 2016-03-21 11:41:52.000000000 +0100
|
||||||
|
+++ streamdev-160321/server/livestreamer.c 2016-05-03 13:54:07.000000000 +0200
|
||||||
|
@@ -143,6 +143,8 @@
|
||||||
|
"ISO/IEC 14496-3 Audio with LATM transport syntax",
|
||||||
|
"0x12", "0x13", "0x14", "0x15", "0x16", "0x17", "0x18", "0x19", "0x1a",
|
||||||
|
"ISO/IEC 14496-10 Video (MPEG-4 part 10/AVC, aka H.264)",
|
||||||
|
+ "0x1c", "0x1d", "0x1e", "0x1f", "0x20", "0x21", "0x22","0x23",
|
||||||
|
+ "HEVC aka H.265",
|
||||||
|
"",
|
||||||
|
};
|
||||||
|
|
||||||
|
@@ -171,6 +173,7 @@
|
||||||
|
case 0x10: // ISO/IEC 14496-2 Visual (MPEG-4)
|
||||||
|
case 0x11: // ISO/IEC 14496-3 Audio with LATM transport syntax
|
||||||
|
case 0x1b: // ISO/IEC 14496-10 Video (MPEG-4 part 10/AVC, aka H.264)
|
||||||
|
+ case 0x24: // HEVC aka H.265
|
||||||
|
Dprintf("cStreamdevPatFilter PMT scanner adding PID %d (%s)\n",
|
||||||
|
stream.getPid(), psStreamTypes[stream.getStreamType()]);
|
||||||
|
return stream.getPid();
|
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="vdr-plugin-vnsiserver"
|
PKG_NAME="vdr-plugin-vnsiserver"
|
||||||
PKG_VERSION="5f956c0"
|
PKG_VERSION="abd24d5"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,8 +1,14 @@
|
|||||||
|
8.0.103
|
||||||
|
- add streamdev HEVC support
|
||||||
|
- update VNSI to abd24d5
|
||||||
|
- update dvbapi to 897c50e
|
||||||
|
- update Sat>IP plugin to db0c18b
|
||||||
|
|
||||||
8.0.102
|
8.0.102
|
||||||
- add VDR HEVC parser patch
|
- add VDR HEVC parser
|
||||||
- add sat-ip devices option
|
- add Sat>IP devices option
|
||||||
- update VNSI to 1.5.0
|
- update VNSI to 1.5.0
|
||||||
- update dvbapi to latest
|
- update dvbapi to 897c50e
|
||||||
|
|
||||||
8.0.101
|
8.0.101
|
||||||
- update Sat>IP plugin to support RTP/TCP which allows error free streaming
|
- update Sat>IP plugin to support RTP/TCP which allows error free streaming
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
PKG_NAME="vdr-addon"
|
PKG_NAME="vdr-addon"
|
||||||
PKG_VERSION="8.0"
|
PKG_VERSION="8.0"
|
||||||
PKG_REV="102"
|
PKG_REV="103"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.openelec.tv"
|
PKG_SITE="http://www.openelec.tv"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user