cron job: media_tree daily build: OK

2019-01-20 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 21 05:00:10 CET 2019 media-tree git hash:e8f9b16d72631870e30a3d8e4ee9f1c097bc7ba0 media_build git

Re: [PATCH v2 2/2] media: atmel-isc: Update device tree binding documentation

2019-01-20 Thread Eugen.Hristev
On 18.01.2019 20:05, Ken Sloat wrote: >> -Original Message- >> From: eugen.hris...@microchip.com >> Sent: Friday, January 18, 2019 9:40 AM >> To: Ken Sloat >> Cc: mche...@kernel.org; nicolas.fe...@microchip.com; >> alexandre.bell...@bootlin.com; ludovic.desroc...@microchip.com; linux- >

Re: [PATCH v7 00/16] Intel IPU3 ImgU patchset

2019-01-20 Thread Tomasz Figa
Hi Raj, On Wed, Jan 16, 2019 at 11:16 AM Mani, Rajmohan wrote: > > Hi Laurent, > > Subject: Re: [PATCH v7 00/16] Intel IPU3 ImgU patchset > > > > Hello Raj, > > > > On Saturday, 12 January 2019 04:30:49 EET Mani, Rajmohan wrote: > > > > [snip] > > > > > I finally managed to reproduce the issue wi

Re: [PATCH v9 4/4] sound/usb: Use Media Controller API to share media resources

2019-01-20 Thread shuah
On 1/19/19 3:30 AM, Hans Verkuil wrote: On 01/19/2019 02:03 AM, shuah wrote: On 1/18/19 2:54 PM, shuah wrote: On 1/18/19 1:36 AM, Hans Verkuil wrote: On 12/18/18 6:59 PM, sh...@kernel.org wrote: From: Shuah Khan Media Device Allocator API to allows multiple drivers share a media device. Thi

[PATCH] media: imx: Validate frame intervals before setting

2019-01-20 Thread Steve Longerbeam
In the .s_frame_interval() subdev op, don't accept or set a frame interval with a zero numerator or denominator. This fixes a v4l2-compliance failure: fail: v4l2-test-formats.cpp(1146): cap->timeperframe.numerator == 0 || cap->timeperframe.denominator == 0 test VIDIOC_G/S_PARM: FAIL Signed-off-by

Re: [PATCH 12/13] si2157: add on-demand rf strength func

2019-01-20 Thread Antti Palosaari
On 12/29/18 7:51 PM, Brad Love wrote: Add get_rf_strength callback to get RSSI from the tuner. DVBv5 stat cache is updated. Signed-off-by: Brad Love --- drivers/media/tuners/si2157.c | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git

Re: [PATCH 04/13] si2157: Add clock and pin setup for si2141

2019-01-20 Thread Antti Palosaari
On 12/29/18 7:51 PM, Brad Love wrote: Include some missing setup for si2141 Signed-off-by: Brad Love --- drivers/media/tuners/si2157.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c index f3a60a1..1ad2d42

Re: [PATCH] media: m88ds3103: serialize reset messages in m88ds3103_set_frontend

2019-01-20 Thread Antti Palosaari
On 1/13/19 11:13 PM, James Hutchinson wrote: Ref: https://bugzilla.kernel.org/show_bug.cgi?id=199323 Users are experiencing problems with the DVBSky S960/S960C USB devices since the following commit: 9d659ae: ("locking/mutex: Add lock handoff to avoid starvation") The device malfunctions after

[PATCH v5 1/6] media: vicodec: Add num_planes field to v4l2_fwht_pixfmt_info

2019-01-20 Thread Dafna Hirschfeld
Add the field 'num_planes' to 'v4l2_fwht_pixfmt_info' struct. Signed-off-by: Dafna Hirschfeld --- .../media/platform/vicodec/codec-v4l2-fwht.c | 48 +-- .../media/platform/vicodec/codec-v4l2-fwht.h | 1 + drivers/media/platform/vicodec/vicodec-core.c | 2 +- 3 files changed,

[PATCH v5 4/6] media: vicodec: Add pixel encoding flags to fwht header

2019-01-20 Thread Dafna Hirschfeld
Add flags indicating the pixel encoding - yuv/rgb/hsv to fwht header and to the pixel info. Use it to enumerate the supported pixel formats. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/codec-fwht.h | 6 ++ .../media/platform/vicodec/codec-v4l2-fwht.c | 76 +

[PATCH v5 2/6] media: vicodec: add support for CROP and COMPOSE selection

2019-01-20 Thread Dafna Hirschfeld
Add support for the selection api for the crop and compose targets. The driver rounds up the coded width and height such that all planes dimensions are multiple of 8. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/codec-fwht.c | 80 +++-- drivers/media/platform/vicodec/cod

[PATCH v5 3/6] media: vicodec: use 3 bits for the number of components

2019-01-20 Thread Dafna Hirschfeld
Use 3 bits for the number of components mask in the fwht header flags Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/codec-fwht.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/vicodec/codec-fwht.h b/drivers/media/platform/vicodec/

[PATCH v5 6/6] media: vicodec: Add support for resolution change event.

2019-01-20 Thread Dafna Hirschfeld
If the the queues are not streaming then the first resolution change is handled in the buf_queue callback. The following resolution change events are handled in job_ready. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/vicodec-core.c | 358 ++ 1 file changed,

[PATCH v5 0/6] media: vicodec: source change support

