summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2017-05-09Added a Status parameter to the interface of cDevice::SignalStats() and ↵Klaus Schmidinger
cDvbDevice::SignalStats()
2017-05-09Fixed selecting delivery system names in case of undefined indexesKlaus Schmidinger
2017-05-09Changed the default return value of cEpgHandler::BeginSegmentTransfer() to trueKlaus Schmidinger
2017-05-09When selecting a device/CAM combination for live viewing, CAMs that are ↵Klaus Schmidinger
known to decrypt the requested channel are now given a higher priority than prefering the primary device
2017-05-01Log messages about switching channels now include the channel IDKlaus Schmidinger
2017-04-23Removed logging DVB API 5 signal statistics, because it happened too often ↵Klaus Schmidinger
if EPG scan is active (cont'd)
2017-04-22The SVDRP command LSTC can now list the channels with channel ids; channel ↵Klaus Schmidinger
number 0 lists the data of the current channel
2017-04-17Implemented getting and logging DVB API 5 signal statisticsKlaus Schmidinger
2017-04-03Recordings now have unique idsKlaus Schmidinger
2017-04-02The cEvent class now has a new member 'aux'Klaus Schmidinger
2017-04-01Changed tEventID back to u_int32_tKlaus Schmidinger
2017-03-31The function cEpgHandlers::BeginSegmentTransfer() is now booleanKlaus Schmidinger
2017-03-28Added credit for Jasmin Jessich2.3.3Klaus Schmidinger
2017-01-09Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in ↵Klaus Schmidinger
gcc6+
2017-01-09The channel/CAM relations are now stored in the file 'cam.data'; fixed a ↵Klaus Schmidinger
flaw in handling timeouts for encrypted channels
2017-01-08Added a missing dependency to the Makefile to avoid error messages in the ↵Klaus Schmidinger
clean-plugins target
2017-01-05Updated the Russian OSD textsKlaus Schmidinger
2016-12-27Added 'S3W ABS-3A' to sources.confKlaus Schmidinger
2016-12-23Added a short sleep to cTSBuffer::Action() to avoid high CPU usageKlaus Schmidinger
2016-12-23Added support for the systemd watchdogKlaus Schmidinger
2016-12-23Avoiding some duplicate code and unnecessary work in nit.cKlaus Schmidinger
2016-12-23Fixed a possible buffer overflow in handling CA descriptorsKlaus Schmidinger
2016-12-22Fixed a typo in the description of cTimers::GetTimersRead()Klaus Schmidinger
2016-12-22Added a 'const' version of cTimers::GetTimer()Klaus Schmidinger
2016-12-22Fixed truncated date/time strings in the skins on multi-byte UTF-8 systemsKlaus Schmidinger
2016-12-22Added 'S58.5E Kazsat 3' to sources.confKlaus Schmidinger
2016-12-22Sorted sources.conf by continuous azimuthKlaus Schmidinger
2016-12-22Fixed building VDR with systemd >= 230Klaus Schmidinger
2016-12-22Fixed regenerating the index of audio recordingsKlaus Schmidinger
2016-12-22Added cFont::Width(void) to get the default character width and allow ↵Klaus Schmidinger
stretched font drawing in high level OSDs
2016-12-22Implemented a frame parser for H.265 (HEVC) recordingsKlaus Schmidinger
2016-12-22Fixed replaying recordings to their very end, if they don't end with an I-frameKlaus Schmidinger
2016-12-22Improved handling frame numbers to have a smoother progress display during ↵Klaus Schmidinger
replay of recordings with B-frames
2016-12-22Fixed resuming replay at a given position, which was off by one frameKlaus Schmidinger
2016-12-22Made the cPlayer member functions FramesPerSecond, GetIndex and ↵Klaus Schmidinger
GetReplayMode 'const'
2016-12-13Added a note to the description of cFont::Size(), regarding possible ↵Klaus Schmidinger
differences between it and cFont::Height()
2015-09-16Fixed an overflow of PIDs in a receiverKlaus Schmidinger
2015-09-16Fixed a crash when deleting a recordingKlaus Schmidinger
2015-09-11Empty adaptation field TS packets are now skipped when recordingKlaus Schmidinger
2015-09-11Implemented the setup option "Recording/Record key handling"Klaus Schmidinger
2015-09-10Fixed a possible stack overflow in cListBase::Sort()Klaus Schmidinger
2015-09-10Skins can now implement cSkinDisplayMenu::MenuOrientation() to display ↵Klaus Schmidinger
horizontal menus
2015-09-10The 'newplugin' script now creates the 'po' subdirectory for translationsKlaus Schmidinger
2015-09-10The character 0x0D is now stripped from EPG textsKlaus Schmidinger
2015-04-19The -u option now also accepts a numerical user idKlaus Schmidinger
2015-04-18The -V and -h options now list the plugins in alphabetical orderKlaus Schmidinger
2015-04-18The command line option -D now accepts the value '-' (as in -D-), which ↵Klaus Schmidinger
prevents VDR from using any DVB devices
2015-04-11The script that gets called for recordings is now also called right before a ↵Klaus Schmidinger
recording is edited
2015-04-11Reduced the priority of the "video directory scanner" thread and checking ↵Klaus Schmidinger
cIoThrottle::Engaged() when it is running
2015-03-17Fixed setting the source value of newly created channels, in case the NIT is ↵Klaus Schmidinger
received from a different, but very close satellite position (cont'd)