cron job: media_tree daily build: WARNINGS

2014-10-07 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: Wed Oct 8 04:00:44 CEST 2014 git branch: test git hash: cf3167cf1e969b17671a4d3d956d22718a8ceb85 gcc versi

FW: Charity Donation

2014-10-07 Thread Toth_Steve
$2,500,000 USD to you mrs.gloriacmackenzie...@gmail.com to know more-- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

technisat-usb2: i2c-error

2014-10-07 Thread JPT
Hi, my vdr crashed tonight during a recording. The cause seems to be a problem with the recording device. Hardware: ReadyNAS RN104, 512 MB RAM, Armada XP 370 (arm cpu) DVB: Technisat SkyStar USB DVB-S2 Software: Debian Wheezy, selfbuilt kernel 3.16.3 technisat-usb2.c was modified to reduce buffer

Re: [PATCH v5 2/2] V4L: uvcvideo: Add support for pan/tilt speed controls

2014-10-07 Thread Vincent Palatin
On Tue, Oct 7, 2014 at 9:36 AM, Laurent Pinchart wrote: > > Hi Vincent, > > Thank you for the patch. Mauro has already merged this in his tree, it should > appear in v3.18-rc1. > Great ! I missed the merge. Thanks, -- Vincent > > On Monday 06 October 2014 14:05:59 Vincent Palatin wrote: > > Ma

Re: [PATCH v5 2/2] V4L: uvcvideo: Add support for pan/tilt speed controls

2014-10-07 Thread Laurent Pinchart
Hi Vincent, Thank you for the patch. Mauro has already merged this in his tree, it should appear in v3.18-rc1. On Monday 06 October 2014 14:05:59 Vincent Palatin wrote: > Map V4L2_CID_TILT_SPEED and V4L2_CID_PAN_SPEED to the standard UVC > CT_PANTILT_RELATIVE_CONTROL terminal control request. >

[GIT PULL FOR v3.18] uvcvideo fix

2014-10-07 Thread Laurent Pinchart
Hi Mauro, The following changes since commit cf3167cf1e969b17671a4d3d956d22718a8ceb85: [media] pt3: fix DTV FE I2C driver load error paths (2014-09-28 22:23:42 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/media.git uvcvideo/fixes for you to fetch changes up t

Re: [PATCH] qv4l2: Fix out-of-source build

2014-10-07 Thread Hans Verkuil
Applied. Thanks! Hans On 10/07/14 15:58, Niels Ole Salscheider wrote: > Signed-off-by: Niels Ole Salscheider > --- > utils/qv4l2/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utils/qv4l2/Makefile.am b/utils/qv4l2/Makefile.am > index 26f8dca..2b32

[PATCH] qv4l2: Fix out-of-source build

2014-10-07 Thread Niels Ole Salscheider
Signed-off-by: Niels Ole Salscheider --- utils/qv4l2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/qv4l2/Makefile.am b/utils/qv4l2/Makefile.am index 26f8dca..2b3251c 100644 --- a/utils/qv4l2/Makefile.am +++ b/utils/qv4l2/Makefile.am @@ -8,7 +8,7 @@ qv4l2_SO

[GIT PULL FOR v3.18] Various fixes (v2)

2014-10-07 Thread Hans Verkuil
Various fixes for v3.18. It supersedes this pull request: https://patchwork.linuxtv.org/patch/26348/ The only change is the addition of the vivid buffer overrun fix. Regards, Hans The following changes since commit cf3167cf1e969b17671a4d3d956d22718a8ceb85: [media] pt3: fix DTV FE I2C

[PATCH for v3.18] vivid: fix buffer overrun

2014-10-07 Thread Hans Verkuil
The random_line buffer must be twice the maximum width, but it only allocated the maximum width, so it was only half the size it needed to be. Surprisingly I never saw the kernel fail on this, but the same TPG code used in qv4l2 crashed and valgrind helped me track this bug down. Signed-off-by: H

Re: [RFC PATCH] media: uvc: *HACK* workaround uvc unregister device

2014-10-07 Thread Michael Grzeschik
Hi Laurent, this was probably one hack comment to much, so it did not get much attention. :) It is possible that this patch is not fully a workaround. But I am not aware how much this could break along the way. Thanks, Michael On Thu, Oct 02, 2014 at 06:09:47PM +0200, Michael Grzeschik wrote: >

Re: [PATCH v2] [media] Remove references to non-existent PLAT_S5P symbol

2014-10-07 Thread Sylwester Nawrocki
On 06/10/14 18:36, Paul Bolle wrote: > On Mon, 2014-10-06 at 18:10 +0200, Sylwester Nawrocki wrote: >> > The PLAT_S5P Kconfig symbol was removed in commit d78c16ccde96 >> > ("ARM: SAMSUNG: Remove remaining legacy code"). However, there >> > are still some references to that symbol left, fix that by