2019-01-20 Thread Dafna Hirschfeld
Main changes from v4: 1. in patch 5/6 - bugfix in get_next_header if memchr returns NULL, set p to p_src + sz 2. in 6/6 - some bugfixzes in buf_queue callback and remove the field comp_frame_size from vicodec_ctx since it can already be accessed from state.header. This also fixes a bug where comp_f

[PATCH v5 5/6] media: vicodec: Separate fwht header from the frame data

2019-01-20 Thread Dafna Hirschfeld
Keep the fwht header in separated field from the data. Refactor job_ready to use a new function 'get_next_header' Signed-off-by: Dafna Hirschfeld --- .../media/platform/vicodec/codec-v4l2-fwht.c | 24 ++-- .../media/platform/vicodec/codec-v4l2-fwht.h | 1 + drivers/media/platform/vicodec/vi

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

2019-01-20 Thread ayaka
I am sorry I am a little busy for the lunar new year recently and the H.264 syntax rules are little complex, I will try explain my ideas more clear here. On 1/17/19 7:01 PM, Maxime Ripard wrote: Hi, On Tue, Jan 08, 2019 at 05:52:28PM +0800, Randy 'ayaka' Li wrote: +struct v4l2_ctrl_h264_scal

[v4l-utils PATCH 4/6] v4l2-ctl: Introduce capture_setup

2019-01-20 Thread Dafna Hirschfeld
Add function capture_setup that implements the capture setup sequence. Signed-off-by: Dafna Hirschfeld --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 58 +++ 1 file changed, 50 insertions(+), 8 deletions(-) diff --git a/utils/v4l2-ctl/v4l2-ctl-streaming.cpp b/utils/v4l2-ct

[v4l-utils PATCH 6/6] v4l2-ctl: Add --stream-pixformat option

2019-01-20 Thread Dafna Hirschfeld
This option sets the capture pixelformat in the capture setup sequence. If the format is not supported decoding will stop. If the option is not given then the default is to set the first supported format. Signed-off-by: Dafna Hirschfeld --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 29

[v4l-utils PATCH 3/6] v4l2-ctl: test the excpetion fds first in streaming_set_m2m

2019-01-20 Thread Dafna Hirschfeld
test the excpetion fds first in the select loop in streaming_set_m2m. This is needed in the next patch in order to dequeue a source change event before its coresponding last buffer. Signed-off-by: Dafna Hirschfeld --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 26 +- 1 file

[v4l-utils PATCH 5/6] v4l2-ctl: Add support for source change event for m2m decoder

2019-01-20 Thread Dafna Hirschfeld
Subscribe to source change event. The capture setup sequence is executed only due to a change event. Signed-off-by: Dafna Hirschfeld --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 90 ++- 1 file changed, 76 insertions(+), 14 deletions(-) diff --git a/utils/v4l2-ctl/v4l2-ctl

[v4l-utils PATCH 1/6] v4l2-ctl: Add support for crop and compose selection in streaming

2019-01-20 Thread Dafna Hirschfeld
Support crop and compose selection. If the driver supports crop/compose then the raw frame is arranged inside a padded buffer. Signed-off-by: Dafna Hirschfeld --- utils/common/codec-fwht.patch | 8 +- utils/common/v4l-stream.c | 14 +-- utils/common/v4l-stream.h

[v4l-utils PATCH 2/6] v4l2-ctl: Add function get_codec_type

2019-01-20 Thread Dafna Hirschfeld
Add function get_codec_type that returns the type of codec NOT_CODEC/ENCODER/DEOCDER. Move the functions get_cap_compose/crop_rect to the start of the file. Signed-off-by: Dafna Hirschfeld --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 126 ++ 1 file changed, 88 insertions(+

[v4l-utils PATCH 0/6] Support for source change in m2m decoder

2019-01-20 Thread Dafna Hirschfeld
1. The first patch "Add support for crop and compose selection in streaming" was already reviewed. 2. The actual support is added in the patch "Add support for source change event for m2m decoder" 3. The last patch is only a suggestion for adding a new option in the command line. Dafna Hirschfeld

Just start it

2019-01-20 Thread Sara
Want to retouch your photos? Are the photos ready? We can do white background, sharpen, retouching included all for your photos. Unlimited revisions . Send us a test photo, we will start it. Thanks, Sara

Just start it

2019-01-20 Thread Sara
Want to retouch your photos? Are the photos ready? We can do white background, sharpen, retouching included all for your photos. Unlimited revisions . Send us a test photo, we will start it. Thanks, Sara

Just start it

2019-01-20 Thread Sara
Want to retouch your photos? Are the photos ready? We can do white background, sharpen, retouching included all for your photos. Unlimited revisions . Send us a test photo, we will start it. Thanks, Sara

Just start it

2019-01-20 Thread Sara
Want to retouch your photos? Are the photos ready? We can do white background, sharpen, retouching included all for your photos. Unlimited revisions . Send us a test photo, we will start it. Thanks, Sara

Just start it

2019-01-20 Thread Sara
Want to retouch your photos? Are the photos ready? We can do white background, sharpen, retouching included all for your photos. Unlimited revisions . Send us a test photo, we will start it. Thanks, Sara

RE: Awaiting your urgent response

2019-01-20 Thread Miss Julian Mene
Good day!!! I am Miss Julian Mene, 24 year old, an orphan from Democratic Republic of Congo (DRC), but presently in Benin Republic. I have something very urgent and important to discuss with you. I assure you that you will not regret anything. Please send your reply to my personal email: me...@r