Re: [PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2015-03-16 Thread Jacek Anaszewski
On 03/15/2015 08:07 PM, Gregor Jasny wrote: On 21/11/14 17:14, Jacek Anaszewski wrote: diff --git a/lib/Makefile.am b/lib/Makefile.am index 3a0e19c..56b3a9f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,7 +5,12 @@ SUBDIRS = \ libv4l2rds \ libv4l-mplane +if WITH_V4LUT

Re: [PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2015-03-15 Thread Gregor Jasny
> diff --git a/lib/libv4l-exynos4-camera/Makefile.am > b/lib/libv4l-exynos4-camera/Makefile.am > new file mode 100644 > index 000..23c60c6 > --- /dev/null > +++ b/lib/libv4l-exynos4-camera/Makefile.am > @@ -0,0 +1,7 @@ > +if WITH_V4L_PLUGINS > +libv4l2plugin_LTLIBRARIES = libv4l-exynos4-camera

Re: [PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2015-03-15 Thread Gregor Jasny
On 21/11/14 17:14, Jacek Anaszewski wrote: > diff --git a/lib/Makefile.am b/lib/Makefile.am > index 3a0e19c..56b3a9f 100644 > --- a/lib/Makefile.am > +++ b/lib/Makefile.am > @@ -5,7 +5,12 @@ SUBDIRS = \ > libv4l2rds \ > libv4l-mplane > > +if WITH_V4LUTILS > +SUBDIRS += \ > + libv

Re: [PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2015-02-27 Thread Jacek Anaszewski
Hi Sakari, On 11/27/2014 09:41 AM, Sakari Ailus wrote: Hi Jacek, On Fri, Nov 21, 2014 at 05:14:40PM +0100, Jacek Anaszewski wrote: 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

Re: [PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2014-11-28 Thread Jacek Anaszewski
Hi Sakari, Thanks for the review. On 11/27/2014 09:41 AM, Sakari Ailus wrote: Hi Jacek, On Fri, Nov 21, 2014 at 05:14:40PM +0100, Jacek Anaszewski wrote: The plugin provides support for the media device on Exynos4 SoC. It performs single plane <-> multi plane API conversion, video pipeline li

Re: [PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2014-11-27 Thread Sakari Ailus
Hi Jacek, On Fri, Nov 21, 2014 at 05:14:40PM +0100, Jacek Anaszewski wrote: > 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 pip

[PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2014-11-21 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