summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-03Updated the Finnish OSD textsKlaus Schmidinger
2015-02-02Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the MakefileKlaus Schmidinger
2015-02-02Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if ↵Klaus Schmidinger
Device is NULL (as described in the header file)
2015-02-02Added "Setup/Replay/Binary skip strict"Klaus Schmidinger
2015-02-02Added code from the "jumpplay" patch that makes the recording still be ↵Klaus Schmidinger
considered unviewed when stopping replay within RESUMEBACKUP seconds of the first mark
2015-02-02Added SDNOTIFY, NO_KBD and BIDI to Make.config.templateKlaus Schmidinger
2015-02-02Adjusted release dateKlaus Schmidinger
2015-02-02Updated the Lithuanian OSD textsKlaus Schmidinger
2015-02-01Fixed the Finnish translation of "Binary skip timeout (s)"Klaus Schmidinger
2015-02-01Fixed the German translation of "VDR will shut down later - press Power to ↵Klaus Schmidinger
force"
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-02-01Removed a superfluous entryKlaus Schmidinger
2015-02-01Updated the Finnish OSD textsKlaus Schmidinger
2015-02-01Fixed setting the read index in cDvbPlayer::Goto() in case Still is false; ↵Klaus Schmidinger
The function cDvbPlayer::Goto() now automatically calls Play() if Still is false
2015-01-31Now also checking the CAM slot's priority when activating a CAMKlaus Schmidinger
2015-01-31Fixed a typoKlaus Schmidinger
2015-01-31Made cRecording::GetResume() publicKlaus Schmidinger
2015-01-31Modified behavior of the '8' key during replayKlaus Schmidinger
2015-01-30Added ARGSDIR to the ONEDIR section of Make.config.templateKlaus Schmidinger
2015-01-30Updated the Estonian OSD textsKlaus Schmidinger
2015-01-30Added support for smart card activationKlaus Schmidinger
2015-01-29Changed unit and range for binary skip timeoutKlaus 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-24Updated the Romanian OSD textsKlaus Schmidinger
2015-01-23Added a missing 'void'Klaus Schmidinger
2015-01-23Updated the Finnish OSD textsKlaus 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-20Added entries for version 2.0.7Klaus Schmidinger
2015-01-20Updated the Italian OSD textsKlaus Schmidinger
2015-01-18Adjusted release date2.1.7Klaus Schmidinger
2015-01-17Added the new command line option --updindexKlaus Schmidinger
2015-01-17Fixed generating the index file of an existing recordingKlaus Schmidinger
2015-01-17Enhanced description of "Volume linearize"Klaus 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-14Modified the descriptions of several threadsKlaus Schmidinger
2015-01-14Use of the function cOsd::GetBitmap() outside of derived classes is now ↵Klaus Schmidinger
deprecated
2015-01-14Added support for PGS subtitlesKlaus Schmidinger
2015-01-14Added handling for DTS audio tracks to cPatPmtParser::ParsePmt()Klaus Schmidinger
2015-01-14Added boolean return values to cVector's InsertUnique(), AppendUnique() and ↵Klaus Schmidinger
RemoveElement()
2015-01-13Now handling CAT sections that consist of more than one TS packetKlaus Schmidinger