<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samsung-utils.git/v4l2-jpeg-codec-test, 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-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-jpeg-codec-test: version 0.1</title>
<updated>2014-01-08T15:39:46+00:00</updated>
<author>
<name>Jacek Anaszewski</name>
<email>j.anaszewski@samsung.com</email>
</author>
<published>2014-01-08T15:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/samsung-utils.git/commit/?id=487381abe368a430cdfb226cf69f6ba6e2481eff'/>
<id>487381abe368a430cdfb226cf69f6ba6e2481eff</id>
<content type='text'>
The run_fmt_test.sh script currently uses a hack to retrieve the JPEG
codec video node names. Normally those names should be retrieved from
sysfs or using libudev.

Signed-off-by: Andrzej Pietrasiewicz &lt;andrzej.p@samsung.com&gt;
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>
The run_fmt_test.sh script currently uses a hack to retrieve the JPEG
codec video node names. Normally those names should be retrieved from
sysfs or using libudev.

Signed-off-by: Andrzej Pietrasiewicz &lt;andrzej.p@samsung.com&gt;
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>
</feed>
