<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version="2.0">
  <channel>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/</link>
    <language>en-us</language>

    <title>~stoth/hvr1950-cc Changelog</title>
    <description>~stoth/hvr1950-cc Changelog</description>
    <item>
    <title>cx25840 / pvrusb2: Experimental support for Closed Captions</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/bc7c9d6d8170</link>
    <description><![CDATA[cx25840 / pvrusb2: Experimental support for Closed Captions<br/>
<br/>
From: Steven Toth &lt;stoth@kernellabs.com&gt;<br/>
<br/>
*** Experimental: These need major cleanup before consideration for upstream ***<br/>
<br/>
Some NTSC specific Closed Captions patches for the CX25840 and the HVR1950.<br/>
These are highly experimental and are known to break certain features for<br/>
PAL. Completely untested outside of NTSC. Kudos to FredR for helping out.<br/>
<br/>
Testing with mplayer (Ubuntu x64 9.10) using:<br/>
&gt; v4l2-ctl -d /dev/video0 --set-freq 163.25<br/>
&gt; mplayer -subcc -cache 2048 /dev/video0<br/>
<br/>
Known issues:<br/>
1. Various checkpatch coding style violations.<br/>
<br/>
2. Captioning is known NOT to work during the first test of mplayer, but<br/>
   subsequent tests work reliably.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#115;&#116;&#111;&#116;&#104;&#64;&#115;&#116;&#111;&#116;&#104;&#45;&#100;&#101;&#115;&#107;&#116;&#111;&#112;</author>
    <pubDate>Tue, 29 Jun 2010 15:26:01 -0400</pubDate>
</item>
<item>
    <title>backport commit 92d4526a461eea9ade1dd46b9a379aafc99bc25d</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/9652f85e688a</link>
    <description><![CDATA[backport commit 92d4526a461eea9ade1dd46b9a379aafc99bc25d<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Ang Way Chuang &lt;wcang79@gmail.com&gt;<br/>
<br/>
    V4L/DVB: dvb-core: Fix ULE decapsulation bug<br/>
<br/>
    Fix ULE decapsulation bug when less than 4 bytes of ULE SNDU is packed<br/>
    into the remaining bytes of a MPEG2-TS frame<br/>
<br/>
    ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation<br/>
    code has a bug that incorrectly treats ULE SNDU packed into the<br/>
    remaining 2 or 3 bytes of a MPEG2-TS frame as having invalid pointer<br/>
    field on the subsequent MPEG2-TS frame.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 27 May 2010 02:02:09 -0300</pubDate>
</item>
<item>
    <title>backport commit a2f9c52549c5f40f120856253d44f4acb61a3cc7</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/eb3a7341a233</link>
    <description><![CDATA[backport commit a2f9c52549c5f40f120856253d44f4acb61a3cc7<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Dan Carpenter &lt;error27@gmail.com&gt;<br/>
<br/>
    V4L/DVB: video/saa7134: change dprintk() to i2cdprintk()<br/>
<br/>
    The problem is that dprintk() dereferences &quot;dev&quot; which is null here.<br/>
    The i2cdprintk() uses &quot;ir&quot; so that's OK.<br/>
<br/>
    Also Jean Delvare pointed out a typo in the comment so we may as well<br/>
    fix that.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 26 May 2010 11:58:10 -0300</pubDate>
</item>
<item>
    <title>backport commit e4abc0814b5eb189c1a1884352540c653b9ba144</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/b12134cf27a6</link>
    <description><![CDATA[backport commit e4abc0814b5eb189c1a1884352540c653b9ba144<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Ian Armstrong &lt;ian@iarmst.demon.co.uk&gt;<br/>
<br/>
    V4L/DVB: ivtv: Timing tweaks and code re-order to try and improve stability<br/>
<br/>
    Added small delay on device open &amp; close to allow hardware to settle. Move yuv<br/>
    register restore to before the decoder firmware call to stop playback.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 23 May 2010 22:27:49 -0300</pubDate>
</item>
<item>
    <title>backport commit 4aaa1bf17d4b79f972d056e607d697d1d50d2d00</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/7814467c73c0</link>
    <description><![CDATA[backport commit 4aaa1bf17d4b79f972d056e607d697d1d50d2d00<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Ian Armstrong &lt;ian@iarmst.demon.co.uk&gt;<br/>
<br/>
    V4L/DVB: ivtv: Avoid accidental video standard change<br/>
<br/>
    For yuv video output, pass fake values to avoid firmware trying to change<br/>
    video standard.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 23 May 2010 22:19:11 -0300</pubDate>
</item>
<item>
    <title>backport commit c1ceb3c7b10feae5ef8f6f96873f47137cc8ae92</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/c71ca4cc96f3</link>
    <description><![CDATA[backport commit c1ceb3c7b10feae5ef8f6f96873f47137cc8ae92<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Ian Armstrong &lt;ian@iarmst.demon.co.uk&gt;<br/>
<br/>
    V4L/DVB: ivtvfb : Module load / unload fixes<br/>
<br/>
    Check firmware state when loading module &amp; if firmware is not responding exit<br/>
    with an error. When module is unloaded, only disable the framebuffer &amp; not all<br/>
    decoder output.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 23 May 2010 22:10:30 -0300</pubDate>
</item>
<item>
    <title>backport commit 7334126efb783645a3003ffe264d33fceef7b519</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/13027e2dadeb</link>
    <description><![CDATA[backport commit 7334126efb783645a3003ffe264d33fceef7b519<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Ian Armstrong &lt;ian@iarmst.demon.co.uk&gt;<br/>
<br/>
    V4L/DVB: cx2341x: Report correct temporal setting for log-status<br/>
<br/>
    [Andy Walls comment:] This patch from Ian removes the cx2341x module lying<br/>
    about the setting of the temporal filter for the log status ioctl().<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 23 May 2010 21:56:33 -0300</pubDate>
</item>
<item>
    <title>backport commit 547d90cef33afe6201357ca787deb2caa0bac3d7</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/6dbbf2b0532a</link>
    <description><![CDATA[backport commit 547d90cef33afe6201357ca787deb2caa0bac3d7<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Andy Walls &lt;awalls@md.metrocast.net&gt;<br/>
<br/>
    cx18, cx23885, v4l2 doc, MAINTAINERS: Update Andy Walls' email address<br/>
<br/>
    A trivial change to update my email address from my dead awalls@radix.net<br/>
    address to my current awalls@md.metrocast.net address.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 23 May 2010 18:53:35 -0300</pubDate>
</item>
<item>
    <title>backport commit 5a6a872cd124813cb49d124a347d843178a15a10</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/b584dc1441c5</link>
    <description><![CDATA[backport commit 5a6a872cd124813cb49d124a347d843178a15a10<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Julia Lawall &lt;julia@diku.dk&gt;<br/>
<br/>
    V4L/DVB: drivers/media: Eliminate a NULL pointer dereference<br/>
<br/>
    In each case, the print involves dereferencing a value that is NULL or is<br/>
    near NULL.<br/>
<br/>
    A simplified version of the semantic match that finds this problem is as<br/>
    follows: (http://coccinelle.lip6.fr/)<br/>
<br/>
    // &lt;smpl&gt;<br/>
    @r exists@<br/>
    expression E,E1;<br/>
    identifier f;<br/>
    statement S1,S2,S3;<br/>
    @@<br/>
<br/>
    if ((E == NULL &amp;&amp; ...) || ...)<br/>
    {<br/>
      ... when != if (...) S1 else S2<br/>
          when != E = E1<br/>
    * E-&gt;f<br/>
      ... when any<br/>
      return ...;<br/>
    }<br/>
    else S3<br/>
    // &lt;/smpl&gt;<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 27 May 2010 09:36:45 -0300</pubDate>
</item>
<item>
    <title>backport commit dcdf6a9da74dd18d6431446e8a2ff28a47e81c71</title>
    <link>http://www.kernellabs.com/hg/~stoth/hvr1950-cc/rev/3d7eaf0239ab</link>
    <description><![CDATA[backport commit dcdf6a9da74dd18d6431446e8a2ff28a47e81c71<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
Author: Igor M. Liplianin &lt;liplianin@me.by&gt;<br/>
<br/>
    V4L/DVB: Bug fix: make IR work again for dm1105<br/>
<br/>
    It makes IR to work again for dm1105 and, possibly, others.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;]]></description>
    <author>&#68;&#111;&#117;&#103;&#108;&#97;&#115;&#32;&#83;&#99;&#104;&#105;&#108;&#108;&#105;&#110;&#103;&#32;&#76;&#97;&#110;&#100;&#103;&#114;&#97;&#102;&#32;&#60;&#100;&#111;&#117;&#103;&#115;&#108;&#97;&#110;&#100;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 26 May 2010 23:31:21 -0300</pubDate>
</item>

  </channel>
</rss>
