Payment

2015-05-24 Thread Finance Department
Dear Winner, You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling) with reference number 77100146. This compensation funds from the United Nation.Send us your personal details to deliver your funds. Gloria Peter -- To unsubscribe from this list: send the line "unsubscri

cron job: media_tree daily build: ERRORS

2015-05-24 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: Mon May 25 04:00:18 CEST 2015 git branch: test git hash: 2a80f296422a01178d0a993479369e94f5830127 gcc versi

Access to MPEG-TS?

2015-05-24 Thread tomsmith7899
Hello, I'm working on an application that - among other things - should be able to identify the programs in a MPEG transport stream broadcasted via DVB-C. This is what I have figured out so far: 1. Open the DVB frontend. 2. Fill struct dvb_frontend_parameters with transponder frequency etc. 3

Re: [PATCH 08/20] media: soc_camera pad-aware driver initialisation

2015-05-24 Thread Hans Verkuil
On 05/24/2015 11:50 PM, Laurent Pinchart wrote: > Hi Hans, > > On Sunday 24 May 2015 10:08:15 Hans Verkuil wrote: >> On 05/23/2015 08:32 PM, Laurent Pinchart wrote: >>> On Thursday 21 May 2015 07:55:10 Hans Verkuil wrote: On 05/20/2015 06:39 PM, William Towle wrote: > Add detection of sou

Re: [PATCH v2] v4l: subdev: Add pad config allocator and init

2015-05-24 Thread Hans Verkuil
On 05/24/2015 11:10 PM, Laurent Pinchart wrote: > From: Laurent Pinchart > > Add a new subdev operation to initialize a subdev pad config array, and > a helper function to allocate and initialize the array. This can be used > by bridge drivers to implement try format based on subdev pad > operati

Re: [PATCH 08/20] media: soc_camera pad-aware driver initialisation

2015-05-24 Thread Laurent Pinchart
Hi Hans, On Sunday 24 May 2015 10:08:15 Hans Verkuil wrote: > On 05/23/2015 08:32 PM, Laurent Pinchart wrote: > > On Thursday 21 May 2015 07:55:10 Hans Verkuil wrote: > >> On 05/20/2015 06:39 PM, William Towle wrote: > >>> Add detection of source pad number for drivers aware of the media > >>> con

Re: [PATCH] v4l: subdev: Add pad config allocator and init

2015-05-24 Thread Laurent Pinchart
Hi Hans, On Sunday 24 May 2015 10:00:44 Hans Verkuil wrote: > Hi Laurent, > > Looks good, but I have one question. See below. > > On 05/23/2015 08:24 PM, Laurent Pinchart wrote: > > Add a new subdev operation to initialize a subdev pad config array, and > > a helper function to allocate and init

[PATCH v2] v4l: subdev: Add pad config allocator and init

2015-05-24 Thread Laurent Pinchart
From: Laurent Pinchart Add a new subdev operation to initialize a subdev pad config array, and a helper function to allocate and initialize the array. This can be used by bridge drivers to implement try format based on subdev pad operations. Signed-off-by: Laurent Pinchart Acked-by: Vaibhav Hir

Outreachy Program

2015-05-24 Thread Helen Fornazier
Hello Everybody! I am Helen and I've been selected by the Outreachy Program (https://gnome.org/outreachy) to work in the Media Controller Virtual Driver project (http://kernelnewbies.org/LaurentPinchart), mentored by Laurent Pinchart. The main goal of this project is to develop a media driver tha

Re: [PATCH 4/4] b2c2: Always turn off receive stream

2015-05-24 Thread Jemma Denson
On 22/05/15 21:28, Jemma Denson wrote: When letting an external device control the receive stream, it won't know when there's demand for any feeds, so won't be turning off our receive stream. This patch bring back control of turning it off in this sitation. The demod can still delay turning it o

Re: [PATCH 08/20] media: soc_camera pad-aware driver initialisation

2015-05-24 Thread Hans Verkuil
On 05/23/2015 08:32 PM, Laurent Pinchart wrote: > Hi Hans, > > On Thursday 21 May 2015 07:55:10 Hans Verkuil wrote: >> On 05/20/2015 06:39 PM, William Towle wrote: >>> Add detection of source pad number for drivers aware of the media >>> controller API, so that soc_camera/rcar_vin can create devic

Re: [PATCH] v4l: subdev: Add pad config allocator and init

2015-05-24 Thread Hans Verkuil
Hi Laurent, Looks good, but I have one question. See below. On 05/23/2015 08:24 PM, Laurent Pinchart wrote: > Add a new subdev operation to initialize a subdev pad config array, and > a helper function to allocate and initialize the array. This can be used > by bridge drivers to implement try for