<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/v4l2-apps/libv4l/libv4l1, 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>libv4l: update my email address</title>
<updated>2009-08-05T10:28:07+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-08-05T10:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=faf2479d2dfa16ad1c7a316f0443df4fa6f9c3c8'/>
<id>faf2479d2dfa16ad1c7a316f0443df4fa6f9c3c8</id>
<content type='text'>
From: Hans de Goede &lt;hdegoede@redhat.com&gt;

libv4l: update my email address

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;

libv4l: update my email address

Priority: normal

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: Make library subdir name configurable</title>
<updated>2009-07-16T15:03:40+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-07-16T15:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=9aba1d9db273279181ade3771f20a185f048348c'/>
<id>9aba1d9db273279181ade3771f20a185f048348c</id>
<content type='text'>
From: Gregor Jasny &lt;gjasny@googlemail.com&gt;

While studying the Debian library package name, I noticed that private

So /usr/lib/libv4l should become /usr/lib/libv4l0. As this would break
existing scripts, I suggest to start versioning with the next soname bump.

The line in the makefiles will then read:

ifeq ($(LIBSUBDIR),)
LIBSUBDIR = libv4l$(LIB_RELEASE)
endif

Unfortunately, the private subdirs in Debian must be named after the library
package, which would be libv4l-0. Therefore I need to configure the
LIBSUBDIR at compile time.

Priority: normal

Signed-off-by: Gregor Jasny &lt;gjasny@googlemail.com&gt;
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: Gregor Jasny &lt;gjasny@googlemail.com&gt;

While studying the Debian library package name, I noticed that private

So /usr/lib/libv4l should become /usr/lib/libv4l0. As this would break
existing scripts, I suggest to start versioning with the next soname bump.

The line in the makefiles will then read:

ifeq ($(LIBSUBDIR),)
LIBSUBDIR = libv4l$(LIB_RELEASE)
endif

Unfortunately, the private subdirs in Debian must be named after the library
package, which would be libv4l-0. Therefore I need to configure the
LIBSUBDIR at compile time.

Priority: normal

Signed-off-by: Gregor Jasny &lt;gjasny@googlemail.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l1: Emulate VIDIOCGWIN instead of passing it through to the kernel</title>
<updated>2009-06-17T19:57:05+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-06-17T19:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f475df33ab13799d25650081e64fd0f6e59d3792'/>
<id>f475df33ab13799d25650081e64fd0f6e59d3792</id>
<content type='text'>
From: Hans de Goede &lt;hdegoede@redhat.com&gt;

Emulate VIDIOCGWIN instead of passing it through to the kernel, this fixes
us reporting a wrong size to the app when libv4l2 / libv4lconvert is
cropping / downsampling the image.

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;

Emulate VIDIOCGWIN instead of passing it through to the kernel, this fixes
us reporting a wrong size to the app when libv4l2 / libv4lconvert is
cropping / downsampling the image.

Priority: normal

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l1: Use v4l2_ioctl when determining min/max size</title>
<updated>2009-06-17T12:56:29+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-06-17T12:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=7a7d2c3791928d88ef83f28a7d1fd3095f0bb459'/>
<id>7a7d2c3791928d88ef83f28a7d1fd3095f0bb459</id>
<content type='text'>
From: Hans de Goede &lt;hdegoede@redhat.com&gt;

Use v4l2_ioctl instead of native ioctl's when finding out what the
minimum / maximum size is, so that we take the resolution aligment done
by libv4l2 into account for the minimum / maximum size.

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;

Use v4l2_ioctl instead of native ioctl's when finding out what the
minimum / maximum size is, so that we take the resolution aligment done
by libv4l2 into account for the minimum / maximum size.

Priority: normal

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: remove DEADJOE files during make clean</title>
<updated>2009-06-08T09:22:32+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-06-08T09:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f78597ecea4ce107d99124eca84df338bfcbb29a'/>
<id>f78597ecea4ce107d99124eca84df338bfcbb29a</id>
<content type='text'>
From: Gregor Jasny &lt;gjasny@googlemail.com&gt;

libv4l: remove DEADJOE files during make clean

Priority: normal

Signed-off-by: Gregor Jasny &lt;gjasny@googlemail.com&gt;
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: Gregor Jasny &lt;gjasny@googlemail.com&gt;

