On 16/05/15 13:23, Vincent McIntyre wrote:
Hi,
I have been trying to get support going for a
Leadtek WinFast DTV2000DS Plus (usbid 0413:6f12)
In case it matters here, I have these cards and am using the driver
built from
git clone git://linuxtv.org/media_build.git
git clone g..
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 16 04:00:16 CEST 2015
git branch: test
git hash: 0fae1997f09796aca8ada5edc028aef587f6716c
gcc versi
On Fri, May 15, 2015 at 11:32:51PM +0200, Pali Rohár wrote:
> From: maxx
I need a real name here, sorry.
greg k-h
--
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/majordo
On Fri, May 15, 2015 at 11:31:51PM +0200, Pali Rohár wrote:
> From: maxx
Same here, real name please.
greg k-h
--
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-
From: maxx
This actually fixes region selection for BCM2048 FM receiver. To select
the japanese FM-band an additional bit in FM_CTRL register needs to be
set. This might not sound so important but it enables at least me to
listen to some 'very interesting' radio transmission below normal
FM-band.
From: maxx
This enables access to automute function of the chip via sysfs and
gives direct access to FM_AUDIO_CTRL0/1 registers, also via sysfs. I
don't think this is so important but helps in developing radio scanner
apps.
Patch writen by m...@spaceboyz.net
Signed-off-by: Pali Rohár
Cc: m...@
On 05/15/2015 12:47 PM, Thomas Reitmayr wrote:
Hi Laura,
a similar patch (including one more missing initialization) was submitted days
ago and already sent to linux-stable, see
https://www.mail-archive.com/linux-media@vger.kernel.org/msg87882.html
and
http://article.gmane.org/gmane.linux.kernel
Hi Laura,
a similar patch (including one more missing initialization) was
submitted days ago and already sent to linux-stable, see
https://www.mail-archive.com/linux-media@vger.kernel.org/msg87882.html
and
http://article.gmane.org/gmane.linux.kernel.stable/135755
Best regards,
-Thomas
Am Freitag,
Hi Hans,
On Fri, May 15, 2015 at 8:51 PM, Hans de Goede wrote:
> Sorry for being a bit slow on this one, v2 looks good. I'll queue it up for
> merging into 4.2 as soon as I find some time to work on this,
Thanks!
Regards,
Vasily
--
To unsubscribe from this list: send the line "unsubscribe linux
Hi Vasily
On 15-05-15 17:55, Vasily Khoruzhick wrote:
Ping?
Sorry for being a bit slow on this one, v2 looks good. I'll queue it up for
merging into 4.2 as soon as I find some time to work on this,
Regards,
Hans
On Fri, Apr 24, 2015 at 10:04 AM, Vasily Khoruzhick wrote:
This cam seems t
Several more devices need need to have size_of_priv set, otherwise
we oops:
DVB: registering new adapter (Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity)
BUG: unable to handle kernel NULL pointer dereference at 0080
IP: [] dib7000p_attach+0x11/0xa0 [dib7000p]
PGD 0
Oops: 0002 [#
Ping?
On Fri, Apr 24, 2015 at 10:04 AM, Vasily Khoruzhick wrote:
> This cam seems to return different values on long commands, so make status
> check
> in sn9c2028_long_command() more tolerant. Anyway, read value isn't used
> anywhere
> later.
>
> Signed-off-by: Vasily Khoruzhick
> ---
> v2: u
Hi Stephen,
Adding Mikko in the loop (after all, he was the one complaining about
this signed long limitation in the first place, and I forgot to add
him in the Cc list :-/).
Mikko, are you okay with the approach proposed by Stephen (adding a
new method) ?
On Thu, 7 May 2015 09:37:02 +0200
Boris
Hi Mauro,
On 15/05/15 15:24, Mauro Carvalho Chehab wrote:
Of course. Jemma and me (mainly Jemma) are progressing and might be
able to resubmit everything this weekend.
Good! Thanks for the good work!
Mauro
The only thing left now is moving UCB & BER over to DVBv5 stats - we
haven't got any
Hi Hans,
>> Function isn't used; when compiling I get:
> That makes no sense. This function is most definitely used.
Idiot guy here did not follow simple instructions and didn't patch the
right kernel source. He just did, and function is used.
> Did you start a capturing video first before r
Em Fri, 15 May 2015 10:24:33 +0200
Patrick Boettcher escreveu:
> Hi Mauro,
>
> On Thu, 14 May 2015 18:40:40 -0300 Mauro Carvalho Chehab
> wrote:
>
> > Em Wed, 29 Apr 2015 08:55:26 -0300
> > Mauro Carvalho Chehab escreveu:
> >
> > > Em Wed, 29 Apr 2015 13:35:01 +0200
> > > Patrick Boettcher
From: Hans Verkuil
The mapping of COLORSPACE_DEFAULT, YCBCR_ENC_DEFAULT or QUANTIZATION_DEFAULT
to proper non-default values is fairly complex, and it is something that
needs to be done both in the kernel and in userspace.
So add macros that can do this conversion, making this available to both
From: Hans Verkuil
Document this new colorspace define.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/pixfmt.xml | 7 +++
1 file changed, 7 insertions(+)
diff --git a/Documentation/DocBook/media/v4l/pixfmt.xml
b/Documentation/DocBook/media/v4l/pixfmt.xml
index e6d2d42..
From: Hans Verkuil
Document this new colorspace define.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/pixfmt.xml | 5 +
1 file changed, 5 insertions(+)
diff --git a/Documentation/DocBook/media/v4l/pixfmt.xml
b/Documentation/DocBook/media/v4l/pixfmt.xml
index fcde4e2..e6
From: Hans Verkuil
V4L2_COLORSPACE_RAW is added for raw image formats where the picture
is minimally processed and is in the internal colorspace of the sensor.
This is typically used in digital cameras where the image processing is
done later.
Signed-off-by: Hans Verkuil
---
include/uapi/linu
From: Hans Verkuil
Use these defines instead of hardcoding this in any driver that needs it.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/vivid/vivid-tpg.c | 51 ++--
1 file changed, 9 insertions(+), 42 deletions(-)
diff --git a/drivers/media/platform/viv
From: Hans Verkuil
V4L2_COLORSPACE_DEFAULT is added so we have a specific define for
the default case where applications do not set it but leave it to 0.
In that case the driver will set the colorspace based on what it
captures.
This is already used, but we never had a define for the value 0.
S
From: Hans Verkuil
This patch series adds a few new colorspace-related things that have been
in my tree for some time now.
- V4L2_COLORSPACE_DEFAULT is added to represent the value 0 that was used until
now. This really should have a proper define that's in line with
V4L2_YCBCR_ENC_DEFAULT a
For this v2:
Acked-by: Ricardo Ribalda Delgado
Thanks a lot :)
--
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
You are completely right. I confused bits and bytes :-(
I've posted a v2.
Thanks!
Hans
On 05/15/2015 02:02 PM, Ricardo Ribalda Delgado wrote:
> Hello Hans
>
> My bad sorry, I should have send this patch myself.
>
> Shouldn't it be? :
>
> 00 high
> 00 low
> 01 high
> 01 low
> 02 high
This format was added but not documented. Do this now.
Signed-off-by: Hans Verkuil
Cc: Ricardo Ribalda Delgado
---
Documentation/DocBook/media/v4l/pixfmt-y16-be.xml | 81 +++
Documentation/DocBook/media/v4l/pixfmt.xml| 1 +
2 files changed, 82 insertions(+)
create
Hello Hans
My bad sorry, I should have send this patch myself.
Shouldn't it be? :
00 high
00 low
01 high
01 low
02 high
02 low
03 high
03 low
10 high
10 low
11 high
11 low
12 high
12 low
13 high
13 low
20 high
20 low
21 high
21 low
22 high
22 low
23 high
23 low
30 high
30 low
31 high
31 low
3
The following changes since commit 0fae1997f09796aca8ada5edc028aef587f6716c:
[media] dib0700: avoid the risk of forgetting to add the adapter's size
(2015-05-14 19:31:34 -0300)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git for-4.2h
for you to fetch chang
Moikka!
On 05/15/2015 12:25 PM, Hans Verkuil wrote:
Hi Antti,
Looks good, but the DocBook updates are missing. You probably planned to do
that in
RFCv2 or similar.
Yep, first code then doc.
Which device will have sdr_out? What's the cheapest device and where can I buy
it? I'd
like to be a
From: Hans Verkuil
This format was added but not documented. Do this now.
Signed-off-by: Hans Verkuil
Cc: Ricardo Ribalda Delgado
---
Documentation/DocBook/media/v4l/pixfmt-y16-be.xml | 81 +++
Documentation/DocBook/media/v4l/pixfmt.xml| 1 +
2 files changed, 82 i
From: Hans Verkuil
Missing varlistentry tags.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/vidioc-qbuf.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/DocBook/media/v4l/vidioc-qbuf.xml
b/Documentation/DocBook/media/v4l/vidioc-qbuf.xm
Hi Prashant,
Sorry for the very late review, I finally have time today to go through
my pending patches.
I have one question, see below:
On 04/23/2015 10:59 AM, Prashant Laddha wrote:
> Extended detect_cvt/gtf API to indicate the format type (interlaced
> or progressive). In case of interlaced,
Hi Antti,
Looks good, but the DocBook updates are missing. You probably planned to do
that in
RFCv2 or similar.
Which device will have sdr_out? What's the cheapest device and where can I buy
it? I'd
like to be able to test it (and add qv4l2 support),
Regards,
Hans
On 05/14/2015 07:51
Hi Mauro,
On Thu, 14 May 2015 18:40:40 -0300 Mauro Carvalho Chehab
wrote:
> Em Wed, 29 Apr 2015 08:55:26 -0300
> Mauro Carvalho Chehab escreveu:
>
> > Em Wed, 29 Apr 2015 13:35:01 +0200
> > Patrick Boettcher escreveu:
> >
> > > Hi Mauro,
> > >
> > > On Mon, 27 Apr 2015 21:40:22 -0300 Mauro
34 matches
Mail list logo