summaryrefslogtreecommitdiff
path: root/device.h
AgeCommit message (Collapse)Author
2017-11-02The macros used to control deprecated code or functions have been changed to ↵Klaus Schmidinger
hold numeric values; the default for DEPRECATED_VDR_CHARSET_OVERRIDE has been set to 0
2017-11-02The function cDevice::GetVideoSystem() has been finally removedKlaus Schmidinger
2017-05-30Now using a separate mutex to fix the race between SVDRP CHAN and ↵Klaus Schmidinger
cDevice::HasProgramme()
2017-05-09Added a Status parameter to the interface of cDevice::SignalStats() and ↵Klaus Schmidinger
cDvbDevice::SignalStats()
2017-04-17Implemented getting and logging DVB API 5 signal statisticsKlaus Schmidinger
2017-04-15cTSBuffer::Skip() no longer immediately deletes the given number of bytes ↵Klaus Schmidinger
from the TS buffer
2017-04-15The function cCamSlot::Decrypt() can now also be called with Data == NULLKlaus Schmidinger
2017-04-02Detecting whether a particular CAM actually decrypts a given channel is now ↵Klaus Schmidinger
done separately for each receiver
2017-02-21PIDs can now be added to and deleted from a cReceiver while it is attached ↵Klaus Schmidinger
to a cDevice
2017-01-09The channel/CAM relations are now stored in the file 'cam.data'; fixed a ↵Klaus Schmidinger
flaw in handling timeouts for encrypted channels
2016-12-06The function SetCurrentChannel(const cChannel *Channel) is now deprecatedKlaus Schmidinger
2015-04-19Commented out the line #define DEPRECATED_VIDEOSYSTEM in device.hKlaus Schmidinger
2015-01-12Added the new parameters "Setup/Miscellaneous/Volume steps" and ".../Volume ↵Klaus Schmidinger
linearize"
2014-03-15Refactored setup parameter handling for output devicesKlaus Schmidinger
2014-01-02Added support for buffered CAM decryptionKlaus Schmidinger
2013-12-28Implemented cCamSlot::Decrypt()Klaus Schmidinger
2013-12-25Added a note to ePlayMode in device.h that VDR itself always uses ↵Klaus Schmidinger
pmAudioVideo when replaying a recording
2013-12-25cDevice::TrickSpeed() now has an additional parameter named ForwardKlaus Schmidinger
2013-12-25Made it clear that the Data parameter in cDevice::StillPicture() may point ↵Klaus Schmidinger
to a series of packets, not just a single one
2013-10-10Fixed a commentKlaus Schmidinger
2013-08-22cDevice::IsPrimaryDevice() now also checks whether the primary device ↵Klaus Schmidinger
actually has a decoder and returns false otherwise
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
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
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 ↵Klaus Schmidinger
cDevice::CanScaleVideo() are in the range of the width and height returned by GetOsdSize()
2012-12-04The new functions cDevice::CanScaleVideo() and cDevice::ScaleVideo() can be ↵Klaus Schmidinger
used by derived output devices to implement scaling the video to a given size and location
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
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-06Fixed switching devices to the transponders of VPS recordings in case there ↵Klaus Schmidinger
are only bonded devices
2012-03-02Added a Query parameter to cDevice::GetDevice(), so that devices can be ↵Klaus Schmidinger
queried without side effects when zapping
2012-03-02Revised priority handling to allow receivers with a priority that is lower ↵Klaus Schmidinger
than that of live viewing
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 ↵Klaus Schmidinger
with a device that starts a recording on a different band
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
featured card
2011-03-26Fixed horizontal scaling of subtitles (cont'd)Klaus Schmidinger
2010-10-24Changed the description of cDevice::GetSTC() to make it mandatory for ↵Klaus Schmidinger
devices that can replay
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