summaryrefslogtreecommitdiff
path: root/device.h
AgeCommit message (Collapse)Author
2014-01-07use udev to find related radio deviceLars Hanisch
2014-01-07use udev to find related vbi deviceLars Hanisch
2014-01-07override GetCurrentlyTunedTransponder, IsTunedToTransponder and ↵Lars Hanisch
MaySwitchTransponder from cDevice
2012-04-25correct some file modesv2012-04-25Lars Hanisch
2011-08-18add SignalStrength method of vdr 1.7.20Lars Hanisch
2011-02-12remove videodev.h and other unneeded headersLars Hanisch
2011-01-20patch to work with the dynamite-pluginLars Hanisch
With dynamite pvrinput-devices can now be attached/detached dynamically while vdr is running. e.g. svdrpsend plug dynamite attd /dev/video0 svdrpsend plug dynamite detd /dev/video0
2010-06-09reopen video device if select reports an errorLars Hanisch
2010-03-24Rework of teletext PMT handlingLars Hanisch
Due to retuning of the vdr on a pid-change the intended behaviour of pvrinput could not be achieved. Now a PMT with teletext descriptor is sent if there's at least one device present, which is capable of sliced vbi.
2010-03-20Refactoring usage of frequency and encoderinput fieldsLars Hanisch
Renamed "EncoderInput" to "InputType" since it's only set to eTelevision, eRadio or eExternalInput. It's used for general decisions depending on the type of the input. On the contrary "CurrentInput" is holding the actual input number of the device. Naming convention: Properties of current set channel should start with "Current". Properties of the channel to be set should start with "new".
2010-03-20Revert "Refactoring usage of frequency and encoderinput fields"Lars Hanisch
This reverts commit 5a2a807bad756353f681b3e0c2db7c1f7ff9d85e.
2010-03-20Refactoring usage of frequency and encoderinput fieldsLars Hanisch
Naming convention: Properties of current set channel should start with "Current". Properties of the channel to be set should start with "new".
2010-03-18global code review and minor style cleanupsLars Hanisch
2010-03-17Remove ambiguity between parameters and members for encoding inputLars Hanisch
Reworked Tune-function so it relies on parameters only.
2010-03-14initVDR user