libv4l: remove DEADJOE files during make clean

Priority: normal

Signed-off-by: Gregor Jasny &lt;gjasny@googlemail.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: initial support for compiling on FreeBSD</title>
<updated>2009-06-02T13:34:34+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-06-02T13:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=5999b7d164dbf3118a3a75ee3f6f0b48cb8845c1'/>
<id>5999b7d164dbf3118a3a75ee3f6f0b48cb8845c1</id>
<content type='text'>
From: Hans Petter Selasky &lt;hselasky@freebsd.org&gt;

Add a patch by Hans Petter Selasky &lt;hselasky@freebsd.org&gt;, which should
lead to allowing use of libv4l (and the Linux webcam drivers ported
to userspace usb drivers) on FreeBSd, this is a work in progress

Priority: normal

Signed-off-by: Hans Petter Selasky &lt;hselasky@freebsd.org&gt;
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 Petter Selasky &lt;hselasky@freebsd.org&gt;

Add a patch by Hans Petter Selasky &lt;hselasky@freebsd.org&gt;, which should
lead to allowing use of libv4l (and the Linux webcam drivers ported
to userspace usb drivers) on FreeBSd, this is a work in progress

Priority: normal

Signed-off-by: Hans Petter Selasky &lt;hselasky@freebsd.org&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: Makefiles: better dependency generation</title>
<updated>2009-04-16T08:52:39+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-04-16T08:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=9fdc384d90d5bfd705bd5d619d2a7fbdd93aeaf0'/>
<id>9fdc384d90d5bfd705bd5d619d2a7fbdd93aeaf0</id>
<content type='text'>
From: Gregor Jasny &lt;gjasny@googlemail.com&gt;

libv4l: Makefiles: better dependency generation

Priority: normal

Signed-off-by: Gregor Jasny &lt;gjasny@googlemail.com&gt;
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: Gregor Jasny &lt;gjasny@googlemail.com&gt;

libv4l: Makefiles: better dependency generation

Priority: normal

Signed-off-by: Gregor Jasny &lt;gjasny@googlemail.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: Only allow supported destination formats when doing processing</title>
<updated>2009-04-14T13:03:07+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-04-14T13:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=58d3334b54c207b8e04e7035969e0c2acfa1ce73'/>
<id>58d3334b54c207b8e04e7035969e0c2acfa1ce73</id>
<content type='text'>
From: Hans de Goede &lt;hdegoede@redhat.com&gt;

Only report / allow supported destination formats in enum_fmt / try_fmt /
g_fmt / s_fmt when processing, rotating or flipping.

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;

Only report / allow supported destination formats in enum_fmt / try_fmt /
g_fmt / s_fmt when processing, rotating or flipping.

Priority: normal

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: Adds Makefile pre-requisites to libv4l</title>
<updated>2009-04-10T11:29:11+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-04-10T11:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=8fabb280152af70dddc25fd3c57a346b94326a33'/>
<id>8fabb280152af70dddc25fd3c57a346b94326a33</id>
<content type='text'>
From: Gilles Gigan &lt;gilles.gigan@gmail.com&gt;

This patch update libv4l's Makefiles so they automatically update and
include dependency information for each source file.

Priority: normal

Signed-off-by: Gilles Gigan &lt;gilles.gigan@gmail.com&gt;
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: Gilles Gigan &lt;gilles.gigan@gmail.com&gt;

This patch update libv4l's Makefiles so they automatically update and
include dependency information for each source file.

Priority: normal

Signed-off-by: Gilles Gigan &lt;gilles.gigan@gmail.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: remove .orig and .rej files on make clean and simplify make export</title>
<updated>2009-03-11T12:27:13+00:00</updated>
<author>
<name>hans@rhel5-devel.localdomain</name>
<email>hans@rhel5-devel.localdomain</email>
</author>
<published>2009-03-11T12:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=26c68ea445a12d980b119bf2883329dc1cf801a0'/>
<id>26c68ea445a12d980b119bf2883329dc1cf801a0</id>
<content type='text'>
From: Hans de Goede &lt;hdegoede@redhat.com&gt;

libv4l: remove .orig and .rej files on make clean and simplify make export

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;

libv4l: remove .orig and .rej files on make clean and simplify make export

Priority: normal

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
