[PATCH v5 00/10] add aspeed-jpeg support for aspeed-video
From: Jammy Huang <hidden>
Date: 2021-12-21 02:15:00
Also in:
linux-arm-kernel, linux-media, lkml, openbmc
From: Jammy Huang <hidden>
Date: 2021-12-21 02:15:00
Also in:
linux-arm-kernel, linux-media, lkml, openbmc
Hi Sakari, On 2021/12/21 ?? 03:55, sakari.ailus at linux.intel.com wrote:
Hi Jammy, On Tue, Dec 07, 2021 at 11:03:00AM +0800, Jammy Huang wrote:quoted
Hi Hans, The implementation of decoder for this format as been available here. https://github.com/AspeedTech-BMC/aspeed_codecThe format documentation should point to this, as well as other documentation there is.
OK, I will add this into format documentation as well.
I'm not sure there have been specific requirements of license, but it's the first time I see MPL 2.0 being used in such context. It's eventually convertible to GPL (or LGPL) although the route is inconvenient at best. Or would people be happy with MPL code in v4l-utils?
In order to have aspeed-jpeg format to work on openbmc's KVM, I was working on noVNC. And this codec library is part of the code to make it work. Before I put this source on github, I am not sure which kind of license is suitable. So I check what noVNC used, https://github.com/novnc/noVNC/blob/master/LICENSE.txt. That's why I adapted MPL 2.0. If you think GPL(or LGPL) is more suitable, I can make a switch.
I wonder what others think.
-- Best Regards Jammy