Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-25 | correct some file modesv2012-04-25 | Lars Hanisch | |
2011-08-18 | add SignalStrength method of vdr 1.7.20 | Lars Hanisch | |
2011-02-12 | remove videodev.h and other unneeded headers | Lars Hanisch | |
2011-02-12 | correct an error in device initialization if vdr is patched for dynamite but ↵ | Lars Hanisch | |
dynamite is not loaded | |||
2011-02-02 | add udev-filter for "video4linux /dev/video" if the dynamite-plugin is present | Lars Hanisch | |
2011-01-20 | patch to work with the dynamite-plugin | Lars 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-12-04 | use cString::sprintf instead of standard sprintf | Lars Hanisch | |
So we don't have to handle the memory allocation on our own. | |||
2010-09-01 | integrated refactoring of teletext handling by wirbel | Lars Hanisch | |
The former implementation seemed to loose the one or other teletext packet. | |||
2010-08-25 | add VPS line to vbi packet | Lars Hanisch | |
2010-08-20 | activate WSS service and insert wss bits into vbi-packets | Lars Hanisch | |
2010-08-20 | replace constants with identifiers | Lars Hanisch | |
2010-08-20 | remove commented SetVBIMode, the new place is the right one | Lars Hanisch | |
2010-08-19 | bugfix in teletext handling | Lars Hanisch | |
- set vbi mode before encoder start - put teletext packets into ring buffer | |||
2010-08-15 | Merge remote branch 'osd/rb_osd_submenues' | Lars Hanisch | |
Merged the patches to organize the settings menu in submenus. | |||
2010-07-26 | Set some of the parameters immediately | Rainer Blickle | |
2010-07-22 | Most parameters for the devices will only be set if device is down | root | |
2010-06-09 | reopen video device if select reports an error | Lars Hanisch | |
2010-04-06 | Refactoring of ProvidesSource | Lars Hanisch | |
Parsing of source type is done at cPvrSourceParam::IsPvr | |||
2010-03-31 | add hidden expert option for size of read-buffer | Lars Hanisch | |
Add the following to setup.conf for tweaking: pvrinput.ReadBufferSizeKB = 64 | |||
2010-03-24 | Correct small typo | Lars Hanisch | |
2010-03-24 | Rework of teletext PMT handling | Lars 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-21 | Refactoring of cPvrSourceParam: it can now be used by ParseChannels | Lars Hanisch | |
The parsing and writing of the channel's source parameter is now focused at one place. | |||
2010-03-21 | minor code style cleanup | Lars Hanisch | |
2010-03-21 | Refactoring cPvrSourceParam: eleminated unneeded fields | Lars Hanisch | |
2010-03-21 | Recognize radio channels on inputType, not on frequency | Lars Hanisch | |
The actual type of a channel is provided by "TV", "RADIO" or "SVIDEO" so we don't need to guess if it's radio or not. | |||
2010-03-20 | Refactoring usage of frequency and encoderinput fields | Lars 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-20 | Revert "Refactoring usage of frequency and encoderinput fields" | Lars Hanisch | |
This reverts commit 5a2a807bad756353f681b3e0c2db7c1f7ff9d85e. | |||
2010-03-20 | Refactoring usage of frequency and encoderinput fields | Lars 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-19 | another code style cleanup | Lars Hanisch | |
2010-03-18 | global code review and minor style cleanups | Lars Hanisch | |
2010-03-17 | Add optional sleep after call of externchannelswitch.sh | Lars Hanisch | |
Some cards like the HD PVR needs some time to stabilize the video stream. On some installations a sleep in the external script doesn't seem to work. | |||
2010-03-17 | Remove ambiguity between parameters and members for encoding input | Lars Hanisch | |
Reworked Tune-function so it relies on parameters only. | |||
2010-03-14 | add frequency as parameter to externchannelswitch.sh | Lars Hanisch | |
This is possibly needed, because the SID now have a more important meaning. It is updated from the vdr in relation to the PAT/PMT so it's not a good idea to store important values there. Use the frequency. | |||
2010-03-14 | init | VDR user | |