Re: [PATCH] media: ov5640: Fix set 15fps regression

2019-01-27 Thread Jagan Teki
On Fri, Jan 25, 2019 at 9:10 PM Maxime Ripard wrote: > > On Thu, Jan 24, 2019 at 11:28:01PM +0530, Jagan Teki wrote: > > The ov5640_try_frame_interval operation updates the FPS as per user > > input based on default ov5640_frame_rate, OV5640_30_FPS which is failed > > to update when user trigger 1

Re: [PATCH 10/10] venus: dec: make decoder compliant with stateful codec API

2019-01-27 Thread Tomasz Figa
On Fri, Jan 25, 2019 at 7:25 PM Stanimir Varbanov wrote: > > Hi Tomasz, > > Thanks for the comments! > > On 1/25/19 9:59 AM, Tomasz Figa wrote: > > .Hi Stan, > > > > On Fri, Jan 18, 2019 at 1:21 AM Stanimir Varbanov > > wrote: > >> > >> This refactored code for start/stop streaming vb2 operations

Re: [PATCH v7 2/5] media: sun6i: Add A64 CSI block support

2019-01-27 Thread Jagan Teki
On Fri, Jan 25, 2019 at 9:12 PM Maxime Ripard wrote: > > On Thu, Jan 24, 2019 at 11:37:33PM +0530, Jagan Teki wrote: > > CSI block in Allwinner A64 has similar features as like in H3, > > but the default CSI_SCLK rate cannot work properly to drive the > > connected sensor interface. > > > > The te

[PATCH] [media] v4l: add I / P frame min max QP definitions

2019-01-27 Thread Fish Lin
Add following V4L2 QP parameters for H.264: * V4L2_CID_MPEG_VIDEO_H264_I_FRAME_MIN_QP * V4L2_CID_MPEG_VIDEO_H264_I_FRAME_MAX_QP * V4L2_CID_MPEG_VIDEO_H264_P_FRAME_MIN_QP * V4L2_CID_MPEG_VIDEO_H264_P_FRAME_MAX_QP These controls will limit QP range for intra and inter frame, provide more manual

Re: [PATCH v2 1/2] media: uapi: Add H264 low-level decoder API compound controls.

2019-01-27 Thread Alexandre Courbot
On Thu, Nov 15, 2018 at 11:56 PM Maxime Ripard wrote: > > From: Pawel Osciak > > Stateless video codecs will require both the H264 metadata and slices in > order to be able to decode frames. > > This introduces the definitions for a new pixel format for H264 slices that > have been parsed, as wel

cron job: media_tree daily build: OK

2019-01-27 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 Jan 28 05:00:12 CET 2019 media-tree git hash:c9d06df612977a88c484668ad0a37bc8e4463b22 media_build git

Re: [PATCH 00/10] Venus stateful Codec API

2019-01-27 Thread Tomasz Figa
On Mon, Jan 28, 2019 at 1:16 PM Alexandre Courbot wrote: > > On Fri, Jan 25, 2019 at 7:35 PM Stanimir Varbanov > wrote: > > > > Hi Alex, > > > > On 1/25/19 7:34 AM, Alexandre Courbot wrote: > > > On Thu, Jan 24, 2019 at 7:13 PM Stanimir Varbanov > > > wrote: > > >> > > >> Hi Alex, > > >> > > >>

Re: [PATCH 00/10] Venus stateful Codec API

2019-01-27 Thread Alexandre Courbot
On Fri, Jan 25, 2019 at 7:35 PM Stanimir Varbanov wrote: > > Hi Alex, > > On 1/25/19 7:34 AM, Alexandre Courbot wrote: > > On Thu, Jan 24, 2019 at 7:13 PM Stanimir Varbanov > > wrote: > >> > >> Hi Alex, > >> > >> Thank you for review and valuable comments! > >> > >> On 1/24/19 10:43 AM, Alexandre

[PATCH] : media : hackrf : memory leak

2019-01-27 Thread Yavuz, Tuba
Due to a missing v4l2_device_get function in the hackrf_probe function,  the reference count of the v4l2_device object reaches zero inside the  wrong API function (video_unregister_device) instead of v4l2_device_put.  This causes a memory leak as the release callback would not get called.

Re: [PATCH v4 0/3] media: imx: Stop stream before disabling IDMA channels

2019-01-27 Thread Steve Longerbeam
Hi Hans, On 1/21/19 11:34 PM, Hans Verkuil wrote: Hi Steve, On 01/22/2019 12:35 AM, Steve Longerbeam wrote: Repeatedly sending a stream off immediately followed by stream on can eventually cause a complete system hard lockup on the SabreAuto when streaming from the ADV7180: while true; do v4l

Re: IMX CSI capture issues with tda1997x HDMI receiver

2019-01-27 Thread Steve Longerbeam
Hi Tim, On 1/25/19 3:57 PM, Steve Longerbeam wrote: Now lets go back to a 480p60 source but this time include the vdic (which isn't necessary but should still work right?) No. First, the CSI will only capture in bt.656 mode if it sees interlaced fields (bt.656 interlaced sync codes). Well, l

[PATCH 3/3] Staging: media: ipu3: fixed max charecter style issue

2019-01-27 Thread Prashantha SP
fixed coding style issue. Signed-off-by: Prashantha SP --- drivers/staging/media/ipu3/ipu3-css.c | 178 ++ 1 file changed, 94 insertions(+), 84 deletions(-) diff --git a/drivers/staging/media/ipu3/ipu3-css.c b/drivers/staging/media/ipu3/ipu3-css.c index 44c55639389a..46

Re: [PATCH 7/9] videobuf2/videobuf2-dma-sg.c: Convert to use vm_insert_range_buggy

2019-01-27 Thread Souptick Joarder
Hi Marek, On Fri, Jan 25, 2019 at 5:58 PM Marek Szyprowski wrote: > > Hi Souptick, > > On 2019-01-25 05:55, Souptick Joarder wrote: > > On Tue, Jan 22, 2019 at 8:37 PM Marek Szyprowski > > wrote: > >> On 2019-01-11 16:11, Souptick Joarder wrote: > >>> Convert to use vm_insert_range_buggy to map

Re: [PATCH v3 1/3] media: mt9m111: make VIDIOC_SUBDEV_G_FMT ioctl work with V4L2_SUBDEV_FORMAT_TRY

2019-01-27 Thread Akinobu Mita
2019年1月24日(木) 0:17 Marco Felsch : > > Hi Akinobu, > > sorry for the delayed response. > > On 19-01-15 23:05, Akinobu Mita wrote: > > The VIDIOC_SUBDEV_G_FMT ioctl for this driver doesn't recognize > > V4L2_SUBDEV_FORMAT_TRY and always works as if V4L2_SUBDEV_FORMAT_ACTIVE > > is specified. > > > >