Devin Heitmueller <dheitmueller@hauppauge.com> [Mon, 31 Jan 2011 20:35:26 -0500] rev 2572
Get rid of V4L1 support
V4L1 has been deprecated for almost ten years. They are dropping it in the
2.6.38 kernel, so let's drop it here too.
If you're one of the few users who has a card that is V4L1 only, then you're
best to stick with the 2006 release of tvtime.
Devin Heitmueller <dheitmueller@kernellabs.com> [Sun, 06 Jun 2010 20:10:27 -0400] rev 2571
Import patch from Sourceforge tvtime tracker related to CC double-byte chars
This patch adds an additional check to prevent
double-byte characters, such as 0x11 0x39 (non-breaking
space), from being misinterpreted as control sequences.
Without the patch, 0x11 0x39 incorrectly causes a
switch to paint-on mode.
Original patch by: Nick Duffek ( nickaerva ) - 2006-09-24 18:23:44 UTC
Devin Heitmueller <dheitmueller@kernellabs.com> [Sun, 06 Jun 2010 20:05:46 -0400] rev 2570
Import patch from tvtime sourceforge tracker related to CC multiline clearing
Original patch provided by Nick Duffek ( nickaerva ) - 2006-09-24 18:29:19 UTC
Devin Heitmueller <dheitmueller@kernellabs.com> [Sat, 29 May 2010 15:38:03 -0400] rev 2569
Make CC parser work even if not getting the V4L1 standard number of lines
The existing code had a hard code assumption that the /dev/vbi device would
*always* be sending 12 lines, even if the V4L2 call reported that it was
returning some other number.
Make tvtime work properly in the case where a different number of lines is
sent back (for example, the HVR-950q only sends back line 21).
Devin Heitmueller <dheitmueller@kernellabs.com> [Wed, 17 Mar 2010 18:42:30 -0400] rev 2568
djh - revert change I made where we thought we needed to read the VBI data twice. It turns up the fieldsavailable field being four doesn't mean that it just read four frames before doing a VBI read, so much as that the pipeline supports four frames at a time.
Because of the change, we were losing about half of the video frames because the second read on the VBI device would stall tvtime for up to 30ms.
Devin Heitmueller <dheitmueller@kernellabs.com> [Thu, 07 Jan 2010 00:14:45 -0500] rev 2567
djh - Make tvtime better report the error condition if attempting to use a tuner that does not support the V4L2 streaming interface (for example, the HVR-1600).
Devin Heitmueller <dheitmueller@kernellabs.com> [Tue, 29 Dec 2009 21:04:25 -0500] rev 2566
djh - don't continue if the open fails call fails on the VBI device.
Devin Heitmueller <dheitmueller@kernellabs.com> [Sun, 27 Dec 2009 23:19:46 -0500] rev 2565
djh - revert accidental change to configure.ac while adding the libasound dependency
Devin Heitmueller <dheitmueller@kernellabs.com> [Sun, 27 Dec 2009 23:16:47 -0500] rev 2564
djh - first cut at including support for reading on an ALSA device during playback. Currently only tested with the HVR-950q.
Also, there is currently no GUI option to set the device - users must run "./tvtime-configure --alsainputdev=hw:1,0" and "./tvtime-configure --alsaoutputdev=hw:0,0" to set the input and output devices.
Devin Heitmueller <dheitmueller@kernellabs.com> [Sun, 20 Dec 2009 19:58:47 -0500] rev 2563
djh - Make sure we cleanup the memory properly for the vbi data buffer.