Skip to content

Commit

Permalink
Merge pull request #639 from CvH/vdr_4k
Browse files Browse the repository at this point in the history
vdr-addon: update plugins
  • Loading branch information
chewitt committed Sep 9, 2016
2 parents 598aec7 + 3d31b7b commit d929a21
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="vdr-plugin-satip"
PKG_VERSION="7815821"
PKG_VERSION="db0c18b"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
@@ -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();
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="vdr-plugin-vnsiserver"
PKG_VERSION="5f956c0"
PKG_VERSION="abd24d5"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
12 changes: 9 additions & 3 deletions packages/addons/service/vdr-addon/changelog.txt
@@ -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
- add VDR HEVC parser patch
- add sat-ip devices option
- add VDR HEVC parser
- add Sat>IP devices option
- update VNSI to 1.5.0
- update dvbapi to latest
- update dvbapi to 897c50e

8.0.101
- update Sat>IP plugin to support RTP/TCP which allows error free streaming
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/service/vdr-addon/package.mk
Expand Up @@ -19,7 +19,7 @@

PKG_NAME="vdr-addon"
PKG_VERSION="8.0"
PKG_REV="102"
PKG_REV="103"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
Expand Down

0 comments on commit d929a21

Please sign in to comment.