<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yavta.git, branch requests</title>
<subtitle>Yet Another V4L2 Test Application</subtitle>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/'/>
<entry>
<title>Implement support for the request API</title>
<updated>2015-12-15T07:35:41+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2015-12-12T16:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=df881c67d408380d12f93acc3c8e310f4cb34739'/>
<id>df881c67d408380d12f93acc3c8e310f4cb34739</id>
<content type='text'>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the kernel headers</title>
<updated>2015-12-14T18:40:33+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2015-12-12T16:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=9d737ee2a383fb978bc01215139512e1ce2d99e7'/>
<id>9d737ee2a383fb978bc01215139512e1ce2d99e7</id>
<content type='text'>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Return proper error code if STREAMON fails</title>
<updated>2015-12-14T18:39:26+00:00</updated>
<author>
<name>Tuukka Toivonen</name>
<email>tuukka.toivonen@intel.com</email>
</author>
<published>2015-12-14T07:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=0a979e390ed828a85d26f6b311b4ab14ca681882'/>
<id>0a979e390ed828a85d26f6b311b4ab14ca681882</id>
<content type='text'>
Return the error code if video_enable() and VIDIOC_STREAMON
fails.

Signed-off-by: Tuukka Toivonen &lt;tuukka.toivonen@intel.com&gt;
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return the error code if video_enable() and VIDIOC_STREAMON
fails.

Signed-off-by: Tuukka Toivonen &lt;tuukka.toivonen@intel.com&gt;
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Print the number of frames and bytes captured when the interval is null</title>
<updated>2015-12-12T15:51:14+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2015-12-12T15:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=6f152130616462e7794a36c5e5be7f590fd78032'/>
<id>6f152130616462e7794a36c5e5be7f590fd78032</id>
<content type='text'>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>List supported formats with -f help</title>
<updated>2015-10-15T23:34:40+00:00</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2015-09-10T12:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=50c7be628ce652eaf81eca3a58754d765b5aac6d'/>
<id>50c7be628ce652eaf81eca3a58754d765b5aac6d</id>
<content type='text'>
Passing format "help" to the -f option will list the supported formats and
exit.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing format "help" to the -f option will list the supported formats and
exit.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Zero the planes array before queuing buffers</title>
<updated>2015-05-05T07:36:35+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2015-05-05T07:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=9aa77a77b1d81a5c998f2707dc7004d2bf994f30'/>
<id>9aa77a77b1d81a5c998f2707dc7004d2bf994f30</id>
<content type='text'>
V4L2 requires reserved fields to be zeroed.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
V4L2 requires reserved fields to be zeroed.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>yavta: Fix printing of device capabilities</title>
<updated>2015-03-20T16:11:20+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2015-03-16T15:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=bbe738f9a29d240c6cc0b4f17e463193b719aa7e'/>
<id>bbe738f9a29d240c6cc0b4f17e463193b719aa7e</id>
<content type='text'>
Commit d029d1d5bba831b9 ("Separate querying capabilities and determining
buffer queue type") broke capabilities printing. Fix it.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Acked-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit d029d1d5bba831b9 ("Separate querying capabilities and determining
buffer queue type") broke capabilities printing. Fix it.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Acked-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prints bytes used for all planes</title>
<updated>2015-02-25T22:43:00+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2015-02-25T22:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=6fc99ac59e7c5173e646de4285681dd0e63d6924'/>
<id>6fc99ac59e7c5173e646de4285681dd0e63d6924</id>
<content type='text'>
When using the multiplanar API the v4l2_buffer bytesused field is
documented as ignored, and the planes array should be used instead.
Compute the total number of bytes used to be printed during capture
based on the planes array when using the multiplanar API.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using the multiplanar API the v4l2_buffer bytesused field is
documented as ignored, and the planes array should be used instead.
Compute the total number of bytes used to be printed during capture
based on the planes array when using the multiplanar API.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix data offset config option parsing</title>
<updated>2015-01-07T14:30:25+00:00</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2015-01-05T23:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=fe279d823dc253a95002a0a73d9d791e372e156b'/>
<id>fe279d823dc253a95002a0a73d9d791e372e156b</id>
<content type='text'>
The option itself was considered correctly, but a small but crucial break
statement was missing. --data-offset option does not take an argument
either.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option itself was considered correctly, but a small but crucial break
statement was missing. --data-offset option does not take an argument
either.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename buffer prefix as data prefix</title>
<updated>2015-01-07T14:30:17+00:00</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2015-01-05T23:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/yavta.git/commit/?id=790ba46852e59c1f302fef4e3d43655e2505000b'/>
<id>790ba46852e59c1f302fef4e3d43655e2505000b</id>
<content type='text'>
Data prefix is a much better name for this (think of data_offset, for
instance).

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Data prefix is a much better name for this (think of data_offset, for
instance).

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
