diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-24 13:41:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-24 13:41:54 +0200 |
commit | 6f1577a65954ee8a39af033ea96b92409c548eeb (patch) | |
tree | d223011214ad4ba2514d470f9ff1563c2a910dcd /CONTRIBUTORS | |
parent | 7cdfca45f4da02fdad4bbccebe9ba05da93610e0 (diff) | |
download | vdr-6f1577a65954ee8a39af033ea96b92409c548eeb.tar.gz vdr-6f1577a65954ee8a39af033ea96b92409c548eeb.tar.bz2 |
Moved cleaning up the EPG data and writing the epg.data file into a separate thread to avoid sluggish response to user input on slow systems
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 28780a7c..3054fd3e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2955,3 +2955,7 @@ Jens Vogel <jens.vogel@akjv.de> for suggesting to make cPatPmtParser::ParsePmt() also recognize stream type 0x81 as "AC3", so that recordings that have been converted from the old PES format to TS can be played + +Sören Moch <smoch@web.de> + for a patch that was used to move cleaning up the EPG data and writing the epg.data + file into a separate thread to avoid sluggish response to user input on slow systems |