cron job: media_tree daily build: OK

2016-04-12 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Wed Apr 13 04:00:23 CEST 2016 git branch: test git hash: bc5ccdbc990debbcae4602214dddc8d5fd38b01d gcc

[RFC PATCH v2 1/2] [media] tvp5150: Add input connectors DT bindings

2016-04-12 Thread Javier Martinez Canillas
The tvp5150 and tvp5151 decoders support different video input source connections to their AIP1A and AIP1B pins. Either two Composite or a S-Video input signals are supported. The possible configurations are as follows: - Analog Composite signal connected to AIP1A. - Analog Composite signal

[RFC PATCH v2 0/2] [media] tvp515p: Proposal for MC input connector support

2016-04-12 Thread Javier Martinez Canillas
Hello, This is a second version of an RFC patch series that adds MC input connector support to the tvp5150 driver. The first RFC version was [0]. The patches are RFC because a previous version was merged and later reverted since the approach was found to be inadequate. So I preferred to post

[RFC PATCH v2 2/2] [media] tvp5150: Replace connector support according to DT binding

2016-04-12 Thread Javier Martinez Canillas
The tvp5150 and tvp5151 decoders support different video input source connections to their AIP1A and AIP1B pins. Either two Composite or a S-Video input signals are supported. The input connector support was added before to the device DT binding with commit 82c2ffeb217a ("[media] tvp5150:

Re: tvp5150 regression after commit 9f924169c035

2016-04-12 Thread Wolfram Sang
> I'll try to find some time next week to dig deeper on this. Just > thought that may be related to the issue you found but it seems > that's not the case. Any updates on this? Thanks, Wolfram signature.asc Description: PGP signature

Re: gstreamer: v4l2videodec plugin

2016-04-12 Thread Nicolas Dufresne
Le mardi 12 avril 2016 à 11:57 +0300, Stanimir Varbanov a écrit : > > I'm very happy to see this report. So far, we only had report that > this > > element works on Freescale IMX.6 (CODA) and Exynos 4/5. > > In this context, I would be very happy to see v4l2videoenc merged > soon :) That will

Re: Kernel docs: muddying the waters a bit

2016-04-12 Thread Jonathan Corbet
On Fri, 8 Apr 2016 17:12:27 +0200 Markus Heiser wrote: > motivated by this MT, I implemented a toolchain to migrate the kernel’s > DocBook XML documentation to reST markup. > > It converts 99% of the docs well ... to gain an impression how > kernel-docs could

[PATCHv4] [media] rcar-vin: add Renesas R-Car VIN driver

2016-04-12 Thread Niklas Söderlund
A V4L2 driver for Renesas R-Car VIN driver that do not depend on soc_camera. The driver is heavily based on its predecessor and aims to replace it. Signed-off-by: Niklas Söderlund --- The driver is tested on Koelsch and can do streaming using qv4l2 and

Re: libdvbv5 licencing

2016-04-12 Thread Mauro Carvalho Chehab
Hi Russel, Em Sat, 26 Mar 2016 06:13:08 + Russel Winder escreveu: > I hadn't noticed previously, but it has been brought to my attention > that libdvbv5 is licenced as GPLv2. This makes it impossible > (effectively) for any non-GPL code to make use of libdvbv5. This

[PATCH] [media] rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT

2016-04-12 Thread Sean Young
These can be done with regular c99 constructs, which makes the code cleaner and more transparent. Signed-off-by: Sean Young --- drivers/hid/hid-picolcd_cir.c | 3 +-- drivers/media/common/siano/smsir.c | 2 +- drivers/media/i2c/cx25840/cx25840-ir.c | 6 ++

Re: gstreamer: v4l2videodec plugin

2016-04-12 Thread Stanimir Varbanov
I'm using the following pipeline: GST_GL_PLATFORM=egl GST_GL_API=gles2 gst-launch-1.0 $GSTDEBUG $GSTFILESRC ! qtdemux name=m m.video_0 ! h264parse ! v4l2video32dec capture-io-mode=dmabuf ! glimagesink I stalled on this error: eglimagememory

Re: gstreamer: v4l2videodec plugin

2016-04-12 Thread Stanimir Varbanov
Hi Nicolas, On 04/11/2016 07:25 PM, Nicolas Dufresne wrote: > Le lundi 11 avril 2016 à 15:11 +0300, Stanimir Varbanov a écrit : >> adding gstreamer-devel >> >> On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: >>> >>> Hi, >>> >>> I'm working on QCOM v4l2 video decoder/encoder driver and in order

Re: gstreamer: v4l2videodec plugin

2016-04-12 Thread Stanimir Varbanov
Hi Victor, On 04/11/2016 03:55 PM, Víctor M. Jáquez L. wrote: > On 04/11/16 at 03:11pm, Stanimir Varbanov wrote: >> adding gstreamer-devel >> >> On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: >>> Hi, >>> >>> I'm working on QCOM v4l2 video decoder/encoder driver and in order to >>> test its

Re: [PATCH/RFC 1/9] clk: shmobile: r8a7795: Add FCP clocks

2016-04-12 Thread Kuninori Morimoto
Hi Laurent > > > The parent clock isn't documented in the datasheet, use S2D1 as a best > > > guess for now. > > > > Would you be able to find out what the parent clock is for the FCP and LVDS > > (patch 2/9) clocks ? > > Thanks ! > I asked it to HW team It is too late information for you