<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/v4l2-apps/lib/libv4l/Makefile, branch master</title>
<subtitle>Mediapointer DVB-S2 driver
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/'/>
<entry>
<title>v4l2-apps: move libraries around to make the directory tree flatter</title>
<updated>2009-02-13T12:06:29+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-02-13T12:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=4e061e403e8a5ab5f041a54a6852c69e6b00b368'/>
<id>4e061e403e8a5ab5f041a54a6852c69e6b00b368</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Instead of having libv4l2util in v4l2-apps/lib and libv4l in v4l2-apps/lib/libv4l,
both are now moved to v4l2-apps/libv4l2util and v4l2-apps/libv4l.

This is much cleaner and less confusing.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Instead of having libv4l2util in v4l2-apps/lib and libv4l in v4l2-apps/lib/libv4l,
both are now moved to v4l2-apps/libv4l2util and v4l2-apps/libv4l.

This is much cleaner and less confusing.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: 0.5.0 release</title>
<updated>2008-09-15T11:48:21+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-09-15T11:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=37365f711151fceee2bbc87ef7836c5f08b7c1f1'/>
<id>37365f711151fceee2bbc87ef7836c5f08b7c1f1</id>
<content type='text'>
From: Hans de Goede &lt;hdegoede@redhat.com&gt;

* Add support for enumerating framesizes and frameintervals of emulated
  formats when the driver supports it for the real format
* Make sure the video device always gets opened RW even if the application
  asks for RO
* Add Genius E-Messenger 112 (093a:2476) to list of cams which have their
  sensor upside down

Priority: normal

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;hdegoede@redhat.com&gt;

* Add support for enumerating framesizes and frameintervals of emulated
  formats when the driver supports it for the real format
* Make sure the video device always gets opened RW even if the application
  asks for RO
* Add Genius E-Messenger 112 (093a:2476) to list of cams which have their
  sensor upside down

Priority: normal

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: Add suport for YUYV and YVYU packed pixel formats</title>
<updated>2008-09-03T09:36:18+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-09-03T09:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=fd1a54135c2d7959bf7b78cada95ee9152eedf41'/>
<id>fd1a54135c2d7959bf7b78cada95ee9152eedf41</id>
<content type='text'>
From: Jean-Francois Moine &lt;moinejf@free.fr&gt;

libv4l: Add suport for YUYV and YVYU packed pixel formats

Priority: normal

Signed-off-by: Jean-Francois Moine &lt;moinejf@free.fr&gt;
Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Jean-Francois Moine &lt;moinejf@free.fr&gt;

libv4l: Add suport for YUYV and YVYU packed pixel formats

Priority: normal

Signed-off-by: Jean-Francois Moine &lt;moinejf@free.fr&gt;
Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: adjust (fix) sn9c102 bayer order</title>
<updated>2008-08-29T12:00:57+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-08-29T12:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b29c49d48ca0db5d5e8e98f1622be4d0311656c4'/>
<id>b29c49d48ca0db5d5e8e98f1622be4d0311656c4</id>
<content type='text'>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

* The bayer pixel order in gspca's sonixb driver was different from that in
  the sn9c102 driver from the mainline kernel, a recent gspca patch fixes
  this, adjust libv4l to match (and make it work properly with the sn9c102
  driver).

Priority: normal

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

* The bayer pixel order in gspca's sonixb driver was different from that in
  the sn9c102 driver from the mainline kernel, a recent gspca patch fixes
  this, adjust libv4l to match (and make it work properly with the sn9c102
  driver).

Priority: normal

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: use driver read() when possible</title>
<updated>2008-08-03T17:25:44+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-08-03T17:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=7ab958ab10b1a5c28dc0c0c798939c57e41e40a4'/>
<id>7ab958ab10b1a5c28dc0c0c798939c57e41e40a4</id>
<content type='text'>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

When the driver supports read() and we are not converting let the driver
handle read() instead of emulating it with mmap mode

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

When the driver supports read() and we are not converting let the driver
handle read() instead of emulating it with mmap mode

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: make xawtv happy</title>
<updated>2008-08-03T09:42:57+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-08-03T09:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f07be0b40ae3cbb2ae809d5f4151782f68eabb42'/>
<id>f07be0b40ae3cbb2ae809d5f4151782f68eabb42</id>
<content type='text'>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

Be more relaxed in our checks for mixing read and mmap access, we were
being more strict in this then certain kernel drivers (bttv) making xawtv
unhappy

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

Be more relaxed in our checks for mixing read and mmap access, we were
being more strict in this then certain kernel drivers (bttv) making xawtv
unhappy

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: fixup copyright headers</title>
<updated>2008-07-31T07:37:27+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-07-31T07:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=474932fcb19fc298b8786e737bd1ae5115c9a6d2'/>
<id>474932fcb19fc298b8786e737bd1ae5115c9a6d2</id>
<content type='text'>
From: Brandon Philips &lt;bphilips@suse.de&gt;

Part of the copyright headers refered GPL instead of LGPL due to a copy
and paste error (Brandon Philips)

Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Brandon Philips &lt;bphilips@suse.de&gt;

Part of the copyright headers refered GPL instead of LGPL due to a copy
and paste error (Brandon Philips)

Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: add pkg-config (.pc) files for easier detection if libv4l is available</title>
<updated>2008-07-29T21:02:59+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-07-29T21:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=55b3e527968b0644e7eaf3aae2b873249400b614'/>
<id>55b3e527968b0644e7eaf3aae2b873249400b614</id>
<content type='text'>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

libv4l: add pkg-config (.pc) files for easier detection if libv4l is available

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

libv4l: add pkg-config (.pc) files for easier detection if libv4l is available

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l 0.3.7 release, add spca505/6 and spca508 format support</title>
<updated>2008-07-23T12:04:23+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-07-23T12:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=8ee417ab6882e4c478e95c6f0198efe416ee5da8'/>
<id>8ee417ab6882e4c478e95c6f0198efe416ee5da8</id>
<content type='text'>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

* Add spca505/6 and spca508 cam specific formats (YUYV per line variations)

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

* Add spca505/6 and spca508 cam specific formats (YUYV per line variations)

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: Add missing COPYING.LIB file</title>
<updated>2008-07-16T13:18:15+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-07-16T13:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=6c113597de81585c471d6e20d802c5ed36bdef9e'/>
<id>6c113597de81585c471d6e20d802c5ed36bdef9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
