mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Version 1.2.0pre1
- Some corrections to the French OSD texts (thanks to Olivier Jacques). - Fixed some missing commas in i18n.c (thanks to Dimitrios Dimitrakos for reporting this problem). - Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf Ahrenberg). - Completed the Italian OSD texts (thanks to Antonio Ospite). - Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after going into "Pause live video" mode (thanks to Karim Afifi for reporting ths one). - Some corrections to the Catalanian OSD texts (thanks to Jordi Vilà). - Single event timers are now deleted if the recording they are doing is deleted before the timer ends. - Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt). - Fixed a possible access of invalid file handles in cSIProcessor::Action() (thanks to Stefan Huelswitt).
This commit is contained in:
11
CONTRIBUTORS
11
CONTRIBUTORS
@@ -173,6 +173,8 @@ Stefan Huelswitt <huels@iname.com>
|
||||
video sequence, which avoids artefacts when cutting
|
||||
for suggesting to add VDRVERSNUM to config.h
|
||||
for fixing a memory leak in cNonBlockingFileReader
|
||||
for fixing an uninitialized variable in cDisplayChannel
|
||||
for fixing a possible access of invalid file handles in cSIProcessor::Action()
|
||||
|
||||
Ulrich R<>der <roeder@efr-net.de>
|
||||
for pointing out that there are channels that have a symbol rate higher than
|
||||
@@ -677,7 +679,7 @@ Alfred Zastrow <vdr@zastrow4u.de>
|
||||
Matthias Raus <matthias-raus@web.de>
|
||||
for reporting a problem with starting the editing process if no marks have been set
|
||||
|
||||
Marc Rovira Vall <tm05462@salleURL.edu> and Ramon Roca <ramon.roca@xcombo.com>
|
||||
Marc Rovira Vall <tm05462@salleURL.edu>, Ramon Roca <ramon.roca@xcombo.com> and Jordi Vil<69> <jvila@tinet.org>
|
||||
for translating OSD texts to the Catalanian language
|
||||
|
||||
Lars Bl<42>ser <LBlaeser@hofheim.de>
|
||||
@@ -699,3 +701,10 @@ Peter Bieringer <pb@bieringer.de>
|
||||
|
||||
Alexander Damhuis <ad@phonedation.de>
|
||||
for reporting problems when deleting a timer that is currently recording
|
||||
|
||||
Antonio Ospite <ospite@studenti.unina.it>
|
||||
for translating OSD texts to the Italian language
|
||||
|
||||
Karim Afifi <karim.afifi@free.fr>
|
||||
for reporting a problem with breaking off replay in case the user presses "Play"
|
||||
or "Pause" too soon after going into "Pause live video" mode
|
||||
|
Reference in New Issue
Block a user