summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-10 13:51:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-10 13:51:58 +0200
commit576e21f2fdd4f7e65dcfa650961e2d40c7503e19 (patch)
tree6b9e8c941f991a00ae943a002e07b3bfbd9e83f5
parente6bf3b697515627f6357c6ca5a122139b12a8934 (diff)
downloadvdr-576e21f2fdd4f7e65dcfa650961e2d40c7503e19.tar.gz
vdr-576e21f2fdd4f7e65dcfa650961e2d40c7503e19.tar.bz2
Fixed credits for Winfried Köhler
-rw-r--r--CONTRIBUTORS14
-rw-r--r--HISTORY2
2 files changed, 7 insertions, 9 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index ccf48d77..098d2fbb 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2744,9 +2744,14 @@ Benjamin Hess <benjamin.h@gmx.ch>
for enhancing the SVDRP command CLRE to allow clearing the EPG data of a particular
channel
-Winfried Koehler <w_koehl@gmx.de>
+Winfried Köhler <w_koehl@gmx.de>
for fixing finding new transponders
+ for fixing wrong value for TableIdBAT in libsi/si.h
for reporting a compiler warning in calculations involving FramesPerSecond()
+ for making several code modifications to avoid compiler warnings
+ for improving the description of the transponder parameters in vdr.5
+ for reporting a necessary fix in the description of cReceiver in PLUGINS.html,
+ regarding detaching a receiver from its device before deleting it
for fixing some copy&paste errors in PLUGINS.html
Hans-Werner Hilse <hilse@web.de>
@@ -2814,13 +2819,6 @@ Michael Nork <mnork0@gmx.net>
binary distributions to have full control over whether or not to use the --vfat
option at runtime
-Winfried Köhler <w_koehl@gmx.de>
- for fixing wrong value for TableIdBAT in libsi/si.h
- for making several code modifications to avoid compiler warnings
- for improving the description of the transponder parameters in vdr.5
- for reporting a necessary fix in the description of cReceiver in PLUGINS.html,
- regarding detaching a receiver from its device before deleting it
-
Igor M. Liplianin <liplianin@tut.by>
for a patch that was used to convert VDR to the S2API driver API
diff --git a/HISTORY b/HISTORY
index dec4734b..c020b9cf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5957,7 +5957,7 @@ Video Disk Recorder Revision History
- Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if
PlayVideo() didn't play anything.
- Added an 'int' typecast to calculations involving FramesPerSecond() to avoid
- compiler warnings (reported by Winfried Koehler).
+ compiler warnings (reported by Winfried Köhler).
- Fixed detecting frames for pure audio recordings.
- Fixed editing PES recordings. The frame type in the index.vdr file generated for
the edited PES recording is set to 1 for I-frames and 2 for all others (P- and