summaryrefslogtreecommitdiff
path: root/dvbdevice.c
AgeCommit message (Collapse)Author
2012-03-02Revised priority handling to allow receivers with a priority that is lower ↵Klaus Schmidinger
than that of live viewing
2012-02-25Removed the "PrimaryLimit"Klaus Schmidinger
2012-02-20Fixed getting the subsystem ids of DVB devices in case they have been ↵Klaus Schmidinger
rearranged via udev rules
2012-02-17The DVB device adapters/frontends are now probed by scanning the /dev/dvb ↵Klaus Schmidinger
directory instead of looping through adapter/frontend numbers
2012-02-12Fixed a possible crash when canceling VDR while displaying subtitles, and ↵Klaus Schmidinger
the primary device is no longer available
2012-02-12Fixed selecting the primary device for receiving the live viewing channel in ↵Klaus Schmidinger
case it is bonded with an other device and has no receiver attached to it
2012-01-17Fixed asserting there is a live programme if the primary device is bonded ↵Klaus Schmidinger
with a device that starts a recording on a different band
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
for live viewing
2012-01-14Removed '998 QAM_AUTO'Klaus Schmidinger
2012-01-13The parameters that are only used by "second generation" delivery systems ↵Klaus Schmidinger
(DVB-S2 and DVB-T2) are no longer written into channels.conf for "first generation" delivery systems
2012-01-11Added support for handling DVB-T2 transpondersKlaus Schmidinger
2012-01-08cDvbTuner::ExecuteDiseqc() now makes sure only one tuner sends SCR commands ↵Klaus Schmidinger
at any given time
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
2011-06-11Improved signal strength and quality handling (cont'd)Klaus Schmidinger
2011-06-05Improved signal strength and quality handlingKlaus Schmidinger
2011-06-02Implemented signal strength and quality handlingKlaus Schmidinger
2011-05-22Fixed a possible race condition in cDiseqc::Execute()Klaus Schmidinger
2010-05-01Fixed modulation checkKlaus Schmidinger
2010-04-25Now handling 'turbo fec' transpondersKlaus Schmidinger
2010-04-11The various modulation types are now taken into account when selecting a deviceKlaus Schmidinger
2010-04-10Added check for FE_CAN_PSK_8Klaus Schmidinger
2010-04-05Extended modulation check for all frontend typesKlaus Schmidinger
2010-04-04cDvbDevice::ProvidesTransponder() now checks the modulation capabilities of ↵Klaus Schmidinger
the device (as far as the driver allows this)
2010-03-07Changed the polarization characters in cDvbSourceParam::GetOsdItem() to ↵Klaus Schmidinger
uppercase
2010-03-06Fixed editing channel parametersKlaus Schmidinger
2010-03-06Added support for ATSC devicesKlaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2010-02-07Fixed rev. 2.27Klaus Schmidinger
2010-02-06Added device definitions to the diseqc.conf file formatKlaus Schmidinger
2010-02-06Implemented cDevice::GetCurrentlyTunedTransponder()Klaus Schmidinger
2010-02-06Implemented cDeviceHookKlaus Schmidinger
2010-01-04Added support for DVB cards with multiple fontendsKlaus Schmidinger
2009-12-31Moved support for full featured DVB cards of the TT/FuSi design into the new ↵Klaus Schmidinger
plugin 'dvbsddevice'
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-06-06Using different names for the Aspect parameterKlaus Schmidinger
2009-06-01Improved cDvbDevice::GetOsdSize()Klaus Schmidinger
2009-06-01Fixed handling the length of DiSEqC command sequencesKlaus Schmidinger
2009-05-15Removed unnecessary checksKlaus Schmidinger
2009-05-10Checking fd_video in cDvbDevice::GetVideoSize() to avoid error messages on ↵Klaus Schmidinger
systems with no real primary replay device
2009-05-09Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined ↵Klaus Schmidinger
on full featured DVB cards