summaryrefslogtreecommitdiff
path: root/dvbdevice.c
AgeCommit message (Expand)Author
2013-10-21Revoked "Added maximum signal strength value for TechniSat SkyStar 2 DVB-S re...Klaus Schmidinger
2013-10-13Added maximum signal strength value for TechniSat SkyStar 2 DVB-S rev 2.3PKlaus Schmidinger
2013-08-23All bonded devices (except for the master) now turn off their LNB power compl...Klaus Schmidinger
2013-04-09Added definitions for older DVB API versions, back until 5.0Klaus Schmidinger
2013-03-16Added maximum SNR and signal strength value for TechniSat SkyStar HD2Klaus Schmidinger
2013-03-13Fixed stopping an ongoing recording on a system with bonded devices, if a tim...Klaus Schmidinger
2013-03-12Fixed stopping an ongoing recording on a system with bonded devices, if a tim...Klaus Schmidinger
2013-03-12Fixed a possible "Channel not available" if a recording starts on a system wi...Klaus Schmidinger
2013-03-07Renamed the "plp id" to a more general "stream id" and added support for DVB-...Klaus Schmidinger
2013-02-20Added cDvbTuner::IsBondedMaster()Klaus Schmidinger
2013-02-19Improved working around the broken driver values for SNR in case of a "TT-bud...Klaus Schmidinger
2013-02-19Fixed a possible deadlock in handling the tuners of bonded devicesKlaus Schmidinger
2013-02-17Removed trailing whitespaceKlaus Schmidinger
2013-02-16Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock()Klaus Schmidinger
2013-02-14No longer checking for EOPNOTSUPP in cDvbTuner::GetSignalQuality()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-03Fixed handling lowercase polarization characters in channel definitions if no...Klaus Schmidinger
2012-10-07Fixed some compiler warnings under gcc version 4.7.1Klaus Schmidinger
2012-10-04Changed DTV_DVBT2_PLP_ID to DTV_STREAM_ID in dvbdevice.c to adapt to an incom...Klaus Schmidinger
2012-09-22Increased the size of the TS buffer to 5MB and that of the Recorder buffer to...Klaus Schmidinger
2012-05-09Removed the "bondedMasterFailed" mechanism from cDvbTunerKlaus Schmidinger
2012-04-04The new function cDevice::DeviceType() returns a string identifying the type ...Klaus Schmidinger
2012-03-25Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel()1.7.27Klaus Schmidinger
2012-03-13The new function cDevice::DeviceName() returns a string identifying the name ...Klaus Schmidinger
2012-03-08Fixed checking pids in case a channel has only Dolby Digital audioKlaus Schmidinger
2012-03-07Fixed selecting devices for the EPG scan in case the primary device is bonded...Klaus Schmidinger
2012-03-02Revised priority handling to allow receivers with a priority that is lower th...Klaus Schmidinger
2012-02-25Removed the "PrimaryLimit"Klaus Schmidinger
2012-02-20Fixed getting the subsystem ids of DVB devices in case they have been rearran...Klaus Schmidinger
2012-02-17The DVB device adapters/frontends are now probed by scanning the /dev/dvb dir...Klaus Schmidinger
2012-02-12Fixed a possible crash when canceling VDR while displaying subtitles, and the...Klaus Schmidinger
2012-02-12Fixed selecting the primary device for receiving the live viewing channel in ...Klaus Schmidinger
2012-01-17Fixed asserting there is a live programme if the primary device is bonded wit...Klaus Schmidinger
2012-01-16Improved the way DVB_API_VERSION is checkedKlaus Schmidinger
2012-01-16Fixed a high load in case a transponder can't be receivedKlaus Schmidinger
2012-01-15Fixed frozen live view with device bonding in case the bonded master is used ...1.7.23Klaus Schmidinger
2012-01-14Removed '998 QAM_AUTO'Klaus Schmidinger
2012-01-13The parameters that are only used by "second generation" delivery systems (DV...Klaus Schmidinger
2012-01-11Added support for handling DVB-T2 transpondersKlaus Schmidinger
2012-01-08cDvbTuner::ExecuteDiseqc() now makes sure only one tuner sends SCR commands a...Klaus Schmidinger
2012-01-08Added support for devices with more than one delivery system per frontendKlaus Schmidinger
2011-12-10Added HasSnr to the DEBUG_SIGNALQUALITY output in cDvbTuner::GetSignalQuality()Klaus Schmidinger
2011-12-10Fixed bonding more than two devicesKlaus Schmidinger
2011-12-04Implemented "Device Bonding"Klaus Schmidinger
2011-09-17Added random timeout to avoid SCR device interferenceKlaus Schmidinger
2011-09-17Disabled SCR code in cDvbTuner's dtorKlaus Schmidinger
2011-09-11VDR now supports "Satellite Channel Routing" (SCR)Klaus Schmidinger
2011-09-10The DiSEqC codes are now copied in the call to cDiseqc::Execute()Klaus Schmidinger
2011-08-26Implemented cDevice::ProvidesEIT()Klaus Schmidinger