summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-31Improved LIRC timing for repeat function (cont'd)Klaus Schmidinger
2013-01-30Improved LIRC timing for repeat functionKlaus Schmidinger
2013-01-30Updated the Slovakian language textsKlaus Schmidinger
2013-01-29Changed several calls to Skins.Message() in vdr.c to Skins.QueueMessage() in ↵Klaus Schmidinger
order to void a black screen while such a message is displayed in case the channel will be switched
2013-01-29Changed several calls to Skins.Message() in vdr.c to Skins.QueueMessage() in ↵Klaus Schmidinger
order to avoid a black screen while such a message is displayed in case the channel will be switched
2013-01-29Added notes from HISTORYKlaus Schmidinger
2013-01-27Added dependency on 'i18n' to 'install-i18n' in the VDR MakefileKlaus Schmidinger
2013-01-27Fixed possible audio chatter when a recording is replayed to its very endKlaus Schmidinger
2013-01-25Fixed a leftover progress display in the LCARS main menu when replay of a ↵Klaus Schmidinger
recording ends while the menu is open, and the live channel has no EPG information
2013-01-25Improved responsiveness during replay when close to the recording's endKlaus Schmidinger
2013-01-25The index file is now closed after initially reading it if it is older than ↵Klaus Schmidinger
3600 seconds
2013-01-25Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly ↵Klaus Schmidinger
is given
2013-01-24Fixed a leftover line in case a two line subtitles was followed by a one ↵Klaus Schmidinger
line subtitle on the dvbhddevice in "high level" OSD mode
2013-01-24Fixed upscaling bitmapsKlaus Schmidinger
2013-01-23Fixed possible garbage in the remaining time of the LCARS replay display in ↵Klaus Schmidinger
case the hours change from two to one digit
2013-01-23The LCARS menu now also works if the OSD has only 1bpp (two colors)Klaus Schmidinger
2013-01-23Added missing template for DVBDIR to Make.config.templateKlaus Schmidinger
2013-01-23Now also using FindHeader() in cMpeg2Fixer::AdjTref()Klaus Schmidinger
2013-01-22Fixed a typoKlaus Schmidinger
2013-01-20Reduced the number of retries in cTransfer::Receive() to avoid blocking ↵1.7.36Klaus Schmidinger
recordings in case the primary device can't handle the current live signal
2013-01-20Improved cutting MPEG-2 videoKlaus Schmidinger
2013-01-20Implemented scaling of SPU bitmapsKlaus Schmidinger
2013-01-17The SVDRP command NEWT no longer checks whether a timer with the given data ↵Klaus Schmidinger
already exists
2013-01-17The last replayed recording is now stored in setup.conf, which allows the ↵Klaus Schmidinger
blue "Resume" key in the main menu to work even after a restart of VDR
2013-01-17Absolute jumps when replaying a recording (via the Red key) are now only ↵Klaus Schmidinger
performed if an actual value has been entered
2013-01-16Fixed multiple occurrences of the same directory in the recordings list in ↵Klaus Schmidinger
case there are directories that only differ in non-alphanumeric characters
2013-01-16Revoked 'Fixed sorting recordings in case the locale ignores ↵Klaus Schmidinger
non-alphanumeric characters'
2013-01-15The SVDRP command LSTR now knows the additional parameter "path", which can ↵Klaus Schmidinger
be given to get the actual file name of a recording's directory
2013-01-13Added "repeat" function when using the keyboard to control VDRKlaus Schmidinger
2013-01-13Fixed sorting recordings in case the locale ignores non-alphanumeric ↵Klaus Schmidinger
characters, or if two folders have the same name, but one of them ends in an additional digit
2013-01-12Fixed the example for cReceiver in PLUGINS.htmlKlaus Schmidinger
2013-01-12Increased the version numbers of all plugins to reflect the recent Makefile ↵Klaus Schmidinger
changes
2013-01-12More Makefile changesKlaus Schmidinger
2013-01-06Modified the Makefiles, by default VDR is now built according to the FHSKlaus Schmidinger
2013-01-03Added a remark indicating that the coordinates of Rect in a call to ↵Klaus Schmidinger
cDevice::CanScaleVideo() are in the range of the width and height returned by GetOsdSize()
2012-12-30Added maximum SNR value for PCTV Systems nanoStick T2 290eKlaus Schmidinger
2012-12-30Added maximum SNR value for PCTV Systems PCTV 73ESE1.7.35Klaus Schmidinger
2012-12-30Checking "PKGCFG" instead of "Make.global" to see if a plugin uses an old ↵Klaus Schmidinger
style Makefile
2012-12-29Removed "include" from the DVBDIR setting in the VDR MakefileKlaus Schmidinger
2012-12-29Re-enabled building plugins that still use pre-version-1.7.34 MakefilesKlaus Schmidinger
2012-12-29Revoked 'Now using targets install-lib and install-i18n when building ↵Klaus Schmidinger
plugins locally'
2012-12-28Plugin Makefiles can now include a configuration file for compile time ↵Klaus Schmidinger
parameters
2012-12-27Using relative paths again when building plugins locallyKlaus Schmidinger
2012-12-27Added MANDIR to the vdr.pc fileKlaus Schmidinger
2012-12-27Now using targets "install-lib" and "install-i18n" when building plugins locallyKlaus Schmidinger
2012-12-27Changed "==" to "=" in the Makefile to make it POSIX styleKlaus Schmidinger
2012-12-27DVBDIR is now conveyed to plugins via the CFLAGS; removed some redundancy ↵Klaus Schmidinger
from Make.config.template
2012-12-27Increased the version numbers of all plugins to reflect the recent Makefile ↵Klaus Schmidinger
changes
2012-12-27Making sure that plugins include the VDR header files from the actual VDR ↵Klaus Schmidinger
source directory when doing "make plugins"
2012-12-24Added notes from HISTORYKlaus Schmidinger