<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/v4l2-apps/lib/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>libv4l2util: rename from libv4l2 to prevent clash with the libv4l2 conversion library</title>
<updated>2009-02-13T11:56:07+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-02-13T11:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=d9fcd7e5495fbd0fe020223823338d21ce31dcaf'/>
<id>d9fcd7e5495fbd0fe020223823338d21ce31dcaf</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

libv4l2 was introduced to fix conversion problems. But this clashed with
the already existing libv4l2 utility library. Renamed that libv4l2 library
and header to libv4l2util.

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;

libv4l2 was introduced to fix conversion problems. But this clashed with
the already existing libv4l2 utility library. Renamed that libv4l2 library
and header to libv4l2util.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-apps: fix v4l2-apps build and 'make firmware' warnings</title>
<updated>2008-08-29T21:36:14+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2008-08-29T21:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=4478dd69f2b9c27d2e6a4c9d6bbd4528483ec73c'/>
<id>4478dd69f2b9c27d2e6a4c9d6bbd4528483ec73c</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

- fix some warnings when creating/removing directories when running
  'make firmware'
- fix v4l2-apps build: copy and strip the linux/include headers first
  to avoid the kernel-specific constructs in the original headers.
  Update the include paths to point to the copy.

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;

- fix some warnings when creating/removing directories when running
  'make firmware'
- fix v4l2-apps build: copy and strip the linux/include headers first
  to avoid the kernel-specific constructs in the original headers.
  Update the include paths to point to the copy.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initiated v4l-apps/lib V4L2 functions</title>
<updated>2006-11-15T17:42:04+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2006-11-15T17:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=06700d6b31366059ca963dd4aba34ea2e57aaa05'/>
<id>06700d6b31366059ca963dd4aba34ea2e57aaa05</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

- Created v4l2_driver.c with some basic functions to:
	. Enum STD, INPUT and FORMAT
	. GET/SET STD and INPUT
	. GET PARAM
- ioctl-test reverted back to a simple "brute-force" all ioctl call;

- driver-test created to:
	. test V4L2 kernel drivers;
	. implement all functions provided by v4l2 library

- driver-test should grow following the changes at v4l2-apps/lib

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

- Created v4l2_driver.c with some basic functions to:
	. Enum STD, INPUT and FORMAT
	. GET/SET STD and INPUT
	. GET PARAM
- ioctl-test reverted back to a simple "brute-force" all ioctl call;

- driver-test created to:
	. test V4L2 kernel drivers;
	. implement all functions provided by v4l2 library

- driver-test should grow following the changes at v4l2-apps/lib

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Add ISO-V4L2_STD mapping.</title>
<updated>2006-07-01T15:21:44+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2006-07-01T15:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=7e6d5559eb8f8af6ecb2fa9aae099bfe9f4779c3'/>
<id>7e6d5559eb8f8af6ecb2fa9aae099bfe9f4779c3</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;



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;



Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix makefiles, start with libv4l2.</title>
<updated>2006-07-01T12:41:32+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2006-07-01T12:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=03f118a31b76f1042007bccdbcd23168f3bc42e2'/>
<id>03f118a31b76f1042007bccdbcd23168f3bc42e2</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;



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;



Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

</pre>
</div>
</content>
</entry>
</feed>
