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

11 Commits

Author SHA1 Message Date
nafets227
701cc4be54 removed leftovers, corrected whitespace indention in tuner.c 2014-11-10 21:54:26 +01:00
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
30e8040f99 Decreased the default buffer size. 2014-11-03 21:57:16 +02:00
Rolf Ahrenberg
c4d82eac36 Added support for blacklisted sources. 2014-10-31 22:17:52 +02:00
Rolf Ahrenberg
fb9c1c6a44 Added a session id quirk for Triax TSS 400. 2014-05-17 21:41:55 +03:00
Rolf Ahrenberg
5b1af5ba29 Refactored the section filtering. 2014-04-04 00:56:00 +03:00
Rolf Ahrenberg
7b58d9f28f Added a check to write new sections only if there is no data in the read socket. 2014-03-30 22:20:56 +03: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
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
476f8be52b Initial revision. 2014-03-08 13:07:47 +02:00