cron job: media_tree daily build: WARNINGS

2019-03-17 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 Mar 18 05:00:13 CET 2019 media-tree git hash:15d90a6ae98e6d2c68497b44a491cb9efbb98ab1 media_build git

Re: [RFP] Which V4L2 ioctls could be replaced by better versions?

2019-03-17 Thread Nicolas Dufresne
Le dimanche 17 mars 2019 à 18:10 +0200, Laurent Pinchart a écrit : > > 3) For CAPTURE buffers, it's actually defined as set-by-driver > > (https://linuxtv.org/downloads/v4l-dvb-apis/uapi/v4l/buffer.html#struct-v4l2-plane), > > so anything userspace sets there is bound to be ignored. I'm not sure >

Re: [RFP] Which V4L2 ioctls could be replaced by better versions?

2019-03-17 Thread Nicolas Dufresne
Le dimanche 17 mars 2019 à 18:10 +0200, Laurent Pinchart a écrit : > Hi Tomasz, > > On Fri, Mar 15, 2019 at 01:18:17PM +0900, Tomasz Figa wrote: > > On Fri, Oct 26, 2018 at 10:42 PM Laurent Pinchart wrote: > > > On Friday, 26 October 2018 14:41:26 EEST Tomasz Figa wrote: > > > > On Thu, Sep 20, 20

[PATCH] media: Add missing "Auto" option to the power line frequency control

2019-03-17 Thread dorodnic
From: Sergey Dorodnicov Section 4.2.2.3.6 of the USB Device Class Definition for Video Devices, specifies "Auto" as a valid value for the power line frequency control. This makes uvcvideo module consistent with control definition inside /drivers/media/v4l2-core/v4l2-ctrls.c: camera_power_line_fre

[PATCH] [uvcvideo] Add "Auto" to power line frequency control

2019-03-17 Thread dorodnic
From: Sergey Dorodnicov Based on section 4.2.2.3.6 of the USB Device Class Definition for Video Devices and inline with v4l2-ctrls.c, this patch is adding "Auto" to the list of valid values of the power line frequency control. Tested on 5.0.0-rc7 using Intel D415 and D435 USB cameras. Sergey D

[PATCH v4l-utils] libdvbv5: leaks and double free in dvb_fe_open_fname()

2019-03-17 Thread Sean Young
dvb_fe_open_fname() takes ownership of fname if the function succeeds, but also in two of the error paths (e.g. if the ioctl FE_GET_PROPERTY fails). Adjust dvb_fe_open_fname() so it copies fname rather than taking ownership (and passing that to params). This makes the code cleaner. Signed-off-by:

Re: [RFP] Which V4L2 ioctls could be replaced by better versions?

2019-03-17 Thread Laurent Pinchart
Hi Tomasz, On Fri, Mar 15, 2019 at 01:18:17PM +0900, Tomasz Figa wrote: > On Fri, Oct 26, 2018 at 10:42 PM Laurent Pinchart wrote: > > On Friday, 26 October 2018 14:41:26 EEST Tomasz Figa wrote: > >> On Thu, Sep 20, 2018 at 11:42 PM Hans Verkuil wrote: > >>> Some parts of the V4L2 API are awkward

[PATCH v4l-utils] lircd2toml: convert lircd.conf rc6 remote definitions

2019-03-17 Thread Sean Young
Signed-off-by: Sean Young --- contrib/lircd2toml.py | 63 ++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/contrib/lircd2toml.py b/contrib/lircd2toml.py index b1aa2403..9b93f198 100755 --- a/contrib/lircd2toml.py +++ b/contrib/lircd2toml.py

Re: [Bug report] dvbv5-zap crash dvb-tool ARMHF builds

2019-03-17 Thread Mauro Carvalho Chehab
Em Fri, 15 Mar 2019 22:34:25 + Sean Young escreveu: > Hi, > > On Tue, Mar 12, 2019 at 04:07:23PM +0100, Gregor Jasny wrote: > > Hello Mauro, > > > > below you find a bug report about an use-after-free in dvbv5-zap. > > > > On 12.03.19 13:37, CHEMLA Samuel wrote: > > > please find a bug r