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 May 10 04:00:17 CEST 2014
git branch: test
git hash: 393cbd8dc532c1ebed60719da8d379f50d445f28
gcc versi
On Fri, 09 May 2014 09:43:58 +0200 Hans Verkuil wrote:
> Andrew, can you merge this for 3.15 or 3.16 (you decide)? While it fixes a
> sparse error
> for the media subsystem, it is not really appropriate to go through our media
> tree.
>
> Thanks,
>
> Hans
>
>
> When running sparse ove
On 05/09/14 06:08, Hans Verkuil wrote:
On 04/08/2014 07:07 PM, Ryley Angus wrote:
Hi Kyle.
It may be possible that the delay in acceptable grace periods is due to a
difference in our input AV sources more so than the Hauppauge units
themselves. I'm wondering if it would be useful to control the
On 05/09/2014 06:10 PM, Pali Rohár wrote:
> On Monday 05 May 2014 15:34:29 Jiri Kosina wrote:
>> On Tue, 22 Apr 2014, Dan Carpenter wrote:
>>> From: Pali Rohár
>>>
>>> This patch fixes an off by one check in
>>> bcm2048_set_region().
>>>
>>> Reported-by: Dan Carpenter
>>> Signed-off-by: Pali Rohá
On Monday 05 May 2014 15:34:29 Jiri Kosina wrote:
> On Tue, 22 Apr 2014, Dan Carpenter wrote:
> > From: Pali Rohár
> >
> > This patch fixes an off by one check in
> > bcm2048_set_region().
> >
> > Reported-by: Dan Carpenter
> > Signed-off-by: Pali Rohár
> > Signed-off-by: Pavel Machek
> > Sig
On 05/09/2014 05:32 PM, Philipp Zabel wrote:
> Otherwise yet another warning will trigger in vb2_buffer_done.
>
> Signed-off-by: Philipp Zabel
Duplicate of: https://patchwork.linuxtv.org/patch/23723/
I'm setting your patch to superseded in patchwork.
Regards,
Hans
> ---
> drivers/me
On 05/09/2014 05:32 PM, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel
Reviewed-by: Hans Verkuil
Regards,
Hans
> ---
> drivers/media/v4l2-core/videobuf2-core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/v4l2-core/videobuf2-core.c
> b
Otherwise yet another warning will trigger in vb2_buffer_done.
Signed-off-by: Philipp Zabel
---
drivers/media/v4l2-core/videobuf2-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/v4l2-core/videobuf2-core.c
b/drivers/media/v4l2-core/videobuf2-core.c
in
Signed-off-by: Philipp Zabel
---
drivers/media/v4l2-core/videobuf2-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/v4l2-core/videobuf2-core.c
b/drivers/media/v4l2-core/videobuf2-core.c
index 40024d7..4d4f6ba 100644
--- a/drivers/media/v4l2-core/videobuf2-
Hello all,
I have written a simple application to capture RF QAM transport
streams with the Hauppauge 950Q, and save to a file. This is
essentially the same as dvbstream, but with unnecessary stuff removed
(and I have verified this bug using dvbstream as well):
- tune using frontend device
- demux
Hi Hans
Thanks a lot for your attention.
I managed to find the source of the problem in the following code
v4l2_ctrl_new_std(&priv->ctrls, &ov5642_ctrl_ops,V4L2_CID_ZOOM_RELATIVE, -1000,
1000, 1, 500)
v4l2_ctrl_new_std(&priv->ctrls, &ov5642_ctrl_ops,V4L2_CID_FLASH_STROBE, -100,
100, 1, 5);
The
On 05/09/2014 03:46 PM, Sakari Ailus wrote:
> Hi Hans,
>
> On Fri, May 09, 2014 at 02:57:13PM +0200, Hans Verkuil wrote:
>> On 05/08/2014 11:04 AM, Sakari Ailus wrote:
>>> Heippa!
>>>
>>> On Wed, May 07, 2014 at 03:57:11PM +0300, Antti Palosaari wrote:
What is preferred way implement controls
Hi Mauro,
This patchset contains a few miscellaneous fixes but more importantly, a fix
for calculating the best scaling and binning ratios. The regulator is also
renamed as lower case.
The following changes since commit 393cbd8dc532c1ebed60719da8d379f50d445f28:
[media] smiapp: Use %u for print
Hi Hans,
On Fri, May 09, 2014 at 02:57:13PM +0200, Hans Verkuil wrote:
> On 05/08/2014 11:04 AM, Sakari Ailus wrote:
> > Heippa!
> >
> > On Wed, May 07, 2014 at 03:57:11PM +0300, Antti Palosaari wrote:
> >> What is preferred way implement controls that could have some known
> >> unit or unknown u
Hi Laurent
Any chance of my patch fixing manual exposure mode for the Logitech
C920[1] going in for 3.16?
[1]: https://patchwork.linuxtv.org/patch/23047/
Thanks
Will
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
M
On 05/09/2014 03:09 PM, Laurent Pinchart wrote:
> Hi Arun,
>
> Thank you for the patch. We're slowly getting there :-)
>
> On Thursday 08 May 2014 17:19:15 Arun Kumar K wrote:
>> This event indicates that the video device has encountered
>> a source parameter change during runtime. This can typic
Hi Arun,
Thank you for the patch. We're slowly getting there :-)
On Thursday 08 May 2014 17:19:15 Arun Kumar K wrote:
> This event indicates that the video device has encountered
> a source parameter change during runtime. This can typically be a
> resolution change detected by a video decoder OR
On 09 May 12:34 PM, Hans Verkuil wrote:
> Hi Ezequiel,
>
> On 04/17/2014 02:28 PM, Ezequiel Garcia wrote:
> > Currently stk1160_read_reg() uses a stack-allocated char to get the
> > read control value. This is wrong because usb_control_msg() requires
> > a kmalloc-ed buffer.
> >
> > This commit f
On 05/08/2014 11:30 PM, Marcio Campos de Lima wrote:
> I have also tried these settings
>
> #define VIDIOC_AVANCA_ZOOM(0x009a|0x900)+14
> #define VIDIOC_RECUA_ZOOM (0x009a|0x900)+14
All controls must have unique IDs, which is clearly not the case for these
two ZOOM controls.
You
On 05/08/2014 11:04 AM, Sakari Ailus wrote:
> Heippa!
>
> On Wed, May 07, 2014 at 03:57:11PM +0300, Antti Palosaari wrote:
>> What is preferred way implement controls that could have some known
>> unit or unknown unit? For example for gain controls, I would like to
>> offer gain in unit of dB (dec
Hi Mauro,
I went through my pending patches queue and managed to go through most of it.
There is still one em28xx patch series pending (waiting for feedback from Frank
about one patch) and I expect more patches from Prabhakar. Hopefully I can do
another batch on Monday.
Most patches are fairly t
Hi Mauro,
The following changes since commit 393cbd8dc532c1ebed60719da8d379f50d445f28:
[media] smiapp: Use %u for printing u32 value (2014-04-23 16:05:06 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git omap4iss/next
for you to fetch changes up to 616862
Hi Laurent,
On Fri, May 09, 2014 at 02:18:24PM +0200, Laurent Pinchart wrote:
> On Sunday 04 May 2014 03:31:56 Sakari Ailus wrote:
> > Do not use our special value, SMIAPP_NO_XSHUTDOWN.
> >
> > Signed-off-by: Sakari Ailus
>
> Wouldn't it make sense to switch to the gpiod API ? That change could
On Thu, May 8, 2014 at 9:48 PM, Tolga Cakir wrote:
> Hello everyone!
Hi Tolga!
>
> Over the past weeks, I've been busy capturing USB packets between the Elgato
> Game Capture HD and my PC. It's using the MStar MST3367CMK chip, which seems
> to have proprietary Linux support available only for ha
Hi Felipe,
Could you please pull the following three patches for v3.16 ? They've been
reviewed on the linux-media and linux-usb mailing list.
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
are available in the git repos
The message logged by v4l_print_cropcap should be a single line without
linebreaks, just
like all the other v4l_print_ functions.
diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c
b/drivers/media/v4l2-core/v4l2-ioctl.c
index f729bd2..16bffd8 100644
--- a/drivers/media/v4l2-core/v4l2-ioctl.c
+++
Hi Sakari,
Thank you for the patch.
On Sunday 04 May 2014 03:31:56 Sakari Ailus wrote:
> Do not use our special value, SMIAPP_NO_XSHUTDOWN.
>
> Signed-off-by: Sakari Ailus
Wouldn't it make sense to switch to the gpiod API ? That change could then
replace this patch. If you would like to do so
Hi Sakari,
Thank you for the patch.
On Sunday 04 May 2014 03:31:57 Sakari Ailus wrote:
> Prepare for supporting systems using the Device tree. Should the resources
> not be available at the time of driver probe(), the EPROBE_DEFER error code
> must be also returned from its probe function.
>
> S
Hi Sakari,
Thank you for the patch.
On Sunday 04 May 2014 03:31:55 Sakari Ailus wrote:
> Rename "VANA" regulator as "vana".
>
> Signed-off-by: Sakari Ailus
Acked-by: Laurent Pinchart
> ---
> drivers/media/i2c/smiapp/smiapp-core.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Hi Mauro,
The following changes since commit 393cbd8dc532c1ebed60719da8d379f50d445f28:
[media] smiapp: Use %u for printing u32 value (2014-04-23 16:05:06 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next
for you to fetch changes up to 4d5
Hi Sakari,
Thank you for the patches.
On Wednesday 23 April 2014 22:33:56 Sakari Ailus wrote:
> Hi,
>
> The most important patch is the third one: wrong scaling ratio was selected
> in many (or most?) cases due to the wrong signedness of the variable. The
> other two have less effect on the func
We should be returning -ENOMEM here instead of success.
Signed-off-by: Dan Carpenter
diff --git a/drivers/staging/media/dt3155v4l/dt3155v4l.c
b/drivers/staging/media/dt3155v4l/dt3155v4l.c
index afbc2e5..178aa5b 100644
--- a/drivers/staging/media/dt3155v4l/dt3155v4l.c
+++ b/drivers/staging/media
On 04/08/2014 07:07 PM, Ryley Angus wrote:
> Hi Kyle.
>
> It may be possible that the delay in acceptable grace periods is due to a
> difference in our input AV sources more so than the Hauppauge units
> themselves. I'm wondering if it would be useful to control the timeout
> period via a module p
On 04/25/2014 06:14 PM, Alexey Khoroshilov wrote:
> ivtv_yuv_init() is used in atomic context,
> so memory allocation should be done keeping that in mind.
>
> Call graph for ivtv_yuv_init() is as follows:
> - ivtv_yuv_next_free()
> - ivtv_yuv_prep_frame() [ioctl handler]
> - ivtv_yuv_setup_str
Hi Ezequiel,
On 04/17/2014 02:28 PM, Ezequiel Garcia wrote:
> Currently stk1160_read_reg() uses a stack-allocated char to get the
> read control value. This is wrong because usb_control_msg() requires
> a kmalloc-ed buffer.
>
> This commit fixes such issue by kmalloc'ating a 1-byte buffer to rece
On 03/24/2014 08:33 PM, Frank Schäfer wrote:
> Signed-off-by: Frank Schäfer
> ---
> drivers/media/usb/em28xx/em28xx-video.c | 120
> ++--
> drivers/media/usb/em28xx/em28xx.h | 7 +-
> 2 files changed, 56 insertions(+), 71 deletions(-)
>
> diff --git a/drivers
Em Fri, 09 May 2014 05:12:53 -0300
Mauro Carvalho Chehab escreveu:
> Em Fri, 09 May 2014 12:54:11 +0800
> Changbing xi...@pop3.w2.samsung.net escreveu:
>
> > From: Changbing Xiong
> >
> > If the tuner is already disconnected, It is meaningless to go on doing the
> > stream-restart operation, I
Some comments for future improvements:
On 03/24/2014 08:33 PM, Frank Schäfer wrote:
> Signed-off-by: Frank Schäfer
> ---
> drivers/media/usb/em28xx/em28xx-camera.c | 4 +-
> drivers/media/usb/em28xx/em28xx-video.c | 160
> +--
> drivers/media/usb/em28xx/em28xx.h
Hi Frank,
This looks good to me. I do have some comments for future cleanups and I'll
reply to the relevant patches for that.
However, before I can apply this patch series you need to take a look at my
comments
for this pre-requisite patch:
https://patchwork.linuxtv.org/patch/23179/
That needs
Hi Frank,
I've got a comment about this patch:
On 03/22/2014 02:01 PM, Frank Schäfer wrote:
> Signed-off-by: Frank Schäfer
> ---
> drivers/media/usb/em28xx/em28xx-i2c.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/usb/em28xx/em28xx-i2c.c
> b/drivers/m
Em Fri, 09 May 2014 12:54:11 +0800
Changbing xi...@pop3.w2.samsung.net escreveu:
> From: Changbing Xiong
>
> If the tuner is already disconnected, It is meaningless to go on doing the
> stream-restart operation, It is better to cancel this operation.
>
> Signed-off-by: Changbing Xiong
> ---
>
Andrew, can you merge this for 3.15 or 3.16 (you decide)? While it fixes a
sparse error
for the media subsystem, it is not really appropriate to go through our media
tree.
Thanks,
Hans
When running sparse over drivers/media/v4l2-core/v4l2-ioctl.c I get these
errors:
drivers/media/v4l
Hi Daeseok,
Thanks for the update! :-)
On Fri, May 09, 2014 at 07:57:18AM +0900, Daeseok Youn wrote:
> smatch says:
> drivers/media/usb/s2255/s2255drv.c:2246 s2255_probe() warn:
> possible memory leak of 'dev'
>
> Signed-off-by: Daeseok Youn
> ---
> V2: use the same pattern for error handling.
Hi Sakari,
On 05/07/2014 09:58 AM, Sakari Ailus wrote:
Hi Jacek,
On Wed, May 07, 2014 at 09:20:17AM +0200, Jacek Anaszewski wrote:
On 05/06/2014 11:10 AM, Sakari Ailus wrote:
Hi Jacek,
On Tue, May 06, 2014 at 08:44:41AM +0200, Jacek Anaszewski wrote:
Hi Sakari,
On 05/02/2014 01:06 PM, Saka
44 matches
Mail list logo