Re: dvbv5-scan needs which channel file?

2014-12-29 Thread Olli Salonen
Hello David, Coincidentally I was just yesterday working with dvbv5-scan and the initial scan files. dvbv5-scan expects the initial scan files in the new DVBV5 format. w_scan is not producing results in this format. The scan tables at http://git.linuxtv.org/cgit.cgi/dtv-scan-tables.git/ are in th

DTV Scan Table Update (au-Adelaide | au-AdelaideFoothills)

2014-12-29 Thread Daniel Merritt
Please find attached updated scan tables in DVBv5 format for au-Adelaide and au-AdelaideFoothills. Regards, Daniel Merritt au-Adelaide Description: Binary data au-AdelaideFoothills Description: Binary data

cron job: media_tree daily build: ERRORS

2014-12-29 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: Tue Dec 30 04:00:13 CET 2014 git branch: test git hash: 99f3cd52aee21091ce62442285a68873e3be833f gcc versio

[PATCH] [media] dmxdev: fix possible race conditions in dvb_dmxdev_buffer_read

2014-12-29 Thread Jaedon Shin
This patch splits the dvb_dmxdev_buffer_read into dvb_dvr_read and dvb_demux_read that fixes to unlock mutex before sleeping. There are race conditions executing the DMX_ADD_PID and the DMX_REMOVE_PID in the dvb_demux_do_ioctl when dvb_demux_read is waiting for data. Signed-off-by: Jaedon Shin -

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2014-12-29 Thread Laurent Pinchart
Hi Guennadi, On Friday 26 December 2014 11:38:11 Guennadi Liakhovetski wrote: > On Fri, 26 Dec 2014, Laurent Pinchart wrote: > > On Friday 26 December 2014 10:14:26 Guennadi Liakhovetski wrote: > >> On Fri, 26 Dec 2014, Laurent Pinchart wrote: > >>> On Friday 26 December 2014 14:37:14 Josh Wu wrot

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2014-12-29 Thread Laurent Pinchart
Hi Josh, On Monday 29 December 2014 16:28:02 Josh Wu wrote: > On 12/26/2014 6:06 PM, Laurent Pinchart wrote: > > On Friday 26 December 2014 10:14:26 Guennadi Liakhovetski wrote: > >> On Fri, 26 Dec 2014, Laurent Pinchart wrote: > >>> On Friday 26 December 2014 14:37:14 Josh Wu wrote: > On 12/

Re: [PATCH 09/11 linux-next] [media] uvcvideo: remove unnecessary version.h inclusion

2014-12-29 Thread Laurent Pinchart
Hi Fabian, Thank you for the patch. On Monday 29 December 2014 15:29:43 Fabian Frederick wrote: > Based on versioncheck. > > Signed-off-by: Fabian Frederick Acked-by: Laurent Pinchart Should I take the patch in my tree or do you plan to send a pull request for the whole series elsewhere ?

Re: V4L2_MEMORY_DMABUF for video decoders

2014-12-29 Thread Sakari Ailus
Hi Vinay, On Mon, Dec 01, 2014 at 08:35:57PM -, vka...@codeaurora.org wrote: > Hi > > I am facing an issue while using videobuf2-dma-contig.c mem_ops. Following > is brief description of the driver architecture and the limitation. Any > pointers/hints are appreciated. > > Driver architecture

dvbv5-scan needs which channel file?

2014-12-29 Thread David Liontooth
Greetings -- How do you actually use dvbv5-scan? It seems to require some kind of input file but there is no man page and the --help screen doesn't say anything about it. Could we document this? I tried $ dvbv5-scan Usage: dvbv5-scan [OPTION...] scan DVB services using the channel file Wh

[PATCH 1/1] gspca: Add high-speed modes for PS3 Eye camera

2014-12-29 Thread Joe Howse
Add support in the PS3 Eye driver for QVGA capture at higher frame rates: 187, 150, and 137 FPS. This functionality is valuable because the PS3 Eye is popular for computer vision projects and no other camera in its price range supports such high frame rates. Correct a QVGA mode that was listed as

Re: videobuf2_core oops, recent media_build. dvbsky t980c's

