summaryrefslogtreecommitdiff
path: root/pvrinput.c
AgeCommit message (Collapse)Author
2014-01-07use udev to find related vbi deviceLars Hanisch
2013-01-23adjust Makefile to vdr 1.7.36v2013-01-23Lars Hanisch
2012-12-01update HISTORY and version numberv2012-12-01Lars Hanisch
2012-04-25correct some file modesv2012-04-25Lars Hanisch
2011-08-18add SignalStrength method of vdr 1.7.20Lars Hanisch
2011-02-12correct an error in device initialization if vdr is patched for dynamite but ↵Lars Hanisch
dynamite is not loaded
2011-02-02add udev-filter for "video4linux /dev/video" if the dynamite-plugin is presentLars 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-09-01integrated refactoring of teletext handling by wirbelLars Hanisch
The former implementation seemed to loose the one or other teletext packet.
2010-09-01increase version for next release and updated HISTORYLars Hanisch
2010-08-25add VPS line to vbi packetLars Hanisch
2010-08-21increase continuity counter before _every_ teletext packetLars Hanisch
2010-08-20activate WSS service and insert wss bits into vbi-packetsLars Hanisch
2010-08-19don't send PCR packet with SCR from vbi packetsLars Hanisch
vlc doesn't like it, PTS of teletext data seems to be enough.
2010-08-19bugfix in teletext handlingLars Hanisch
- set vbi mode before encoder start - put teletext packets into ring buffer
2010-08-19add PES header and line offsets to teletext packetsLars Hanisch
2010-08-15increase version for work on teletext branchLars Hanisch
2010-08-15Merge remote branch 'osd/rb_osd_submenues'Lars Hanisch
Merged the patches to organize the settings menu in submenus.
2010-08-12Merge branch 'reader-with-select'Lars Hanisch
Use select before read with timeout and reopen v4l2-device if select reports an error. Reading from the Hauppauge HD PVR hangs sometimes on bad video input and forces vdr to restart. With this workaround the vdr doesn't stop and there's only a few seconds missing in the recording.
2010-07-22only the OK-Button stores the parametersRainer Blickle
2010-07-19Change handling of back-key in submenues and change VersionRainer Blickle
2010-06-09reopen video device if select reports an errorLars Hanisch
2010-04-14Increase version for next rc-releaseLars Hanisch
2010-04-04Use local helper class for protected crc-function of libsiLars Hanisch
2010-04-03Increase version for next rc-releaseVDR user
2010-03-31add hidden expert option for size of read-bufferLars Hanisch
Add the following to setup.conf for tweaking: pvrinput.ReadBufferSizeKB = 64
2010-03-27Increase version for beta release2010-03-27-rc1Lars Hanisch
2010-03-18global code review and minor style cleanupsLars Hanisch
2010-03-17Add optional sleep after call of externchannelswitch.shLars 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-17Remove ambiguity between parameters and members for encoding inputLars Hanisch
Reworked Tune-function so it relies on parameters only.
2010-03-14initVDR user