summaryrefslogtreecommitdiff
path: root/dvbdevice.h
AgeCommit message (Collapse)Author
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
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-11-07Fixed a short glitch when starting a recording on the primary device while ↵Klaus Schmidinger
in replay or transfer mode
2004-10-30No longer explicitly waiting for a tuner lock when switching channelsKlaus Schmidinger
2004-06-19Added cDevice::Flush()Klaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2004-01-04Implemented automatic PID switching and channel detectionKlaus Schmidinger
2003-12-22Changed section handling; replaced 'libdtv' with 'libsi'Klaus Schmidinger
2003-11-07Added cDevice::GetSTC()Klaus Schmidinger
2003-10-04Fixed detecting the /dev/videoN devices for GRAB in case there are others ↵Klaus Schmidinger
before the DVB devices
2003-08-15Fixed scaling SPU bitmaps in Letterbox mode when playing NTSC materialKlaus Schmidinger
2003-05-02Now turning off live PIDs when replayingKlaus Schmidinger
2002-12-15Using 'Doxygen' to generate source code documentationKlaus Schmidinger
2002-12-08The actual tuning is now done in a separate threadKlaus Schmidinger
2002-11-03Now checking the driver's DVB_API_VERSION1.1.15Klaus Schmidinger
2002-11-03Implemented audio plugin interfaceKlaus Schmidinger
2002-11-01Completely switched to the HEAD driver versionKlaus Schmidinger
2002-10-26Fixed blocking replaying in case an encrypted channel is being recorded on ↵Klaus Schmidinger
the primary device
2002-10-12Reactivated full handling of second audio PID (even in 'Transfer Mode')Klaus Schmidinger
2002-10-11Adapted type names to the new HEAD version of the driverKlaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger