mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
- Fixed SVDRP commands LSTC and LSTT to make them return an error message if no channels or timers are defined. - Enhanced 'channels.conf.cable' (thanks to Hans-Peter Raschke). - Fixed switching to another channel via the EPG while a recording is being replayed. - Fixed a memory leak in the EIT processor that happened when the system time was set. - Removed some redundant code from the cListBase destructor. - Fixed internationalization of some Main menu texts. - Updated 'channels.conf' after the recent changes of Premiere World (thanks to Axel Gruber). - Redesigned the ring buffer to make it work with two separate threads for input and output (also prepared for using a remultiplexer). - Fixed setting system time from transponders. - Fixed a segfault in the Schedule menu in case there is no EPG information. - The 'runvdr' script now kills any leftover vdr threads before restarting it. - Fixed a problem with Daylight Saving Time when displaying the times of recordings. - Added Dutch language texts (thanks to Arnold Niessen). - The new command line option -t can be used to set the controlling terminal (thanks to Jürgen Sauer). This is especially useful when starting VDR through an entry in /etc/inittab (see INSTALL). - Since the CAM module only works if it is installed in the "highest" DVB card, recordings now search for a free DVB card from lowest to highest index (as opposed to the previous "highest to lowest" search) in order to not use the CAM card for FTA recordings unless necessary. This is only important for systems with three or more DVB cards. - Added the "statdvb2vdr" tool from Hans-Peter Raschke. - Fixed a segfault that sometimes happened when killing VDR. - VDR now returns an exit status of '2' in case of an error at startup, instead of terminating with 'abort()' (which caused a core dump). - SVDRP now also works with clients that don't do line buffering (like the Windows 'telnet'). - Empty lines in config files no longer cause error messages. - New SVDRP command LSTE to list the EPG data. - The SVDRP HELP command now prints the topics in several columns.
73 lines
2.7 KiB
Plaintext
73 lines
2.7 KiB
Plaintext
Thanks go to the following people for patches and contributions:
|
||
|
||
Carsten Koch <Carsten.Koch@icem.de>
|
||
for adding LIRC support
|
||
for making the 'Recordings' menu be listed alphabetically
|
||
for implementing the 'Summary' feature
|
||
for adding the 'epg2timers' tool (see Tools/epg2timers)
|
||
for his idea of using multiple disks (and for testing this feature)
|
||
for implementing the 'new recording' indicator
|
||
for suggesting that the "Back" button in replay mode should bring up the "Recordings" menu
|
||
|
||
Plamen Ganev <pganev@com-it.net>
|
||
for fixing the frequency offset for Hotbird channels
|
||
for adding the 'xtvrc2vdr' tool (see Tools/xtvrc2vdr)
|
||
for adding the 'dvbrc2vdr' tool (see Tools/dvbrc2vdr)
|
||
for implementing "channel grouping"
|
||
|
||
Heino Goldenstein <heino.goldenstein@microplex.de>
|
||
for modifying scrolling through lists to make it page up and down
|
||
|
||
Guido Fiala <gfiala@s.netic.de>
|
||
for implementing slow forward/back
|
||
for implementing the SVDRP command 'HITK'
|
||
for implementing image grabbing
|
||
for implementing overlay capabilities (see his 'kvdr' tool at http://www.s.netic.de/gfiala)
|
||
|
||
Robert Schneider <Robert.Schneider@lotus.com>
|
||
for implementing EIT support for displaying the current/next info
|
||
for extending EIT support to implement a complete EPG
|
||
|
||
Niels de Carpentier <niels@casema.net>
|
||
for adding a workaround for a driver timing problem in cDvbApi::Cmd()
|
||
|
||
Martin Hammerschmid <martin@hammerschmid.com>
|
||
for suggesting to display the direct channel select input on the OSD
|
||
for suggesting to use the "Blue" button in the main menu to resume replay
|
||
for implementing pege up/down with the "Left" and "Right" keys
|
||
|
||
Bastian Guse <bastian@nocopy.de>
|
||
for writing the FORMATS entry for timers.conf
|
||
|
||
Matthias Schniedermeyer <ms@citd.de>
|
||
for implementing the 'MarkInstantRecord' setup option
|
||
for his "schnitt" tools
|
||
|
||
Miha Setina <mihasetina@softhome.net>
|
||
for translating the OSD texts to the Slovenian language
|
||
|
||
Alberto Carraro <bertocar@tin.it>
|
||
for translating the OSD texts to the Italian language
|
||
|
||
Deti Fliegl <deti@fliegl.de>
|
||
for implementing the 'CurrentChannel' setup parameter
|
||
|
||
Dave Chapman <dave@dchapman.com>
|
||
for implementing support for the teletext PID
|
||
|
||
Hans-Peter Raschke <Hans-Peter.Raschke@Wintermann-DatenService.de>
|
||
for his support in adapting VDR to DVB-C
|
||
for adding the 'statdvb2vdr' tool (see Tools/statdvb2vdr)
|
||
|
||
Peter Hofmann <software@pxh.de>
|
||
for his support in adapting VDR to DVB-C
|
||
|
||
Axel Gruber <axel@agm.de>
|
||
for his support in keeping the Premiere World channels up to date in 'channels.conf'
|
||
|
||
Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>
|
||
for translating the OSD texts to the Dutch language
|
||
|
||
J<EFBFBD>rgen Sauer <jojo@automatix.de>
|
||
for implementing the -t option to set the controlling terminal
|