Re: [Libva] something different ideas from chromium's decoder settings API

2016-10-16 Thread Xiang, Haihao
Hi Randy,  I saw a statement below at the end of your email: == This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If

cron job: media_tree daily build: ERRORS

2016-10-16 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 Oct 17 05:00:14 CEST 2016 media-tree git hash:11a1e0ed7908f04c896e69d0eb65e478c12f8519 media_build

something different ideas from chromium's decoder settings API

2016-10-16 Thread Randy Li
Hello Hans and all media staff: Recently I have try to run the my VA-API driver in Rockchip RK3399, after ported the driver in chromium to request API, it works now. Thanks to the chromium project effort, both the decoder settings API and structures are the same between rk3288 and rk3399.

Re: [PATCH 04/22] [media] v4l2-subdev.h: add prepare_stream op

2016-10-16 Thread Sakari Ailus
On Fri, Oct 14, 2016 at 05:48:43PM +0200, Philipp Zabel wrote: > Am Samstag, den 08.10.2016, 02:16 +0300 schrieb Sakari Ailus: > > Hi Philipp, > > > > On Fri, Oct 07, 2016 at 06:00:49PM +0200, Philipp Zabel wrote: > > > In some cases, for example MIPI CSI-2 input on i.MX6, the sending and > > >

Re: [PATCH] Potential fix for "[BUG] process stuck when closing saa7146 [dvb_ttpci]"

2016-10-16 Thread Philipp Matthias Hahn
Hello Andrey, On Mon, Sep 19, 2016 at 07:08:52AM +0200, Philipp Hahn wrote: > Am 16.09.2016 um 12:00 schrieb Andrey Utkin: > > Please try this patch. It is purely speculative as I don't have the > > hardware, > > but I hope my approach is right. > > Thanks you for the patch; I've built a new

Re: [PATCH 18/22] [media] imx-ipuv3-csi: support downsizing

2016-10-16 Thread Marek Vasut
On 10/14/2016 05:48 PM, Philipp Zabel wrote: > Am Freitag, den 07.10.2016, 21:01 +0200 schrieb Marek Vasut: >> On 10/07/2016 06:01 PM, Philipp Zabel wrote: >>> Add support for the CSI internal horizontal and vertical downsizing. >>> >>> Signed-off-by: Philipp Zabel >>> ---

Re: [PATCH] Staging: media: omap4iss: fixed coding style issues

2016-10-16 Thread Greg KH
On Sun, Oct 16, 2016 at 05:18:56PM +0200, Hector Roussille wrote: > Fixed coding style issues You need to be a lot more specific please. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] Staging: media: omap4iss: fixed coding style issues

2016-10-16 Thread Laurent Pinchart
Hi Hector, Thank you for the patch. On Sunday 16 Oct 2016 17:18:56 Hector Roussille wrote: > Fixed coding style issues What coding style issues ? > > Signed-off-by: Hector Roussille > --- > drivers/staging/media/omap4iss/iss_video.c | 11 +++ > 1 file

[PATCH] Staging: media: omap4iss: fixed coding style issues

2016-10-16 Thread Hector Roussille
Fixed coding style issues Signed-off-by: Hector Roussille --- drivers/staging/media/omap4iss/iss_video.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/omap4iss/iss_video.c

Re: RFC - unclear change in "[media] DiBxxxx: Codingstype updates"

2016-10-16 Thread Nicholas Mc Guire
On Mon, Oct 10, 2016 at 08:31:12AM +0200, Patrick Boettcher wrote: > Hi, der Herr Hofrat ;-) > > On Sat, 8 Oct 2016 13:57:14 + > Nicholas Mc Guire wrote: > > - lo6 |= (1 << 2) | 2; > > - else > > - lo6 |= (1 << 2) | 1; > > +

Re: [PATCH v4 3/8] media: adv7180: add support for NEWAVMODE

2016-10-16 Thread Laurent Pinchart
Hi Steve, Thank you for the patch. On Wednesday 03 Aug 2016 11:03:45 Steve Longerbeam wrote: > Parse the optional v4l2 endpoint DT node. If the bus type is > V4L2_MBUS_BT656 and the endpoint node specifies "newavmode", > configure the BT.656 bus in NEWAVMODE. > > Signed-off-by: Steve Longerbeam

[PATCH] [media] usbtv: add video controls

2016-10-16 Thread Lubomir Rintel
Brightness, Contrast, Hue and Color Saturation are supported. Signed-off-by: Lubomir Rintel --- drivers/media/usb/usbtv/usbtv-video.c | 97 ++- drivers/media/usb/usbtv/usbtv.h | 3 ++ 2 files changed, 99 insertions(+), 1 deletion(-) diff