1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
nafets227
8c6d16e6b7 Bugfix of LOG Makros
the trailing ";" leads to unexpeczed results if the macro is used in if
if (somecondition)
   debug(blabla);
erroneously expanded to
if (somecondition)
   dsyslog(blablabl); ;
2014-11-09 23:14:23 +01:00
Rolf Ahrenberg
77441ea504 Separated data thread from tuner (Thanks to Stefan Schallenberg). 2014-11-08 22:23:43 +02:00
Rolf Ahrenberg
5795bb58af Fixed SetChannelDevice() with NULL channel and EOL in ReadApplication(). 2014-11-03 21:55:54 +02:00
Rolf Ahrenberg
92b2c63f0d Fixed server reuse for active transponders. 2014-11-01 16:31:44 +02:00
Rolf Ahrenberg
c4d82eac36 Added support for blacklisted sources. 2014-10-31 22:17:52 +02:00
Rolf Ahrenberg
5ff54d27a3 Removed unnecessary PLAY commands and header callbacks. 2014-04-12 16:45:29 +03:00
Rolf Ahrenberg
f2081c4f00 Fixed the OPTIONS URL and enchanced the user agent string. 2014-04-06 23:42:49 +03:00
Rolf Ahrenberg
9a6ae40954 Optimized the startup delay. 2014-03-28 19:53:22 +02:00
Rolf Ahrenberg
40d280af10 Fixed pid leaking while disabling section filters, EIT filter defition and RTP sequence overflow detection. 2014-03-25 23:25:36 +02:00
Rolf Ahrenberg
9f2d99435d Added support for cDevice::Ready() and preliminary RTP packet sequence check. 2014-03-23 17:59:08 +02:00
Rolf Ahrenberg
dfbb3515ef Changed code to utilize a proper XML library, refactored the session code, fxed EIT scan functionality, and updated for vdr-2.1.6. 2014-03-16 19:58:09 +02:00
Rolf Ahrenberg
497b1893db Refactored code and added support for 'C' sources. 2014-03-15 12:49:13 +02:00
Rolf Ahrenberg
8c05ce31f9 Switched to standard 'S' and 'T' sources.
Added a new OperationMode setup parameter.
Added new SVDRP commands.
2014-03-12 00:19:37 +02:00
Rolf Ahrenberg
476f8be52b Initial revision. 2014-03-08 13:07:47 +02:00