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

    <title>~stoth/cx18-videobuf Changelog</title>
    <description>~stoth/cx18-videobuf Changelog</description>
    <item>
    <title>cx18: Temporary one-liner to determine when a video buffer has arrived.</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/d69b5bad305f</link>
    <description><![CDATA[cx18: Temporary one-liner to determine when a video buffer has arrived.<br/>
<br/>
From: Steven Toth &lt;stoth@kernellabs.com&gt;<br/>
<br/>
cx18: Temporary one-liner to determine when a video buffer has arrived.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 05 Jul 2010 16:07:01 -0400</pubDate>
</item>
<item>
    <title>cx18: Ensure the video transport starts when mmap is called.</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/ae4705cc69d1</link>
    <description><![CDATA[cx18: Ensure the video transport starts when mmap is called.<br/>
<br/>
From: Steven Toth &lt;stoth@kernellabs.com&gt;<br/>
<br/>
cx18: Ensure the video transport starts when mmap is called.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 05 Jul 2010 15:41:34 -0400</pubDate>
</item>
<item>
    <title>cx18: Add videobuf buffer timeouts to avoid blocking</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/214395063af3</link>
    <description><![CDATA[cx18: Add videobuf buffer timeouts to avoid blocking<br/>
<br/>
From: Steven Toth &lt;stoth@kernellabs.com&gt;<br/>
<br/>
cx18: Add videobuf buffer timeouts to avoid blocking<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 30 Jun 2010 22:26:42 -0400</pubDate>
</item>
<item>
    <title>cx18: Avoid warnings if no videobuf buffers are available</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/41a81a05b007</link>
    <description><![CDATA[cx18: Avoid warnings if no videobuf buffers are available<br/>
<br/>
From: Steven Toth &lt;stoth@kernellabs.com&gt;<br/>
<br/>
On channge changes we'd see 6-7 needless warnings. In normal use you<br/>
should never see this message.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 27 Jun 2010 12:49:57 -0400</pubDate>
</item>
<item>
    <title>cx18: Enable raw video videobuf support.</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/051da022d786</link>
    <description><![CDATA[cx18: Enable raw video videobuf support.<br/>
<br/>
From: Steven Toth &lt;stoth@kernellabs.com&gt;<br/>
<br/>
The driver previously used read()/write() support but this is known<br/>
to create issues with bad data. Instead we switch to using VideoBuf<br/>
support.<br/>
<br/>
1. The read/write/mmap calls are now passed to videbuf core.<br/>
2. Due to an inflexibility with CX18 buffer mapping, I am unable<br/>
   to have the DMA engine deliver a single video frame directly<br/>
   into the videobuf mapped area, the hardware hangs if I do this.<br/>
   Instead, I am forced to 'collect' pieces of the video frame<br/>
   from the existing DMA buffers and have them cloned into new<br/>
   videobuf buffers, piece by piece, before the videobuf buffer<br/>
   can be dispatched to videobuf core. This is an overhead,<br/>
   but appears to be un-avoidable.<br/>
3. Added support for YUV allowing the cx18 driver /dev/video32<br/>
   to be used natively with TVTime.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 01 Jun 2010 08:12:48 -0400</pubDate>
</item>
<item>
    <title>pxa_camera: move fifo reset direct before dma start</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/304cfde05b3f</link>
    <description><![CDATA[pxa_camera: move fifo reset direct before dma start<br/>
<br/>
From: Stefan Herbrechtsmeier &lt;hbmeier@hni.uni-paderborn.de&gt;<br/>
<br/>
Move the fifo reset from pxa_camera_start_capture to pxa_camera_irq direct<br/>
before the dma start after an end of frame interrupt to prevent images from<br/>
shifting because of old data at the begin of the frame.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Stefan Herbrechtsmeier &lt;hbmeier@hni.uni-paderborn.de&gt;<br/>
Acked-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;<br/>
Tested-by: Antonio Ospite &lt;ospite@studenti.unina.it&gt;<br/>
Signed-off-by: Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;<br/>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<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>Tue, 25 May 2010 23:50:51 -0400</pubDate>
</item>
<item>
    <title>gspca: make usb id 0461:0815 get handled by the right driver</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/83c0cb62b7d6</link>
    <description><![CDATA[gspca: make usb id 0461:0815 get handled by the right driver<br/>
<br/>
From: John Ellson &lt;john.ellson@comcast.net&gt;<br/>
<br/>
The 0461:0815 camera is spca561 based not spca508<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: John Ellson &lt;john.ellson@comcast.net&gt;<br/>
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;<br/>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<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>Tue, 25 May 2010 23:49:15 -0400</pubDate>
</item>
<item>
    <title>compat.h: replace #ifndef time_is_after_eq_jiffies</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/b576509ea6d2</link>
    <description><![CDATA[compat.h: replace #ifndef time_is_after_eq_jiffies<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&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>Wed, 19 May 2010 19:34:33 -0300</pubDate>
</item>
<item>
    <title>compat.h: replace #ifndef strict_strtoul</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/1e8806a833ba</link>
    <description><![CDATA[compat.h: replace #ifndef strict_strtoul<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&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>Wed, 19 May 2010 19:32:18 -0300</pubDate>
</item>
<item>
    <title>compat.h: backport BIT_MASK / BIT_WORD</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx18-videobuf/rev/386cc475ed5b</link>
    <description><![CDATA[compat.h: backport BIT_MASK / BIT_WORD<br/>
<br/>
From: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;<br/>
<br/>
/dougsland/master/v4l-dvb/v4l/imon.c: In function 'imon_init_idev':<br/>
/dougsland/master/v4l-dvb/v4l/imon.c:1688: error: implicit declaration of function 'BIT_MASK'<br/>
/dougsland/master/v4l-dvb/v4l/imon.c:1690: error: implicit declaration of function 'BIT_WORD'<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, 19 May 2010 19:24:58 -0300</pubDate>
</item>

  </channel>
</rss>
