Hi Gerd,
On Mon, Sep 23, 2019 at 5:56 PM Gerd Hoffmann wrote:
>
> Hi,
>
> > Our prototype implementation uses [4], which allows the virtio-vdec
> > device to use buffers allocated by virtio-gpu device.
>
> > [4] https://lkml.org/lkml/2019/9/12/157
First of all, thanks for taking a look at this
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: Sat Oct 5 05:00:13 CEST 2019
media-tree git hash:503e59365dd134b2c63864f14e2de0476284b003
media_build gi
tree:
https://github.com/0day-ci/linux/commits/UPDATE-20191005-052600/Mauro-Carvalho-Chehab/Re-PATCH-si2157-Add-support-for-Logilink-VG0022A/20191003-040233
head: 78db06b57e0c9d156d5487ffcab15aaee479ffb4
commit: 78db06b57e0c9d156d5487ffcab15aaee479ffb4 [1/1] media: af9035: add
support for Log
tree:
https://github.com/0day-ci/linux/commits/UPDATE-20191005-005305/Mauro-Carvalho-Chehab/media-cxd2841er-avoid-too-many-status-inquires/20191003-224524
head: efac65071ccae96e9185db48174c7f77a2fe5098
commit: efac65071ccae96e9185db48174c7f77a2fe5098 [1/1] media: cxd2841er: avoid
too many sta
As reported at:
https://tvheadend.org/issues/5625
Retrieving certain status can cause discontinuity issues.
Prevent that by adding a timeout to each status logic.
Currently, the timeout is estimated based at the channel
bandwidth. There are other parameters that may also affect
the timeo
Adds new file for describing new metadata format V4L2_META_FMT_VIVID added in
vivid driver.
Signed-off-by: Vandana BN
---
Documentation/media/uapi/v4l/meta-formats.rst | 1 +
.../media/uapi/v4l/pixfmt-meta-vivid.rst | 43 +++
2 files changed, 44 insertions(+)
create mode
Support metadata output in vivid driver.
Metadata output is used to set brightness, contrast, saturation
and hue.
Adds new files for metadata output.
Signed-off-by: Vandana BN
---
drivers/media/platform/vivid/Makefile | 2 +-
drivers/media/platform/vivid/vivid-core.c | 98
Em Fri, 4 Oct 2019 13:50:43 +0200
JP escreveu:
> On 10/3/19 10:03 PM, Mauro Carvalho Chehab wrote:
> > Em Thu, 3 Oct 2019 21:51:35 +0200
> > Gonsolo escreveu:
> >
> >>> 1) The firmware file is likely at the Windows driver for this device
> >>> (probably using a different format). It should be
Add new metadata format to support metadata output in vivid.
Signed-off-by: Vandana BN
---
drivers/media/v4l2-core/v4l2-ioctl.c | 1 +
include/uapi/linux/videodev2.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c
b/drivers/media/v4l2-core/v4l2-i
This patch adds metadata output support in vivid driver.
New metadata format V4L2_META_FMT_VIVID is added,
which is used to set brightness, contrast, sturation and hue.
V2 has changes in metadata output structure and metadata format define.
V3 addresses review comments.
Regards,
Vandana.
Vandana
On 10/4/19 1:55 PM, Vandana BN wrote:
> Adds new file for describing new metadata format V4L2_META_FMT_VIVID added in
> vivid driver.
>
> Signed-off-by: Vandana BN
> ---
> Documentation/media/uapi/v4l/meta-formats.rst | 1 +
> .../media/uapi/v4l/pixfmt-meta-vivid.rst | 43
Adds new file for describing new metadata format V4L2_META_FMT_VIVID added in
vivid driver.
Signed-off-by: Vandana BN
---
Documentation/media/uapi/v4l/meta-formats.rst | 1 +
.../media/uapi/v4l/pixfmt-meta-vivid.rst | 43 +++
2 files changed, 44 insertions(+)
create mode
Em Thu, 3 Oct 2019 13:10:38 +0300
Stanimir Varbanov escreveu:
> This fixes an issue when setting the encoder framerate because of
> missing precision. Now the frameinterval type is changed to
> TYPE_CONTINUOUS and step = 1. Also the math is changed when
> framerate property is called - the firmw
While 99% of the implementation of the bitrate estimation
routine for ISDB-T is generic, the current approach mangles it
with some mb86a20s-specific thing.
Split the calculus from the specific stuff, in order to make
easier to use the same approach on other drivers requiring
a similar formula.
Si
This patch adds meatadata capture support in vivid driver.
Adds new files for metadata capture.
Adds vivid controls to generate PTS and SCR for metadata stream.
Signed-off-by: Vandana BN
---
drivers/media/platform/vivid/Makefile | 2 +-
drivers/media/platform/vivid/vivid-core.c | 1
On 10/4/19 11:44 AM, Vandana BN wrote:
> This patch adds meatadata capture support in vivid driver.
> Adds new files for metadata capture.
> Adds vivid controls to generate PTS and SCR for metadata stream.
>
> Signed-off-by: Vandana BN
> ---
> V8 - squash commit:fixes for v4l2-compliance issues.
On 10/3/19 7:38 PM, Shuah Khan wrote:
> On 10/3/19 5:08 AM, Vandana BN wrote:
>> Support metadata output in vivid driver.
>> Metadata output is used to set brightness, contrast, saturation
>> and hue.
>> Adds new files for metadata output.
>>
>> Signed-off-by: Vandana BN
>> ---
>> drivers/media/
This patch adds meatadata capture support in vivid driver.
Adds new files for metadata capture.
Adds vivid controls to generate PTS and SCR for metadata stream.
Signed-off-by: Vandana BN
---
V8 - squash commit:fixes for v4l2-compliance issues.
---
drivers/media/platform/vivid/Makefile |
On 04.10.2019 06:07, Yizhuo Zhai wrote:
> Hi Eugen:
>
> In function isc_interrupt(), variable "isc_intsr" and "isc_intmask"
> (drivers/media/platform/atmel/atmel-isc-base.c)
> could be uninitialized if regmap_read() fails and return -EINVAL .
> However, they are used to decide the control flow l
From: buil...@linuxtv.org
Pull request: https://patchwork.linuxtv.org/patch/59184/
Build log: https://builder.linuxtv.org/job/patchwork/18922/
Build time: 00:03:40
Link:
https://lore.kernel.org/linux-media/20191004075617.17328-1-stanimir.varba...@linaro.org
gpg: Signature made Fri 04 Oct 2019 07
Hi Mauro,
The Venus driver updates include:
* two fixes: fail to suspend and frequency table modifications for v3 to
handle performance issues.
* two new features: interconnect bandwidth support on v4 and more precise
clock-scaling on v4.
Please pull.
Changes since v2:
Dropped "venus: venc: Fi
21 matches
Mail list logo