summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2015-02-09Added an empty target to the Makefile to make sure the sub-make for libsi is ↵Klaus Schmidinger
always called
2015-02-09Added credit for Clemens BrauersKlaus Schmidinger
2015-02-09Added "#REMOTE=LIRC" to Make.config.templateKlaus Schmidinger
2015-02-08Added credit for Stefan HerdlerKlaus Schmidinger
2015-02-07Modified EntriesOnSameFileSystem(), so that it returns 'true' if either of ↵Klaus Schmidinger
the given; changed handling the 'error' variable in cDirCopier
2015-02-07Added a confirmation before renaming a recording to its folder nameKlaus Schmidinger
2015-02-07Fixed setting an empty recording name or folder to a blank in the "Edit ↵Klaus Schmidinger
recording" menu
2015-02-06Changed the naming of "binary skip mode" to "adaptive skip mode"Klaus Schmidinger
2015-02-05Updated sources.conf to reflect the fact that Astra 4A and SES5 are actually ↵Klaus Schmidinger
in two separate positions
2015-02-05Changed the German translations if the texts related to "binary skipping"Klaus Schmidinger
2015-02-05Updated the Hungarian OSD textsKlaus Schmidinger
2015-02-04The "Select folder" menu now adds the folder names of all existing ↵Klaus Schmidinger
recordings to any names that have been predefined in "folders.conf"
2015-02-04In the "Edit recording" menu the '0' key can now be used on the "Name:" ↵Klaus Schmidinger
field to remove the name of the recording and replace it with the last element of the recording's folder path name
2015-02-03Fixed switching channels in the Schedule menu after going through various ↵Klaus Schmidinger
Now and Schedule menus for different channels
2015-02-02Added SDNOTIFY, NO_KBD and BIDI to Make.config.templateKlaus Schmidinger
2015-02-01Fixed the German translation of "Binary skip timeout (s)"Klaus Schmidinger
2015-02-01Fixed a memory leak in case of broken Extended Event DescriptorsKlaus Schmidinger
2015-02-01Added support for LCN (Logical Channel Numbers)2.1.8Klaus Schmidinger
2015-01-31Made cRecording::GetResume() publicKlaus Schmidinger
2015-01-30Added ARGSDIR to the ONEDIR section of Make.config.templateKlaus Schmidinger
2015-01-27The keys '1' and '3' can now be used in replay mode to position an editing ↵Klaus Schmidinger
mark in "binary" mode
2015-01-26Added support for "Satellite Channel Routing" (SCR) according to EN50607, ↵Klaus Schmidinger
also known as "JESS"
2015-01-26Added functionality based on the "jumpplay" patchKlaus Schmidinger
2015-01-20Fixed the link to "svdrpsend (1)" in the vdr.1 man pageKlaus Schmidinger
2015-01-20Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11Klaus Schmidinger
2015-01-17Added the new command line option --updindexKlaus Schmidinger
2015-01-17Now returning from removing deleted recordings after at most 10 seconds, or ↵Klaus Schmidinger
if the user presses a remote control key
2015-01-15Added a comment to cRecorder::Activate() about the need to call Detach() in ↵Klaus Schmidinger
the destructor
2015-01-15Added cOsdProvider::OsdSizeChanged()Klaus Schmidinger
2015-01-15Plugins can now implement the function SetMenuSortMode() in their skin ↵Klaus Schmidinger
objects derived from cSkinDisplayMenu, to get informed about the currently used sort mode
2015-01-15Modified the CAM API so that it is possible to implement CAMs that can be ↵Klaus Schmidinger
freely assigned to any devices
2015-01-14Added the channel name to log messages that reference a channelKlaus Schmidinger
2015-01-14Added support for PGS subtitlesKlaus Schmidinger
2015-01-14Added handling for DTS audio tracks to cPatPmtParser::ParsePmt()Klaus Schmidinger
2015-01-13Changed the German weekday names from "MonDieMitDonFreSamSon" to ↵Klaus Schmidinger
"Mo.Di.Mi.Do.Fr.Sa.So."
2015-01-13Fixed jumping to an absolute position via the Red key in case replay was pausedKlaus Schmidinger
2015-01-12Added the new parameters "Setup/Miscellaneous/Volume steps" and ".../Volume ↵Klaus Schmidinger
linearize"
2015-01-12Added functions to set and retrieve the priority of a cReceiverKlaus Schmidinger
2015-01-12Added the functions IndexOf(), InsertUnique(), AppendUnique() and ↵Klaus Schmidinger
RemoveElement() to the cVector class
2015-01-12Added subsystem id support for DVB devices connected via USBKlaus Schmidinger
2015-01-12Added a missing backslash to the help text of the SVDRP command MOVRKlaus Schmidinger
2015-01-11Revoked "Increased the PMT_SCAN_TIMEOUT to avoid timeouts when scanning ↵Klaus Schmidinger
PMTs" (was unnecessary); pat.c change removed from RCS
2015-01-09Fixed (well, actually worked around) a problem with subtitles not being ↵Klaus Schmidinger
displayed because the broadcaster doesn't set the data's version numbers as required by the DVB standard
2015-01-09Fixed resetting the receiver for EMM pids for CAMs that need to receive the TSKlaus Schmidinger
2015-01-07Fixed detaching receivers from devices in case a CAM needs to receive the TSKlaus Schmidinger
2015-01-06Increased the PMT_SCAN_TIMEOUT to avoid timeouts when scanning PMTsKlaus Schmidinger
2015-01-04Added cOsd::DrawScaledBitmap()Klaus Schmidinger
2015-01-01Fixed a bug in the Makefile when installing plugins with LCLBLD=1Klaus Schmidinger
2014-06-12Fixed a possible crash in the LCARS skinKlaus Schmidinger
2014-04-14VDR now reads command line options from *.conf files in /etc/vdr/conf.dKlaus Schmidinger