Updated for vdr-2.4.0.

This commit is contained in:
Rolf Ahrenberg 2018-04-15 22:42:21 +03:00
parent 43373b6951
commit 299296bbb1
7 changed files with 37 additions and 23 deletions

14
HISTORY
View File

@ -193,3 +193,17 @@ VDR Plugin 'satip' Revision History
- Added support for FRITZ!Box 6490 Cable (Thanks to 9000h).
- Updated FRITZ!WLAN Repeater DVB-C detection for the latest firmware (Thanks to 9000h).
- Added GCC7 compatibility (Thanks to Sascha Kuehndel).
===================================
VDR Plugin 'satip' Revision History
===================================
2018-04-15: Version 2.4.0
- Updated for vdr-2.4.0.
- Removed speed limit.
- Fixed transport media changes.
- Fixed memory leak in cSatipSectionFilter (Thanks to Alexander Pipelka).
- Added more robust section filter handling (Thanks to Alexander Pipelka).
- Added a command line parameter for the RTP receive buffer size (Thanks to Stefan Rehm).

View File

@ -1,14 +1,14 @@
# VDR plugin language source file.
# Copyright (C) 2007-2017 Rolf Ahrenberg
# Copyright (C) 2007-2018 Rolf Ahrenberg
# This file is distributed under the same license as the satip package.
# Gabriel Bonich, 2014-2017
#
msgid ""
msgstr ""
"Project-Id-Version: vdr-satip 2.3.1\n"
"Project-Id-Version: vdr-satip 2.4.0\n"
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2017-08-15 08:15+0300\n"
"PO-Revision-Date: 2017-08-15 08:15+0300\n"
"POT-Creation-Date: 2018-04-15 04:15+0300+0300\n"
"PO-Revision-Date: 2018-04-15 04:15+0300+0300\n"
"Last-Translator: Gabriel Bonich <gbonich@gmail.com>\n"
"Language-Team: Catalan <vdr@linuxtv.org>\n"
"Language: ca\n"

View File

@ -1,14 +1,14 @@
# VDR plugin language source file.
# Copyright (C) 2007-2017 Rolf Ahrenberg
# Copyright (C) 2007-2018 Rolf Ahrenberg
# This file is distributed under the same license as the satip package.
# Frank Neumann, 2014-2017
#
msgid ""
msgstr ""
"Project-Id-Version: vdr-satip 2.3.1\n"
"Project-Id-Version: vdr-satip 2.4.0\n"
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2017-08-15 08:15+0300\n"
"PO-Revision-Date: 2017-08-15 08:15+0300\n"
"POT-Creation-Date: 2018-04-15 04:15+0300+0300\n"
"PO-Revision-Date: 2018-04-15 04:15+0300+0300\n"
"Last-Translator: Frank Neumann <fnu@yavdr.org>\n"
"Language-Team: German <vdr@linuxtv.org>\n"
"Language: de\n"

View File

@ -1,14 +1,14 @@
# VDR plugin language source file.
# Copyright (C) 2007-2017 Rolf Ahrenberg
# Copyright (C) 2007-2018 Rolf Ahrenberg
# This file is distributed under the same license as the satip package.
# Gabriel Bonich, 2014-2017
#
msgid ""
msgstr ""
"Project-Id-Version: vdr-satip 2.3.1\n"
"Project-Id-Version: vdr-satip 2.4.0\n"
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2017-08-15 08:15+0300\n"
"PO-Revision-Date: 2017-08-15 08:15+0300\n"
"POT-Creation-Date: 2018-04-15 04:15+0300+0300\n"
"PO-Revision-Date: 2018-04-15 04:15+0300+0300\n"
"Last-Translator: Gabriel Bonich <gbonich@gmail.com>\n"
"Language-Team: Spanish <vdr@linuxtv.org>\n"
"Language: es\n"

View File

@ -1,14 +1,14 @@
# VDR plugin language source file.
# Copyright (C) 2007-2017 Rolf Ahrenberg
# Copyright (C) 2007-2018 Rolf Ahrenberg
# This file is distributed under the same license as the satip package.
# Rolf Ahrenberg, 2015-2017
#
msgid ""
msgstr ""
"Project-Id-Version: vdr-satip 2.3.1\n"
"Project-Id-Version: vdr-satip 2.4.0\n"
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2017-08-15 08:15+0300\n"
"PO-Revision-Date: 2017-08-15 08:15+0300\n"
"POT-Creation-Date: 2018-04-15 04:15+0300+0300\n"
"PO-Revision-Date: 2018-04-15 04:15+0300+0300\n"
"Last-Translator: Rolf Ahrenberg\n"
"Language-Team: Finnish <vdr@linuxtv.org>\n"
"Language: fi\n"

View File

@ -1,14 +1,14 @@
# VDR plugin language source file.
# Copyright (C) 2007-2017 Rolf Ahrenberg
# Copyright (C) 2007-2018 Rolf Ahrenberg
# This file is distributed under the same license as the vdr-satip package.
# Tomasz Maciej Nowak, 2017
#
msgid ""
msgstr ""
"Project-Id-Version: vdr-satip 2.3.1\n"
"Project-Id-Version: vdr-satip 2.4.0\n"
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2017-08-15 08:15+0300\n"
"PO-Revision-Date: 2017-08-15 08:15+0300\n"
"POT-Creation-Date: 2018-04-15 04:15+0300+0300\n"
"PO-Revision-Date: 2018-04-15 04:15+0300+0300\n"
"Last-Translator: Tomasz Maciej Nowak <tomek_n@o2.pl>\n"
"Language-Team: Polish <vdr@linuxtv.org>\n"
"Language: pl_PL\n"

View File

@ -20,15 +20,15 @@
#warning "CURL version >= 7.36.0 is recommended"
#endif
#if defined(APIVERSNUM) && APIVERSNUM < 20307
#error "VDR-2.3.7 API version or greater is required!"
#if defined(APIVERSNUM) && APIVERSNUM < 20400
#error "VDR-2.4.0 API version or greater is required!"
#endif
#ifndef GITVERSION
#define GITVERSION ""
#endif
const char VERSION[] = "2.3.1" GITVERSION;
const char VERSION[] = "2.4.0" GITVERSION;
static const char DESCRIPTION[] = trNOOP("SAT>IP Devices");
class cPluginSatip : public cPlugin {