Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-04 | Use local helper class for protected crc-function of libsi | Lars Hanisch | |
2010-04-03 | Increase version for next rc-release | VDR user | |
2010-04-03 | Update README to reflect latest changes | Lars Hanisch | |
2010-03-31 | Merge branch 'master' of gitosis@projects.vdr-developer.org:vdr-plugin-pvrinput | Lars Hanisch | |
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-31 | update HISTORY | Lars Hanisch | |
2010-03-31 | Update README to the current status | Lars Hanisch | |
2010-03-31 | add example of channels.conf for vdr >= 1.7.13 | Lars Hanisch | |
And correct some errors on radio channels and channels without PCR-PID | |||
2010-03-31 | add new conversion-script for channels.conf | Lars Hanisch | |
Converts the plugin-param-patch-syntax channels.conf to the new syntax used by vdr >= 1.7.13 | |||
2010-03-27 | Increase version for beta release2010-03-27-rc1 | Lars Hanisch | |
2010-03-24 | Merge branch 'master' of projects.vdr-developer.org:vdr-plugin-pvrinput | Lars Hanisch | |
2010-03-24 | Only send teletext-PMT if the user enabled sliced vbi | Lars Hanisch | |
2010-03-24 | Correct small typo | Lars Hanisch | |
2010-03-24 | Merge branch 'master', remote branch 'origin' | 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 | minor code style cleanups | 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-21 | Never send PMT with teletext on radio streams. | Lars Hanisch | |
2010-03-21 | rework PMT: send teletext pid only on streams with teletext | Lars Hanisch | |
On start of streaming a PMT is sent without an entry for teletext. A modified PMT with teletext is sent, when the first packet with the stream id 0xbd arrives. Advantage: on cards without teletext the plugin osdteletext will detach its receiver. So it can be closed by vdr if it's not needed anymore. | |||
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-15 | update HISTORY file | Lars Hanisch | |
2010-03-15 | Merge branch 'master' into teletext | Lars Hanisch | |
2010-03-15 | PMT (radio): correct program info length | Lars Hanisch | |
Since there is no ES info for video and teletext the size of the PMT has to be smaller. | |||
2010-03-14 | PMT: extend teletext ES info with descriptor tag 0x56 | Lars Hanisch | |
On the basis of this descriptor tag vdr recognize the teletext packets. Otherwise the teletext PID will be removed from the channel. | |||
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 | adjust include dir for libsi | Lars Hanisch | |
The "vdr/" prefix is only valid for Debian-packages. | |||
2010-03-14 | send no video packets for radio channels | Lars Hanisch | |
2010-03-14 | init | VDR user | |