summaryrefslogtreecommitdiff
path: root/dvbdevice.h
AgeCommit message (Collapse)Author
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
initial channel when VDR is started
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 ↵Klaus Schmidinger
DVB-S2 "Input Stream Identifier" (ISI)
2013-02-16Removed all \return and \param tags from comment lines marked with "///<" ↵Klaus Schmidinger
for Doxygen
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
of the given device
2012-03-13The new function cDevice::DeviceName() returns a string identifying the name ↵Klaus Schmidinger
of the given device
2012-03-02Revised priority handling to allow receivers with a priority that is lower ↵Klaus Schmidinger
than that of live viewing
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-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
plugin 'dvbsddevice'
2009-10-25Only checking DVB_API_VERSION to be >=5 in order to stay compileable in case ↵Klaus Schmidinger
the DVB API version number is increased
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 ↵Klaus Schmidinger
on full featured DVB cards
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 ↵Klaus Schmidinger
the symbol rate in case of DVB-S and DVB-C
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 ↵Klaus Schmidinger
version
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 ↵Klaus Schmidinger
when tuning to an FTA channel
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM ↵1.5.0Klaus Schmidinger
selection
2006-05-28Removed all the compatibility '#if APIVERSNUM...' stuff and instead ↵Klaus Schmidinger
increased the API version number
2006-05-20Fixed handling Transfer Mode when replaying Dolby Digital audio and the ↵Klaus Schmidinger
option '-a' was given
2006-04-09Fixed VPS recording in case there is more than one timer in the VPS marginKlaus Schmidinger
2006-02-04Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier ↵Klaus Schmidinger
process the audio data
2005-12-29cDevice::GrabImage() now returns a pointer to the image in memory; ↵Klaus Schmidinger
cDevice::GrabImageFile() grabs the image to a file
2005-11-11Modified switching to Dolby Digital audio in live modeKlaus Schmidinger
2005-08-21Now waiting at startup until all DVB devices are readyKlaus Schmidinger
2005-02-20Added support for setting the video display modeKlaus Schmidinger
2005-02-13Implemented cDvbDevice::SetTransferModeForDolbyDigital()Klaus Schmidinger
2005-01-06Implemented left/right/stereo selectionKlaus Schmidinger