summaryrefslogtreecommitdiff
path: root/dvbdevice.h
AgeCommit message (Expand)Author
2020-06-27Fixed the 'else if' branch in cDevice::GetDeviceForTransponder(), which hasn'...2.4.3Klaus Schmidinger
2019-03-10Fixed accessing the actual frontend on multi frontend devicesKlaus Schmidinger
2018-10-29Added support for DVB devices with more than one frontend that all use the sa...Klaus Schmidinger
2017-05-09Added a Status parameter to the interface of cDevice::SignalStats() and cDvbD...Klaus Schmidinger
2017-04-17Implemented getting and logging DVB API 5 signal statisticsKlaus Schmidinger
2017-04-15The function cCamSlot::Decrypt() can now also be called with Data == NULLKlaus Schmidinger
2015-04-18The command line option -D now accepts the value '-' (as in -D-), which preve...Klaus Schmidinger
2014-03-16Added support for "Pilot", "T2-System-Id" and "SISO/MISO" parametersKlaus Schmidinger
2014-01-16Now waiting explicitly until all CAM slots are ready before switching to the ...Klaus Schmidinger
2014-01-01Eliminated MAXDVBDEVICESKlaus Schmidinger
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-04-09Added definitions for older DVB API versions, back until 5.0Klaus Schmidinger
2013-03-07Renamed the "plp id" to a more general "stream id" and added support for DVB-...Klaus Schmidinger
2013-02-16Removed all \return and \param tags from comment lines marked with "///<" for...Klaus Schmidinger
2013-02-16Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock()Klaus Schmidinger
2012-04-04The new function cDevice::DeviceType() returns a string identifying the type ...Klaus Schmidinger
2012-03-13The new function cDevice::DeviceName() returns a string identifying the name ...Klaus Schmidinger
2012-03-02Revised priority handling to allow receivers with a priority that is lower th...Klaus Schmidinger
2012-02-17The DVB device adapters/frontends are now probed by scanning the /dev/dvb dir...Klaus Schmidinger
2012-01-16Improved the way DVB_API_VERSION is checkedKlaus Schmidinger
2012-01-13Added member functions Adapter() and Frontend() to cDvbDeviceKlaus Schmidinger
2012-01-11Added support for handling DVB-T2 transpondersKlaus Schmidinger
2012-01-08Added support for devices with more than one delivery system per frontendKlaus Schmidinger
2011-12-04Fixed several spelling errorsKlaus Schmidinger
2011-12-04Implemented "Device Bonding"Klaus Schmidinger
2011-08-26Implemented cDevice::ProvidesEIT()Klaus Schmidinger
2011-06-02Implemented signal strength and quality handlingKlaus Schmidinger
2010-04-11The various modulation types are now taken into account when selecting a deviceKlaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2010-02-06Implemented cDevice::GetCurrentlyTunedTransponder()Klaus 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
2009-10-25Only checking DVB_API_VERSION to be >=5 in order to stay compileable in case ...Klaus Schmidinger
2009-06-06Using different names for the Aspect parameterKlaus Schmidinger
2009-06-01Improved cDvbDevice::GetOsdSize()Klaus Schmidinger
2009-06-01Added a workaround for the broken linux-dvb driver header filesKlaus Schmidinger
2009-05-09Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined o...Klaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2008-12-13Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks t...Klaus Schmidinger
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2008-04-12Re-implemented handling of DVB-S2Klaus Schmidinger
2008-02-08Revoked the switch to the "multiproto" driver in order to make a new stable v...Klaus Schmidinger
2008-01-27Implemented handling of DVB-S2Klaus Schmidinger
2007-10-14Added cDevice::CloseFilter(); some fixes to PLUGINS.html1.5.10Klaus Schmidinger
2007-02-25Increased the maximum number of DVB devices to 8Klaus Schmidinger
2007-01-13Added cDevice::HasCi() so that devices with Common Interface can be avoided w...Klaus Schmidinger
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0Klaus Schmidinger
2006-05-28Removed all the compatibility '#if APIVERSNUM...' stuff and instead increased...Klaus Schmidinger
2006-05-20Fixed handling Transfer Mode when replaying Dolby Digital audio and the optio...Klaus Schmidinger
2006-04-09Fixed VPS recording in case there is more than one timer in the VPS marginKlaus Schmidinger