summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-07Fixed detaching receivers from devices in case a CAM needs to receive the TSKlaus Schmidinger
2015-01-06Increased the PMT_SCAN_TIMEOUT to avoid timeouts when scanning PMTsKlaus Schmidinger
2015-01-04Added cOsd::DrawScaledBitmap()Klaus Schmidinger
2015-01-04Fixed multiple OBSOLETE marks in channels that are not listed in the SDT in ↵Klaus Schmidinger
case "Setup/Miscellaneous/Show channel names with source" is set to "yes"
2015-01-04Channels that are not listed in the SDT are now only marked as OBSOLETE ↵Klaus Schmidinger
if"Setup/DVB/Update channels" is set to a value other than "no" or "PIDs only"
2015-01-04The pid of the PMT in which the CA descriptors of a given channel are ↵Klaus Schmidinger
broadcast is now stored together with the CA descriptors
2015-01-01Fixed a bug in the Makefile when installing plugins with LCLBLD=1Klaus Schmidinger
2014-10-03Updated the dvbhddevice plugin sourceKlaus Schmidinger
2014-06-12Fixed a possible crash in the LCARS skinKlaus Schmidinger
2014-04-14VDR now reads command line options from *.conf files in /etc/vdr/conf.dKlaus Schmidinger
2014-04-13Added entries for version 2.0.6Klaus Schmidinger
2014-04-13Fixed a possible division by zero in frame rate detectionKlaus Schmidinger
2014-04-13Whitespace fixKlaus Schmidinger
2014-04-06A cCamSlot that has WantsTsData set to true in its constructor now also gets ↵Klaus Schmidinger
the CAT and EMM PIDs data
2014-03-24Updated the Italian OSD textsKlaus Schmidinger
2014-03-22No longer logging an error message in DirSizeMB() if the given directory ↵Klaus Schmidinger
doesn't exist
2014-03-16Added support for systemd2.1.6Klaus Schmidinger
2014-03-16Now resetting the isOnVideoDirectoryFileSystem member of a cRecording to -1 ↵Klaus Schmidinger
after renaming it
2014-03-16Now initializing the isOnVideoDirectoryFileSystem member of cRecording when ↵Klaus Schmidinger
scanning the video directory
2014-03-16Added support for "Pilot", "T2-System-Id" and "SISO/MISO" parametersKlaus Schmidinger
2014-03-15Refactored setup parameter handling for output devicesKlaus Schmidinger
2014-03-11Added a log message in case a receiver is detached from its device because ↵Klaus Schmidinger
the assigned CAM can't decrypt the channel
2014-03-10The SDT is now only parsed *after* the NIT has been readKlaus Schmidinger
2014-03-10Fixed indentationKlaus Schmidinger
2014-03-10When checking for obsolete channels, those with an RID that is not 0 are now ↵Klaus Schmidinger
ignored
2014-03-10Fixed drawing the live indicator in the LCARS skin in case there are no devicesKlaus Schmidinger
2014-03-10Updated the Finnish OSD textsKlaus Schmidinger
2014-03-09The Recordings menu now remembers the last recording the cursor was ↵Klaus Schmidinger
positioned on
2014-03-09Removed an unnecessary assignment from cMenuRecordings::~cMenuRecordings()Klaus Schmidinger
2014-03-09Fixed adding new source types in case they are already registeredKlaus Schmidinger
2014-03-08Fixed handling PAT packets when detecting framesKlaus Schmidinger
2014-03-08Fixed a possible endless loop in cH264Parser::GetGolombUe()Klaus Schmidinger
2014-03-05Changed email address of Christopher ReimerKlaus Schmidinger
2014-02-27Fixed handling transfer mode on full featured DVB cards for encrypted ↵Klaus Schmidinger
channels that have no audio pid
2014-02-26Fixed keeping the current position in the Recordings menu if a recording was ↵Klaus Schmidinger
deleted in a sub folder
2014-02-25Revoked "Fixed some compiler warnings with Clang 3.4.1" from ci.c, because ↵Klaus Schmidinger
this did not compile with older versions of gcc
2014-02-23Adjusted release date2.1.5Klaus Schmidinger
2014-02-21Fixed handling frame detection buffer lengthKlaus Schmidinger
2014-02-21Fixed detecting broken video data streams when recordingKlaus Schmidinger
2014-02-19No section number in debug messageKlaus Schmidinger
2014-02-18Fixed the replay progress display for very long recordingsKlaus Schmidinger
2014-02-18Improved PAT/PMT scanning to speed up initial tuning to encrypted channels ↵Klaus Schmidinger
on transponders with many PAT entries
2014-02-15Fixed learning keyboard remote control codesKlaus Schmidinger
2014-02-08Replaced the NULL pointer assignment in ~cReceiver() to force a segfault ↵Klaus Schmidinger
with a call to abort()
2014-02-08Added LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler ↵Klaus Schmidinger
warning with Clang 3.4.1
2014-02-08Fixed some compiler warnings with Clang 3.4.1Klaus Schmidinger
2014-02-08Fixed numbering frames (cont'd)Klaus Schmidinger
2014-02-06Fixed a possible crash in the OSD demoKlaus Schmidinger
2014-02-06Fixed numbering framesKlaus Schmidinger
2014-02-04Fixed flickering if subtitles are active while the OSD demo is runningKlaus Schmidinger