<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/media/platform/mtk-vcodec/vdec, branch linux-4.16.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.16.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.16.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2017-11-30T09:18:59+00:00</updated>
<entry>
<title>media: vdec: fix some kernel-doc warnings</title>
<updated>2017-11-30T09:18:59+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@s-opensource.com</email>
</author>
<published>2017-11-29T14:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d714a755d5c48f21f1ffa32ac1fade65db93f34d'/>
<id>urn:sha1:d714a755d5c48f21f1ffa32ac1fade65db93f34d</id>
<content type='text'>
Fix those warnings:
  drivers/media/platform/mtk-vcodec/vdec/vdec_h264_if.c:69: warning: No description found for parameter 'reserved'
  drivers/media/platform/mtk-vcodec/vdec/vdec_vp8_if.c:175: warning: Excess struct member 'dev' description in 'vdec_vp8_inst'

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
</content>
</entry>
<entry>
<title>media: mtk-vcodec: fix vp9 decode error</title>
<updated>2017-08-08T10:26:48+00:00</updated>
<author>
<name>Tiffany Lin</name>
<email>tiffany.lin@mediatek.com</email>
</author>
<published>2017-07-19T09:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e706b9ed6905b9276c3770c2c0683b7fd3c63860'/>
<id>urn:sha1:e706b9ed6905b9276c3770c2c0683b7fd3c63860</id>
<content type='text'>
Fix The camera has a blurry screen phenomenon when
we video chat with apprtc using vp9 codec

Signed-off-by: Tiffany Lin &lt;tiffany.lin@mediatek.com&gt;
Reviewed-by: Wu-Cheng Li &lt;wuchengli@chromium.org&gt;
Tested-by: Wu-Cheng Li &lt;wuchengli@chromium.org&gt;
Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
</content>
</entry>
<entry>
<title>mtk-vcodec: Use designated initializers</title>
<updated>2017-05-28T17:23:02+00:00</updated>
<author>
<name>Kees Cook</name>
<email>keescook@chromium.org</email>
</author>
<published>2017-05-06T08:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=243dd05d39aa14fac2ffde75cc66dee3270896f8'/>
<id>urn:sha1:243dd05d39aa14fac2ffde75cc66dee3270896f8</id>
<content type='text'>
The randstruct plugin requires designated initializers for structures
that are entirely function pointers.

Cc: Wu-Cheng Li &lt;wuchengli@chromium.org&gt;
Cc: Tiffany Lin &lt;tiffany.lin@mediatek.com&gt;
Cc: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;
Cc: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;
</content>
</entry>
<entry>
<title>[media] mtk-vcodec: check the vp9 decoder buffer index from VPU</title>
<updated>2017-03-22T14:26:47+00:00</updated>
<author>
<name>Wu-Cheng Li</name>
<email>wuchengli@google.com</email>
</author>
<published>2017-03-08T03:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e8a2a41ee290c35e118f7a372454401e5a0f8b51'/>
<id>urn:sha1:e8a2a41ee290c35e118f7a372454401e5a0f8b51</id>
<content type='text'>
VPU firmware has a bug and may return invalid buffer index for
some vp9 videos. Check the buffer indexes before accessing the
buffer.

Signed-off-by: Wu-Cheng Li &lt;wuchengli@chromium.org&gt;
Acked-by: Tiffany Lin &lt;Tiffany.lin@mediatek.com&gt;
Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
</content>
</entry>
<entry>
<title>[media] vcodec: mediatek: Add Mediatek VP9 Video Decoder Driver</title>
<updated>2016-10-21T14:09:32+00:00</updated>
<author>
<name>Tiffany Lin</name>
<email>tiffany.lin@mediatek.com</email>
</author>
<published>2016-09-02T12:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f77e89854b3e1ce2ca647963bd5bf0320a54a357'/>
<id>urn:sha1:f77e89854b3e1ce2ca647963bd5bf0320a54a357</id>
<content type='text'>
Add vp9 decoder driver for MT8173

[mchehab@s-opensource.org: make checkpatch.pl happy]

Signed-off-by: Tiffany Lin &lt;tiffany.lin@mediatek.com&gt;
Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
</content>
</entry>
<entry>
<title>[media] vcodec: mediatek: Add Mediatek VP8 Video Decoder Driver</title>
<updated>2016-10-21T14:09:29+00:00</updated>
<author>
<name>Tiffany Lin</name>
<email>tiffany.lin@mediatek.com</email>
</author>
<published>2016-09-02T12:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d1fad85f5af329650d101069ae8f78e3043b8f2b'/>
<id>urn:sha1:d1fad85f5af329650d101069ae8f78e3043b8f2b</id>
<content type='text'>
Add vp8 decoder driver for MT8173

[mchehab@s-opensource.org: make checkpatch.pl happy]

Signed-off-by: PC Chen &lt;pc.chen@mediatek.com&gt;
Signed-off-by: Tiffany Lin &lt;tiffany.lin@mediatek.com&gt;
Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
</content>
</entry>
<entry>
<title>[media] vcodec: mediatek: Add Mediatek H264 Video Decoder Drive</title>
<updated>2016-10-21T14:09:28+00:00</updated>
<author>
<name>Tiffany Lin</name>
<email>tiffany.lin@mediatek.com</email>
</author>
<published>2016-09-02T12:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a7b131751cd364a85ec115cb0a1898db6663ee8e'/>
<id>urn:sha1:a7b131751cd364a85ec115cb0a1898db6663ee8e</id>
<content type='text'>
Add h264 decoder driver for MT8173

Signed-off-by: PC Chen &lt;pc.chen@mediatek.com&gt;
Signed-off-by: Tiffany Lin &lt;tiffany.lin@mediatek.com&gt;
Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
</content>
</entry>
</feed>
