Re: [PATCH 3/6] [media] s5p-mfc: add support for VIDIOC_{G,S}_CROP to encoder

2013-10-10 Thread Hans Verkuil
Hi John, Thanks for the patches! It's nice to see fixes/improvements like this being upstreamed. Unfortunately I have to NACK this patch, but fortunately it is not difficult to fix. The main problem is that you use the wrong API: you need to use G/S_SELECTION instead of G/S_CROP. S_CROP on

[PATCH] s5p-jpeg: fix uninitialized use in hdr parse

2013-10-10 Thread Seung-Woo Kim
For hdr parse error, it can return false without any assignments which cause build warning. Signed-off-by: Seung-Woo Kim sw0312@samsung.com --- drivers/media/platform/s5p-jpeg/jpeg-core.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] s5p-jpeg: fix encoder and decoder video dev names

2013-10-10 Thread Seung-Woo Kim
It is hard to distinguish between decoder and encoder video device because their names are same. So this patch fixes the names. Signed-off-by: Seung-Woo Kim sw0312@samsung.com --- drivers/media/platform/s5p-jpeg/jpeg-core.c |8 1 files changed, 4 insertions(+), 4 deletions(-)

Re: [RFC PATCH 1/4] mipi-dsi-bus: add MIPI DSI bus support

2013-10-10 Thread Andrzej Hajda
On 10/07/2013 12:47 PM, Bert Kenward wrote: On Tuesday September 24 2013 at 15:23, Andrzej Hajda wrote: MIPI DSI is a high-speed serial interface to transmit data from/to host to display module. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Frank Schäfer
Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: Hi Frank, On Tue, 8 Oct 2013, Frank SchÀfer wrote: Am 18.08.2013 17:20, schrieb Mauro Carvalho Chehab: Em Sun, 18 Aug 2013 13:40:25 +0200 Frank SchÀfer fschaefer@googlemail.com escreveu: Am 17.08.2013 12:51, schrieb Guennadi

Re: [PATCH] Add support for KWorld UB435-Q V2

2013-10-10 Thread Frank Schäfer
Am 09.10.2013 15:48, schrieb Jean-Francois Thibert: On Tue, Oct 8, 2013 at 12:24 PM, Frank Schäfer fschaefer@googlemail.com wrote: This adds support for the UB435-Q V2. It seems that you might need to use the device once with the official driver to reprogram the device descriptors. Thanks

[PATCH] v4l: tuner-core: fix typo

2013-10-10 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/v4l2-core/tuner-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/tuner-core.c b/drivers/media/v4l2-core/tuner-core.c

Re: [PATCH v2] Add support for KWorld UB435-Q V2

2013-10-10 Thread Frank Schäfer
Am 09.10.2013 16:18, schrieb Jean-Francois Thibert: This patch adds support for the UB435-Q V2. You might need to use the device once with the Windows driver provided by KWorld in order to permanently reprogram the device descriptors. Thanks to Jarod Wilson for the initial attempt at adding

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Guennadi Liakhovetski
Hi Frank, On Thu, 10 Oct 2013, Frank Schäfer wrote: Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: Hi Frank, On Tue, 8 Oct 2013, Frank SchÀfer wrote: Am 18.08.2013 17:20, schrieb Mauro Carvalho Chehab: Em Sun, 18 Aug 2013 13:40:25 +0200 Frank SchÀfer

Re: [Trivial PATCH] media: Remove unnecessary semicolons

2013-10-10 Thread Sakari Ailus
On Tue, Oct 08, 2013 at 04:29:08PM -0700, Joe Perches wrote: These aren't necessary after switch and while statements. Signed-off-by: Joe Perches j...@perches.com Reviewed-by: Sakari Ailus sakari.ai...@iki.fi -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk -- To

Fw: dvb-apps/util/scan: zap compatible with w_scan (option)

2013-10-10 Thread Janusz Uzycki
Hi. The feature is useful if you have file generated by w_scan -X and your card is just tuned and works. I could use scan -c -o zap -a 0 to update the file but it wan't full compatible with w_scan. Now it can be with -p option like for VDR output format, ie. scan -c -o zap -a 0 -p. I would be

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Frank Schäfer
Am 10.10.2013 15:50, schrieb Guennadi Liakhovetski: Hi Frank, On Thu, 10 Oct 2013, Frank Schäfer wrote: Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: Hi Frank, On Tue, 8 Oct 2013, Frank SchÀfer wrote: Am 18.08.2013 17:20, schrieb Mauro Carvalho Chehab: Em Sun, 18 Aug 2013

[PATCH 1/2] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h

2013-10-10 Thread Frank Schäfer
Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- include/media/v4l2-ctrls.h |2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index 47ada23..16f7f26 100644 --- a/include/media/v4l2-ctrls.h

Re: [PATCH 1/2] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h

