summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Expand)Author
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-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-24Fixed replaying ongoing recordings from other VDR instances1.7.34Klaus 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-23Updated the Italian OSD textsKlaus Schmidinger
2012-12-22Plugin Makefiles now use DESTDIR and the 'install' programKlaus 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
2012-12-11Updated the Estonian OSD textsKlaus Schmidinger
2012-12-11Changed the type of the TimerMatch parameter in cSkinDisplayMenu::SetItemEven...Klaus Schmidinger
2012-12-08Fixed a typoKlaus Schmidinger
2012-12-08The new functions SetItemEvent(), SetItemTimer(), SetItemChannel() and SetIte...1.7.33Klaus Schmidinger
2012-12-06Changed reading and writing of floating point numbers into configuration file...Klaus Schmidinger
2012-12-05The new option "Setup/Replay/Progress display time" can be used to activate a...Klaus Schmidinger
2012-12-05Fixed creating the edited version directory if a relative file name is given ...Klaus Schmidinger
2012-12-05When regenerating the index of a recording, the frame rate stored in the info...Klaus Schmidinger
2012-12-05The new option "Setup/Replay/Pause on mark set" can be used to activate autom...Klaus Schmidinger
2012-12-04Implemented Play/Pause keyKlaus Schmidinger
2012-12-04The SVDRP command HITK now discards any keys if the remote control is current...Klaus Schmidinger
2012-12-04The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be u...Klaus Schmidinger
2012-12-04Now always setting the TDT EIT filter, because otherwise when turning on usin...Klaus Schmidinger
2012-12-04The '7' and '9' keys now jump to the very beginning or end, respectively, of ...Klaus Schmidinger
2012-12-04Synchronizing system time to the transponder time is now done using adjtime()...Klaus Schmidinger
2012-12-03Fixed handling lowercase polarization characters in channel definitions if no...Klaus Schmidinger
2012-12-03Fixed some spellings in osd.h and svdrp.cKlaus Schmidinger
2012-12-03Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..."Klaus Schmidinger
2012-12-03Fixed faulty opening of the Recordings menu when pressing the Play key during...Klaus Schmidinger
2012-12-03Fixed calling iconv_close() only with a valid iconv_t valueKlaus Schmidinger
2012-12-02Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the overf...Klaus Schmidinger
2012-12-02Fixed a typo in skins.hKlaus Schmidinger
2012-11-29Fixed adjusting the DTS values in the cutter, to compensate for dropped B-framesKlaus Schmidinger