summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-10Changed cThread::SetIOPriority() from "best effort class" to "idle class" in ↵Klaus Schmidinger
order to improve overall performance when an editing process is running
2013-04-10Backport of 'Added definitions for older DVB API versions, back until 5.0'Klaus Schmidinger
2013-04-09Fixed double semicolonKlaus Schmidinger
2013-04-09Added definitions for older DVB API versions, back until 5.0Klaus Schmidinger
2013-04-08Fixed some typosKlaus Schmidinger
2013-04-08Removed all "modified since version 1.6" markers from PLUGINS.htmlKlaus Schmidinger
2013-04-07Backport of 'Fixed an endless loop in cTextWrapper::Set() in case the given ↵Klaus Schmidinger
Width is smaller than one character'
2013-04-07Fixed an endless loop in cTextWrapper::Set() in case the given Width is ↵Klaus Schmidinger
smaller than one character
2013-04-05Backport of 'Fixed initializing cDevice::keepTracks'Klaus Schmidinger
2013-04-05Fixed initializing cDevice::keepTracksKlaus Schmidinger
2013-03-31Version 2.0.02.0.0Klaus Schmidinger
2013-03-29Fixed handling overlapping pending timersKlaus Schmidinger
2013-03-29Updated the French OSD textsKlaus Schmidinger
2013-03-29Fixed the description of the 'M' parameter of channel definitions in vdr.5 ↵Klaus Schmidinger
(cont'd)
2013-03-28Fixed the description of the 'M' parameter of channel definitions in vdr.5Klaus Schmidinger
2013-03-28Updated the Lithuanian OSD textsKlaus Schmidinger
2013-03-23Updated the default channels.conf file1.7.42Klaus Schmidinger
2013-03-18Fixed formatting the channel definition example in the vdr(5) man pageKlaus Schmidinger
2013-03-18Added a note about HDTV supportKlaus Schmidinger
2013-03-18The cutter now allocates its buffers on the heap to avoid problems on ↵Klaus Schmidinger
systems with limited stack space
2013-03-18The "Resume" button in the main menu is now only active if the respective ↵Klaus Schmidinger
recording actually exists
2013-03-18Fixed loading the setup.conf file in case a parameter contains the '#' characterKlaus Schmidinger
2013-03-17Removed an obsolete reference to USEFHSKlaus Schmidinger
2013-03-17Updated email address of Rolf AhrenbergKlaus Schmidinger
2013-03-17Renamed the language file sr_SR.po to sr_RS.poKlaus Schmidinger
2013-03-16Added maximum SNR and signal strength value for TechniSat SkyStar HD2Klaus Schmidinger
2013-03-16Updated the Serbian OSD textsKlaus Schmidinger
2013-03-16Fixed creating a new VPS timer with the SVDRP command NEWT1.7.41Klaus Schmidinger
2013-03-15Updated the help and man page entry about the location of the epg.data fileKlaus Schmidinger
2013-03-14When switching to a less privileged user id, VDR now sets the environment ↵Klaus Schmidinger
variables HOME, USER, LOGNAME and SHELL accordingly
2013-03-14Added a note to the INSTALL file regarding multiple disk setup becoming ↵Klaus Schmidinger
deprecated in a future version of VDR
2013-03-13Fixed stopping an ongoing recording on a system with bonded devices, if a ↵Klaus Schmidinger
timer with a higher priority requires a different band (cont'd)
2013-03-12Updated the introductory text of the vdr.1 man pageKlaus Schmidinger
2013-03-12Some improvements to allowing the parameters PATH and NAME to the --dirnames ↵Klaus Schmidinger
command line option to be left empty to use the default values if only ENC shall be set
2013-03-12Fixed stopping an ongoing recording on a system with bonded devices, if a ↵Klaus Schmidinger
timer with a higher priority requires a different band
2013-03-12Fixed a possible "Channel not available" if a recording starts on a system ↵Klaus Schmidinger
with bonded devices
2013-03-12The parameters PATH and NAME to the --dirnames command line option may now ↵Klaus Schmidinger
be left empty to use the default values if only ENC shall be set
2013-03-11The 'plugins' target of the VDR Makefile now also copies files matching the ↵Klaus Schmidinger
wildcard "lib$$i-*.so" (previously only "libvdr-*.so") and also descends into subdirectories of the plugin source
2013-03-11Removed reference to 'remote control unit'Klaus Schmidinger
2013-03-11Updated version numbers and release datesKlaus Schmidinger
2013-03-11Updated copyright yearKlaus Schmidinger
2013-03-11Changed email address to <vdr@tvdr.de>Klaus Schmidinger
2013-03-11Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the ↵Klaus Schmidinger
terminating 0, while the latter doesn't)
2013-03-11Updated the Polish OSD textsKlaus Schmidinger
2013-03-10Updated the Russian OSD textsKlaus Schmidinger
2013-03-10Updated the Hungarian OSD textsKlaus Schmidinger
2013-03-10Changed the default values for the OSD size back to those before version 1.7.291.7.40Klaus Schmidinger
2013-03-09The LCARS skin now calls SetAntiAliasGranularity(20, 16) in order to reserve ↵Klaus Schmidinger
enough fixed colors on 8bpp displays with anti-aliasing
2013-03-08Limited the Goto() call in cDvbPlayer::SetAudioTrack() to the main threadKlaus Schmidinger
2013-03-07Fixed resuming replay of PES recordingsKlaus Schmidinger