2013-10-10 Thread Frank Schäfer
Sorry, there is no PATCH 2/2, this one is the only one. :) Frank Am 10.10.2013 19:21, schrieb Frank Schäfer: Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- include/media/v4l2-ctrls.h |2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) diff --git

[PATCH] em28xx: fix and unify the coding style of the GPIO register write sequences

2013-10-10 Thread Frank Schäfer
Signed-off-by: Frank Schäfer fschaefer@googlemail.com --- drivers/media/usb/em28xx/em28xx-cards.c | 102 +++ drivers/media/usb/em28xx/em28xx-dvb.c | 16 ++--- 2 Dateien geändert, 59 Zeilen hinzugefügt(+), 59 Zeilen entfernt(-) diff --git

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Guennadi Liakhovetski
On Thu, 10 Oct 2013, Frank Schäfer wrote: Am 10.10.2013 15:50, schrieb Guennadi Liakhovetski: Hi Frank, On Thu, 10 Oct 2013, Frank Schäfer wrote: Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: Hi Frank, On Tue, 8 Oct 2013, Frank SchÀfer wrote: Am 18.08.2013 17:20,

[PATCH] em28xx: fix error path in em28xx_start_analog_streaming()

2013-10-10 Thread Frank Schäfer
Increase the streaming_users count only if streaming start succeeds. Signed-off-by: Frank Schäfer fschaefer@googlemail.com Cc: sta...@kernel.org --- drivers/media/usb/em28xx/em28xx-video.c |7 --- 1 Datei geändert, 4 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-) diff --git

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Frank Schäfer
Am 10.10.2013 19:50, schrieb Guennadi Liakhovetski: On Thu, 10 Oct 2013, Frank Schäfer wrote: Am 10.10.2013 15:50, schrieb Guennadi Liakhovetski: Hi Frank, On Thu, 10 Oct 2013, Frank Schäfer wrote: Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: Hi Frank, On Tue, 8 Oct 2013, Frank

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Frank Schäfer
Am 10.10.2013 20:38, schrieb Frank Schäfer: [...] Hmm... your patch didn't change this, but: Why do we call these functions only in case of V4L2_BUF_TYPE_VIDEO_CAPTURE ? Isn't it needed for VBI capturing, too ? em28xx_wake_i2c() is probably also needed for radio mode... Right, my patch

[RFC PATCH] em28xx: fix device initialization in em28xx_v4l2_open() for radio and VBI mode

2013-10-10 Thread Frank Schäfer
- bail out on unsupported VFL_TYPE - em28xx_set_mode() needs to be called for VBI and radio mode, too - em28xx_wake_i2c() needs to be called for VBI and radio mode, too - em28xx_resolution_set() also needs to be called for VBI Compilation tested only and should be reviewed thoroughly !

Re: ivtv 1.4.2/1.4.3 broken in recent kernels?

2013-10-10 Thread Rajil Saraswat
On 10 October 2013 03:20, Andy Walls awa...@md.metrocast.net wrote: On Wed, 2013-09-18 at 02:19 +0530, Rajil Saraswat wrote: Hi, I have a couple of PVR-500's which have additional tuners connected to them (using daughter cards). The PVR-500's don't have daughter cards with additional

Re: [media-workshop] V2: Agenda for the Edinburgh mini-summit

2013-10-10 Thread Bryan Wu
On Mon, Oct 7, 2013 at 3:24 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Sakari, On Tuesday 08 October 2013 00:06:23 Sakari Ailus wrote: On Tue, Sep 24, 2013 at 11:20:53AM +0200, Thierry Reding wrote: On Mon, Sep 23, 2013 at 10:27:06PM +0200, Sylwester Nawrocki wrote:

Re: [RFC 0/2] V4L2 API for exposing flash subdevs as LED class device

2013-10-10 Thread Bryan Wu
On Tue, May 21, 2013 at 3:54 AM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Andrzej, On Tue, May 21, 2013 at 10:34:53AM +0200, Andrzej Hajda wrote: On 12.05.2013 23:12, Sakari Ailus wrote: On Wed, May 08, 2013 at 09:32:17AM +0200, Andrzej Hajda wrote: On 07.05.2013 17:07, Laurent Pinchart

Re: [media-workshop] Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-10-10 Thread Pawel Osciak
I'm sorry everyone, I unfortunately won't be able to make it after all due to schedule conflicts. Best regards, Pawel On Fri, Sep 20, 2013 at 7:50 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Em Fri, 20 Sep 2013 09:59:28 +0200 Hans de Goede hdego...@redhat.com escreveu: Hi, Sorry

cron job: media_tree daily build: WARNINGS

2013-10-10 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: Fri Oct 11 04:00:36 CEST 2013 git branch: test git hash: d10e8280c4c2513d3e7350c27d8e6f0fa03a5f71 gcc