summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
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
2012-12-04Now always setting the TDT EIT filter, because otherwise when turning on ↵Klaus Schmidinger
using the transponder time in the Setup menu, it would only be used after the next restart of VDR
2012-12-04The '7' and '9' keys now jump to the very beginning or end, respectively, of ↵Klaus Schmidinger
the recording, even if there is no mark set at that point
2012-12-04Synchronizing system time to the transponder time is now done using ↵Klaus Schmidinger
adjtime() in order to avoid discontinuities
2012-12-03Fixed handling lowercase polarization characters in channel definitions if ↵Klaus Schmidinger
no DiSEqC is used
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 calling iconv_close() only with a valid iconv_t valueKlaus Schmidinger
2012-12-02Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the ↵Klaus Schmidinger
overflow handling of PCR values
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
2012-11-27The cutter now only increments the TS continuity counter for packets that ↵Klaus Schmidinger
have a payload
2012-11-25Changed all occurrences of MPEG4 to H264 (pointed out by Sören Moch)Klaus Schmidinger
2012-11-25Fixed getting only non-video packets in cCuttingThread::GetPendingPackets()Klaus Schmidinger
2012-11-18Modified editing marks are now written to disk whenever the replay progress ↵1.7.32Klaus Schmidinger
display gets hidden
2012-11-03Credit to Udo RichterKlaus Schmidinger
2012-10-15Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer()Klaus Schmidinger
2012-10-09Fixed 'make install' to not overwrite existing configuration filesKlaus Schmidinger
2012-10-09Fixed setting the video format in the dvbhdffdeviceKlaus Schmidinger
2012-10-04Changed DTV_DVBT2_PLP_ID to DTV_STREAM_ID in dvbdevice.c to adapt to an ↵Klaus Schmidinger
incompatible change in DVB API 5.8
2012-10-03cIoThrottle::Engaged() is now also checked in ↵Klaus Schmidinger
cRemoveDeletedRecordingsThread::Action()
2012-10-03Pressing the Play key during normal live viewing mode now opens the ↵Klaus Schmidinger
Recordings menu if there is no "last viewed" recording