<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samsung-utils.git, branch master</title>
<subtitle>Samsung V4L2 and DRM/KMS utilities</subtitle>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/'/>
<entry>
<title>v4l2-drm-example: Add Makefile</title>
<updated>2019-07-13T04:31:44+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2017-12-08T21:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=b4be0067e5cad859852d6b56551a98d3614126c5'/>
<id>b4be0067e5cad859852d6b56551a98d3614126c5</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>v4l2-drm-example: Make the exporter selectable</title>
<updated>2017-11-15T10:21:59+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2017-11-15T09:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=64e61968bf2b78e43863caa69b3f232bc6618802'/>
<id>64e61968bf2b78e43863caa69b3f232bc6618802</id>
<content type='text'>
The new -e command line option allows selecting the exporter between the
V4L2 and DRM side. DRM is used as the exporter by default.

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 new -e command line option allows selecting the exporter between the
V4L2 and DRM side. DRM is used as the exporter by default.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-jpeg-codec-test: Use single write call for copying image to a file</title>
<updated>2016-11-29T11:22:19+00:00</updated>
<author>
<name>Sylwester Nawrocki</name>
<email>s.nawrocki@samsung.com</email>
</author>
<published>2016-11-29T11:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=65b5df657626c1b7f867a7aaee40eb6c9b485336'/>
<id>65b5df657626c1b7f867a7aaee40eb6c9b485336</id>
<content type='text'>
Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-jpeg-codec-test: Ensure V4L2 data structures are properly initialized</title>
<updated>2016-11-29T11:22:19+00:00</updated>
<author>
<name>Sylwester Nawrocki</name>
<email>s.nawrocki@samsung.com</email>
</author>
<published>2016-11-29T11:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=891ea2e9951290f411878bcd2893c81a909c98ad'/>
<id>891ea2e9951290f411878bcd2893c81a909c98ad</id>
<content type='text'>
This patch adds clearing some data structures before they are passed
to ioctls to avoid problems with more recent kernels and also butesused
field on the V4L2_BUF_TYPE_VIDEO_OUTPUT queue is initialized as required.

Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds clearing some data structures before they are passed
to ioctls to avoid problems with more recent kernels and also butesused
field on the V4L2_BUF_TYPE_VIDEO_OUTPUT queue is initialized as required.

Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-jpeg-codec-test: V4L2 capabilities testing fix</title>
<updated>2016-11-29T11:17:09+00:00</updated>
<author>
<name>Sylwester Nawrocki</name>
<email>s.nawrocki@samsung.com</email>
</author>
<published>2016-11-29T11:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=f50ace41a0d05bea2f5f1a5c7d769b22b956bd94'/>
<id>f50ace41a0d05bea2f5f1a5c7d769b22b956bd94</id>
<content type='text'>
Use device caps and test only for V4L2_CAP_VIDEO_M2M
when available to avoid errors with recent kernels.

Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use device caps and test only for V4L2_CAP_VIDEO_M2M
when available to avoid errors with recent kernels.

Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-jpeg-codec-test: Added support for Exynos3250 SoC JPEG device variant</title>
<updated>2016-09-20T09:41:17+00:00</updated>
<author>
<name>Jacek Anaszewski</name>
<email>j.anaszewski@samsung.com</email>
</author>
<published>2016-09-20T09:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=d515a17762da3f2142b25abd82a5236550d60ed1'/>
<id>d515a17762da3f2142b25abd82a5236550d60ed1</id>
<content type='text'>
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
Signed-off-by: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-mfc-example: Don`t dequeue first frame</title>
<updated>2015-07-09T13:55:20+00:00</updated>
<author>
<name>Mateusz Krawczuk</name>
<email>m.krawczuk@samsung.com</email>
</author>
<published>2015-07-08T12:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=cfd3d725a10f84b9d477732e04924b64f8d39dbb'/>
<id>cfd3d725a10f84b9d477732e04924b64f8d39dbb</id>
<content type='text'>
HACK: Fixing h264 on exynos5
Signed-off-by: Mateusz Krawczuk &lt;m.krawczuk@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HACK: Fixing h264 on exynos5
Signed-off-by: Mateusz Krawczuk &lt;m.krawczuk@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-mfc-example: Add EOS</title>
<updated>2015-07-09T13:55:20+00:00</updated>
<author>
<name>Divya Jaiswal</name>
<email>divya.jswl@samsung.com</email>
</author>
<published>2015-07-07T12:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=d1bb80df16a8bee9635a916f02c848298f7d9988'/>
<id>d1bb80df16a8bee9635a916f02c848298f7d9988</id>
<content type='text'>
This patch adds a function that tells MFC when there is end of stream.

Signed-off-by: Divya Jaiswal &lt;divya.jswl@samsung.com&gt;
Signed-off-by: Mateusz Krawczuk &lt;m.krawczuk@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a function that tells MFC when there is end of stream.

Signed-off-by: Divya Jaiswal &lt;divya.jswl@samsung.com&gt;
Signed-off-by: Mateusz Krawczuk &lt;m.krawczuk@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-mfc-example: Initial support for VP8 parser</title>
<updated>2015-07-09T13:55:20+00:00</updated>
<author>
<name>Arun Kumar K</name>
<email>arun.kk@samsung.com</email>
</author>
<published>2013-08-26T08:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=d71d5fc9fd0420d4a738a69c2e68d4e68e31a8fd'/>
<id>d71d5fc9fd0420d4a738a69c2e68d4e68e31a8fd</id>
<content type='text'>
Added parser code and basic support in application.

Signed-off-by: Arun Kumar K &lt;arun.kk@samsung.com&gt;
Signed-off-by: Mateusz Krawczuk &lt;m.krawczuk@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added parser code and basic support in application.

Signed-off-by: Arun Kumar K &lt;arun.kk@samsung.com&gt;
Signed-off-by: Mateusz Krawczuk &lt;m.krawczuk@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-mfc-example: 0 data length</title>
<updated>2015-07-09T13:55:20+00:00</updated>
<author>
<name>Divya Jaiswal</name>
<email>divya.jswl@samsung.com</email>
</author>
<published>2015-07-06T14:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=49a80947f301ed5433010c7675d0ae974c4470b6'/>
<id>49a80947f301ed5433010c7675d0ae974c4470b6</id>
<content type='text'>
Signed-off-by: Divya Jaiswal &lt;divya.jswl@samsung.com&gt;
Signed-off-by: Mateusz Krawczuk &lt;m.krawczuk@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Divya Jaiswal &lt;divya.jswl@samsung.com&gt;
Signed-off-by: Mateusz Krawczuk &lt;m.krawczuk@samsung.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
