Re: [PATCH v4l-utils v7 7/7] Add a libv4l plugin for Exynos4 camera

2016-11-24 Thread Sakari Ailus
Hi Jacek, On Thu, Nov 24, 2016 at 05:14:40PM +0100, Jacek Anaszewski wrote: > Hi Sakari, > > On 11/24/2016 04:11 PM, Sakari Ailus wrote: > >Hi Jacek, > > > >Thank you for your continued work on the Exynos plugin patchset! > > > >I think we're pretty close to being able to merge the set, if you co

Re: [PATCH v4l-utils v7 7/7] Add a libv4l plugin for Exynos4 camera

2016-11-24 Thread Jacek Anaszewski
Hi Sakari, On 11/24/2016 04:11 PM, Sakari Ailus wrote: Hi Jacek, Thank you for your continued work on the Exynos plugin patchset! I think we're pretty close to being able to merge the set, if you could still bear with me awhile. :-) Your demanding reviewer I must admit. :-) Of course, I appr

Re: [PATCH v4l-utils v7 7/7] Add a libv4l plugin for Exynos4 camera

2016-11-24 Thread Sakari Ailus
Hi Jacek, Thank you for your continued work on the Exynos plugin patchset! I think we're pretty close to being able to merge the set, if you could still bear with me awhile. :-) On Wed, Oct 12, 2016 at 04:35:22PM +0200, Jacek Anaszewski wrote: ... > diff --git a/lib/libv4l-exynos4-camera/Makefil

[PATCH v4l-utils v7 7/7] Add a libv4l plugin for Exynos4 camera

2016-10-12 Thread Jacek Anaszewski
The plugin provides support for the media device on Exynos4 SoC. It performs single plane <-> multi plane API conversion, video pipeline linking and takes care of automatic data format negotiation for the whole pipeline, after intercepting VIDIOC_S_FMT or VIDIOC_TRY_FMT ioctls. Signed-off-by: Jace