summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-20Reduced the number of retries in cTransfer::Receive() to avoid blocking recor...1.7.36Klaus Schmidinger
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 a...Klaus Schmidinger
2013-01-17The last replayed recording is now stored in setup.conf, which allows the blu...Klaus Schmidinger
2013-01-17Absolute jumps when replaying a recording (via the Red key) are now only perf...Klaus Schmidinger
2013-01-16Fixed multiple occurrences of the same directory in the recordings list in ca...Klaus Schmidinger
2013-01-16Revoked 'Fixed sorting recordings in case the locale ignores non-alphanumeric...Klaus Schmidinger
2013-01-15The SVDRP command LSTR now knows the additional parameter "path", which can b...Klaus Schmidinger
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 characte...Klaus Schmidinger
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 c...Klaus Schmidinger
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 cDevice::...Klaus Schmidinger
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 sty...Klaus Schmidinger
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 plugins...Klaus Schmidinger
2012-12-28Plugin Makefiles can now include a configuration file for compile time parame...Klaus Schmidinger
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 fro...Klaus Schmidinger
2012-12-27Increased the version numbers of all plugins to reflect the recent Makefile c...Klaus Schmidinger
2012-12-27Making sure that plugins include the VDR header files from the actual VDR sou...Klaus Schmidinger
2012-12-24Added notes from HISTORYKlaus Schmidinger
2012-12-24Fixed replaying ongoing recordings from other VDR instances1.7.34Klaus Schmidinger
2012-12-23Setting mcPluginSetup for plugin setup menusKlaus Schmidinger
2012-12-23Fixed cIndexFile::GetNextIFrame() to properly handle the case where the very ...Klaus Schmidinger
2012-12-23Fixed replay stuttering close to the end of an ongoing recordingKlaus Schmidinger
2012-12-23DESTDIR is now used in 'install-plugins'Klaus Schmidinger
2012-12-23Made LIBDIR and LOCDIR non-overwriteable in plugin MakefilesKlaus Schmidinger
2012-12-23Removed obsolete i18n textsKlaus Schmidinger
2012-12-23Updated the Italian OSD textsKlaus Schmidinger
2012-12-22Plugin Makefiles now use DESTDIR and the 'install' programKlaus Schmidinger
2012-12-21Fixed CDEFINESKlaus Schmidinger
2012-12-21Fixed commentKlaus Schmidinger
2012-12-21Replaced some 'SOFILE: command not found with '$^'Klaus Schmidinger
2012-12-21Added the new menu categories mcChannelEdit, mcTimerEdit, mcScheduleNow, mcSc...Klaus Schmidinger
2012-12-21The plugin Makefiles now have a separate 'install' targetKlaus Schmidinger
2012-12-19Removed some redundancy in the Makefile/Make.global/Make.config mechanismKlaus Schmidinger
2012-12-18Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to t...Klaus Schmidinger
2012-12-18Fixed setting the --package-name and --package-version options in the calls t...Klaus Schmidinger
2012-12-18Added several missing "`ls $^`" in the calls to xgettext in plugin Makefiles ...Klaus Schmidinger
2012-12-15Fixed cOsd::GetBitmap() to always return NULL if a non-exising area is requestedKlaus Schmidinger