summaryrefslogtreecommitdiff
path: root/dvbdevice.h
AgeCommit message (Collapse)Author
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
2002-09-29Made remote controls plugin awareKlaus Schmidinger
2002-09-08Implemented an SPU decoderKlaus Schmidinger
2002-09-08Implemented cTSBufferKlaus Schmidinger
2002-09-06Changed NeedsSwitchChannel to NeedsDetachReceiversKlaus Schmidinger
2002-09-04Implemented recording and replaying with a single DVB cardKlaus Schmidinger
2002-08-25Added cDevice::NewOsd() to allow a derived cDevice class to implement its ↵Klaus Schmidinger
own OSD capabilities
2002-08-16Using cPoller instead of NeedsDataKlaus Schmidinger
2002-08-15Implemented several replay modes to allow players that play only audioKlaus Schmidinger
2002-08-15Implemented cDevice::NeedsData()Klaus Schmidinger
2002-08-10Adapted VDR to the NEWSTRUCT driverKlaus Schmidinger
2002-08-04Changed the cDevice class to allow plugins to implement their own devicesKlaus Schmidinger