Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-25 | correct some file modesv2012-04-25 | Lars Hanisch | |
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-21 | increase continuity counter before _every_ teletext packet | Lars Hanisch | |
2010-08-20 | activate WSS service and insert wss bits into vbi-packets | Lars Hanisch | |
2010-08-19 | don't send PCR packet with SCR from vbi packets | Lars Hanisch | |
vlc doesn't like it, PTS of teletext data seems to be enough. | |||
2010-08-19 | bugfix in teletext handling | Lars Hanisch | |
- set vbi mode before encoder start - put teletext packets into ring buffer | |||
2010-08-19 | add PES header and line offsets to teletext packets | Lars Hanisch | |
2010-08-15 | exchange constants with identifiers from videodev2.h | Lars Hanisch | |
2010-06-09 | reopen video device if select reports an error | Lars Hanisch | |
2010-04-14 | Use select before read to detect if there's data available | Lars Hanisch | |
Hopefully this is more stable on reading from the HD PVR. | |||
2010-04-04 | Use local helper class for protected crc-function of libsi | 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-24 | Only send teletext-PMT if the user enabled sliced vbi | 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 | minor code style cleanups | Lars Hanisch | |
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-18 | global code review and minor style cleanups | 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 | 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 | |