2014-12-29 Thread Jurgen Kramer
On Sat, 2014-12-27 at 10:35 +0100, Jurgen Kramer wrote: > I am seeing kernel oopses using recent media_builds on kernel 3.17: > > [ 506.969697] BUG: unable to handle kernel NULL pointer dereference at > 0058 > [ 506.969720] IP: [] vb2_thread+0x17a/0x480 > [videobuf2_core] > [ 506.9

[PATCH 08/11 linux-next] [media] vivid: remove unnecessary version.h inclusion

2014-12-29 Thread Fabian Frederick
Based on versioncheck. Signed-off-by: Fabian Frederick --- drivers/media/platform/vivid/vivid-tpg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/vivid/vivid-tpg.h b/drivers/media/platform/vivid/vivid-tpg.h index 9dc463a4..bd8b1c7 100644 --- a/drivers/media/platform/

[PATCH 06/11 linux-next] [media] s5p-g2d: remove unnecessary version.h inclusion

2014-12-29 Thread Fabian Frederick
Based on versioncheck. Signed-off-by: Fabian Frederick --- drivers/media/platform/s5p-g2d/g2d.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/s5p-g2d/g2d.c b/drivers/media/platform/s5p-g2d/g2d.c index 47ba8fb..ec3e124 100644 --- a/drivers/media/platform/s5p-g2d/g2d.c

[PATCH 09/11 linux-next] [media] uvcvideo: remove unnecessary version.h inclusion

2014-12-29 Thread Fabian Frederick
Based on versioncheck. Signed-off-by: Fabian Frederick --- drivers/media/usb/uvc/uvc_v4l2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/usb/uvc/uvc_v4l2.c b/drivers/media/usb/uvc/uvc_v4l2.c index 9c5cbcf..43e953f 100644 --- a/drivers/media/usb/uvc/uvc_v4l2.c +++ b/drivers/me

[PATCH 07/11 linux-next] [media] s5p-mfc: remove unnecessary version.h inclusion

2014-12-29 Thread Fabian Frederick
Based on versioncheck. Signed-off-by: Fabian Frederick --- drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 1 - drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/s5p_mfc_

[PATCH 05/11 linux-next] [media] tw68: remove unnecessary version.h inclusion

2014-12-29 Thread Fabian Frederick
Based on versioncheck. Signed-off-by: Fabian Frederick --- drivers/media/pci/tw68/tw68.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/pci/tw68/tw68.h b/drivers/media/pci/tw68/tw68.h index 7a7501b..93f2335 100644 --- a/drivers/media/pci/tw68/tw68.h +++ b/drivers/media/pci/tw68

[PATCH 00/11 linux-next] drivers: remove unnecessary version.h inclusion

2014-12-29 Thread Fabian Frederick
This small patchset removes unnecessary version.h includes detected by versioncheck in drivers branch. Fabian Frederick (11): rsxx: remove unnecessary version.h inclusion skd: remove unnecessary version.h inclusion ipmi: remove unnecessary version.h inclusion input: remove unnecessary vers

CMYG support in V4L2

2014-12-29 Thread Ondrej Zary
Hello, I'm working on an old driver called "qcamvc" for Connectix QuickCam VC webcams (parallel port and USB models), found here: http://sourceforge.net/projects/usb-quickcam-vc/ Luckily, it was modified last year to compile with 3.x kernels. After trivial modification (mfr and model), it works

Re: [PATCH v2] [media] Add RGB444_1X12 and RGB565_1X16 media bus formats

2014-12-29 Thread Boris Brezillon
Hello Mauro, Last week I received a notification informing me that this patch was "Not Applicable". Could you give more details on why you think this should not go through the media-tree (or am I misunderstanding the meaning of "Not Applicable") ? I really need this patch for the atmel HLCDC DRM

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2014-12-29 Thread Josh Wu
Hi, Laurent and Guennadi On 12/26/2014 6:06 PM, Laurent Pinchart wrote: Hi Guennadi, On Friday 26 December 2014 10:14:26 Guennadi Liakhovetski wrote: On Fri, 26 Dec 2014, Laurent Pinchart wrote: On Friday 26 December 2014 14:37:14 Josh Wu wrote: On 12/25/2014 6:39 AM, Guennadi Liakhovetski w