summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2013-02-19Fixed a possible deadlock in handling the tuners of bonded devicesKlaus Schmidinger
2013-02-19Now clearing device bondings for devices that don't provide DVB-S in the ↵Klaus Schmidinger
Setup/LNB menu
2013-02-18Updated the Swedish OSDKlaus Schmidinger
2013-02-18Changed the template for PLGCFG to $(CONFDIR)/plugins.mkKlaus Schmidinger
2013-02-18Modified handling user inactivity in the shutdown handler to avoid a problem ↵Klaus Schmidinger
in case the system time is changed after VDR has been started
2013-02-18Updated the Polish OSD textsKlaus Schmidinger
2013-02-17Fixed a typoKlaus Schmidinger
2013-02-17Credit to Matthias SenzelKlaus Schmidinger
2013-02-17Added Doxyfile.filter to have special characters escaped that would ↵Klaus Schmidinger
otherwise be dropped by Doxygen
2013-02-16Added '-p' to the cp command in the install-conf target of the MakefileKlaus Schmidinger
2013-02-16Fixed some spellings in PLUGINS.html and DoxyfileKlaus Schmidinger
2013-02-16Added missing $(LDFLAGS) to the Makefile of the dvbhddevice pluginKlaus Schmidinger
2013-02-15Fixed a crash in cMenuEditChanItem::Set() when entering a channel number ↵Klaus Schmidinger
that doesn't exist
2013-02-15Updated the French OSD textsKlaus Schmidinger
2013-02-13Updated the French OSD textsKlaus Schmidinger
2013-02-12Fixed selecting the last replayed recording in the Recordings menuKlaus Schmidinger
2013-02-11Fixed permissions of po/sr_SR.poKlaus Schmidinger
2013-02-11Removed an invalid line from channels.conf.terrKlaus Schmidinger
2013-02-10Updated the French OSD 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-27Added dependency on 'i18n' to 'install-i18n' in the VDR MakefileKlaus 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-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-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-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-29Removed "include" from the DVBDIR setting in the VDR MakefileKlaus Schmidinger
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-27Making sure that plugins include the VDR header files from the actual VDR ↵Klaus Schmidinger
source directory when doing "make plugins"
2012-12-23Fixed replay stuttering close to the end of an ongoing recordingKlaus Schmidinger
2012-12-22Plugin Makefiles now use DESTDIR and the 'install' programKlaus 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-11Changed the type of the TimerMatch parameter in ↵Klaus Schmidinger
cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent'
2012-12-06Changed reading and writing of floating point numbers into configuration ↵Klaus Schmidinger
files to make it independent of the decimal point used in the current locale
2012-12-05The new option "Setup/Replay/Progress display time" can be used to activate ↵Klaus Schmidinger
automatically displaying the progress display whenever replay of a recording is started
2012-12-05The new option "Setup/Replay/Pause on mark set" can be used to activate ↵Klaus Schmidinger
automatically going into Pause mode if an editing mark is set during replay
2012-12-04Implemented Play/Pause keyKlaus Schmidinger
2012-12-04The SVDRP command HITK now discards any keys if the remote control is ↵Klaus Schmidinger
currently turned off
2012-12-04The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be ↵Klaus Schmidinger
used by derived output devices to implement scaling the video to a given size and location