summaryrefslogtreecommitdiff
path: root/device.h
AgeCommit message (Expand)Author
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
2013-02-01When pausing live video, the current audio and subtitle tracks are now retainedKlaus Schmidinger
2013-01-22Fixed a typoKlaus Schmidinger
2013-01-03Added a remark indicating that the coordinates of Rect in a call to cDevice::...Klaus Schmidinger
2012-12-04The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be u...Klaus Schmidinger
2012-08-26Added cDevice::HasInternalCam()Klaus Schmidinger
2012-08-26Added cDevice::ReadFilter()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-06Fixed switching devices to the transponders of VPS recordings in case there a...Klaus Schmidinger
2012-03-02Added a Query parameter to cDevice::GetDevice(), so that devices can be queri...Klaus Schmidinger
2012-03-02Revised priority handling to allow receivers with a priority that is lower th...Klaus Schmidinger
2012-02-25Removed the "PrimaryLimit"Klaus Schmidinger
2012-02-14Added some missing 'const' to cDeviceKlaus Schmidinger
2012-01-18Fixed some typosKlaus Schmidinger
2012-01-17Fixed asserting there is a live programme if the primary device is bonded wit...Klaus Schmidinger
2011-12-04Fixed several spelling errorsKlaus Schmidinger
2011-12-04Implemented "Device Bonding"Klaus Schmidinger
2011-10-16Implemented 'occupied' for devicesKlaus Schmidinger
2011-08-26Implemented cDevice::ProvidesEIT()Klaus Schmidinger
2011-06-02Implemented signal strength and quality handlingKlaus Schmidinger
2011-05-21The primary device is now only avoided for recording if it is an old SD full ...Klaus Schmidinger
2011-03-26Fixed horizontal scaling of subtitles (cont'd)Klaus Schmidinger
2010-10-24Changed the description of cDevice::GetSTC() to make it mandatory for devices...Klaus Schmidinger
2010-04-05Added a note about not deleting cDeviceHook objects to device.hKlaus Schmidinger
2010-02-06Implemented cDevice::GetCurrentlyTunedTransponder()Klaus Schmidinger
2010-02-06Implemented cDeviceHookKlaus Schmidinger
2010-01-01Fixed stopping subtitle display when switching the primary deviceKlaus Schmidinger
2009-12-25cDevice::AddPid() now stores the stream type of the given pidKlaus Schmidinger
2009-12-05The new function cDevice::PatPmtParser() can be used in derived devices to ac...Klaus Schmidinger
2009-11-22Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio()Klaus Schmidinger
2009-06-06Using different names for the Aspect parameterKlaus Schmidinger
2009-06-01Removed obsolete constantKlaus Schmidinger
2009-06-01Improved cDvbDevice::GetOsdSize()Klaus Schmidinger
2009-05-09Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined o...Klaus Schmidinger
2009-05-08Fixed a typo in aspect ratio 2.21:1Klaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2009-04-05cDevice::PlayTs() now plays as many TS packets as possible in one callKlaus Schmidinger
2009-03-28Fixed a typoKlaus Schmidinger
2009-03-13Replaced cBackTrace with cPtsIndexKlaus Schmidinger
2009-01-25Improved fast-forward/-rewind for audio recordingsKlaus Schmidinger
2009-01-16The full-featured DVB cards are now given the TS data directly for replayKlaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-09-14Added a note about 'Id' being obsolete to the description of cDevice::PlayAud...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-23Attempting to stay on the current channel in case of an upcoming recordingKlaus Schmidinger
2008-02-16Implemented the cStatus, cDevice and cPlayer functions for setting subtitle t...Klaus Schmidinger
2008-02-09The section handler is now stopped before the device is destroyedKlaus Schmidinger