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: Thu Mar 14 05:00:10 CET 2019
media-tree git hash:15d90a6ae98e6d2c68497b44a491cb9efbb98ab1
media_build git
On Tue, Mar 12, 2019 at 06:16:08PM +0100, Lubomir Rintel wrote:
> On Tue, 2019-03-12 at 00:36 +0900, Akinobu Mita wrote:
> > This patchset fixes the problems introduced by recent change to ov7670.
> >
> > Akinobu Mita (2):
> > media: ov7670: restore default settings after power-up
> > media: o
This fixes conversion of:
http://lirc.sourceforge.net/remotes/goldstar/VCR
Signed-off-by: Sean Young
---
contrib/lircd2toml.py | 36
1 file changed, 36 insertions(+)
diff --git a/contrib/lircd2toml.py b/contrib/lircd2toml.py
index f2f7cdd3..b1aa2403
Signed-off-by: Sean Young
---
contrib/lircd2toml.py | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/contrib/lircd2toml.py b/contrib/lircd2toml.py
index 72ee50e3..f2f7cdd3 100755
--- a/contrib/lircd2toml.py
+++ b/contrib/lircd2toml.py
@@ -349,7 +349,7 @@
On 3/12/19 4:32 PM, Paul Kocialkowski wrote:
> Hi,
>
> On Wed, 2019-03-06 at 13:13 -0800, Dafna Hirschfeld wrote:
>> From: Hans Verkuil
>>
>> The cedrus stateless decoder requires the use of request, so
>> indicate this by setting requires_requests to 1.
>>
>> Signed-off-by: Hans Verkuil
>
> No
The logic of g_selection was wrong: encoders support crop,
decoders support compose, but the code allowed both.
Signed-off-by: Hans Verkuil
---
Note: this patch sits on top of the stateless decoder patch series.
---
drivers/media/platform/vicodec/vicodec-core.c | 22 ++-
1 file c
Some functions like enum_fmt use the buffer type as was passed
from userspace, which might cause the switch to fall into the
default case. Just drop the WARN_ON(1) to avoid kernel log pollution.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/vicodec/vicodec-core.c | 1 -
1 file changed,
When start_streaming was called both last_src_buf and last_dst_buf
pointers were set to NULL, but this depends on whether the capture
or output queue starts streaming.
When decoding with resolution changes in between the capture queue
has to restart streaming whenever a resolution change occurs. A
Add V4L2_PIX_FMT_FWHT_STATELESS to the list of pixelformats that
v4l_fill_fmtdesc() understands.
Signed-off-by: Hans Verkuil
---
Note: this patch should come after patch 20/23.
---
diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c
b/drivers/media/v4l2-core/v4l2-ioctl.c
index f6d663934648..10133f
On 3/6/19 10:13 PM, Dafna Hirschfeld wrote:
> Add stateless decoder instance field to the dev struct and
> register another node for the statelsess decoder.
> The stateless API for the node will be implemented in further patches.
>
> Signed-off-by: Dafna Hirschfeld
> ---
> drivers/media/platform
On 3/6/19 10:13 PM, Dafna Hirschfeld wrote:
> Implement a stateless decoder for the new node.
>
> Signed-off-by: Dafna Hirschfeld
> ---
> +static int vicodec_try_ctrl(struct v4l2_ctrl *ctrl)
> +{
> + struct vicodec_ctx *ctx = container_of(ctrl->handler,
> + struct vicod
Hi all,
As you all know I have been working on creating a regression test script
to help catch regressions before they get into released kernels.
The test-media script is in v4l-utils, contrib/test. It is currently testing
with vivid, vim2m and vimc. Once vicodec is stable enough it will be added
12 matches
Mail list logo