My name is Gatan Magsino, I work with Mediterranean Bank in Malta. Can i trust
you with a business worth 8.3 million USD? Please reply ONLY to my private
email: mga...@rogers.com for more information.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a mes
On 02/12/2015 03:38 PM, David Harty wrote:
I hadn't changed the PCI Express Configuration to Gen1 because per the
http://whirlpool.net.au/wiki/n54l_all_in_one page it didn't appear to
help reliably. I've made that change now. I'll report to see if that
improves anything, perhaps both changes h
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: Tue Feb 17 04:00:23 CET 2015
git branch: test
git hash: 135f9be9194cf7778eb73594aa55791b229cf27c
gcc versio
Em Mon, 16 Feb 2015 22:01:07 +0200
Antti Palosaari escreveu:
> Moikka!
>
> On 02/16/2015 09:48 PM, Philip Downer wrote:
> > The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card
> > with a hardware demux, the card can support up to 8 modules which are
> > fixed to the board at
Hi Antti,
On Mon, Feb 16, 2015 at 8:01 PM, Antti Palosaari wrote:
> Moikka!
>
>
> On 02/16/2015 09:48 PM, Philip Downer wrote:
>>
>> The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card
>> with a hardware demux, the card can support up to 8 modules which are
>> fixed to the boa
Hi Hans,
On Monday 16 February 2015 16:11:55 Hans Verkuil wrote:
> On 02/03/2015 02:55 PM, Laurent Pinchart wrote:
> > On Tuesday 03 February 2015 13:47:24 Hans Verkuil wrote:
> >> From: Hans Verkuil
> >>
> >> Instead of .ioctl use unlocked_ioctl. While all the queue ops
> >> already use a lock,
Moikka!
On 02/16/2015 09:48 PM, Philip Downer wrote:
The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card
with a hardware demux, the card can support up to 8 modules which are
fixed to the board at assembly time. Currently we only offer one
configuration, 8 x Dibcom 7090p DVB-
The Vortex PCIe card by Prospero Technologies Ltd is a modular DVB card
with a hardware demux, the card can support up to 8 modules which are
fixed to the board at assembly time. Currently we only offer one
configuration, 8 x Dibcom 7090p DVB-t tuners, but we will soon be releasing
other configura
This patch adds support for the Vortex 1 PCIe card from Prospero
Technologies Ltd. The Vortex 1 supports up to 8 tuner modules and
currently ships with 8xDibcom 7090p tuners. The card also has raw
infra-red support and a hardware demuxer.
Signed-off-by: Philip Downer
---
drivers/media/pci/Kconfi
The device is based on an Aveo chipset, implements UVC but advertises a
vendor-specific class on all interfaces.
Support it by listing the USB VID:PID explicitly.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_driver.c | 8
1 file changed, 8 insertions(+)
diff --git a/d
Hi Hans,
On Monday 16 February 2015 17:08:52 Hans Verkuil wrote:
> On 02/16/2015 05:01 PM, Michael Hall wrote:
> > My apologies, the other emails were sent to linux-uvc-devel, not
> > linux-media.
> >
> > Do you want an attached patch file, or simply a diff in the body of the
> > email? I'm also
videobuf2 has long been subject to AB-BA style deadlocks due to the
queue lock and mmap_sem being taken in different orders for the mmap and
get_unmapped_area operations. The problem has been fixed by making those
two operations callable without taking the queue lock, using an
mmap_lock internal to
At Fri, 13 Feb 2015 16:12:40 +0100,
Takashi Iwai wrote:
>
> At Fri, 13 Feb 2015 12:41:25 -0200,
> Mauro Carvalho Chehab wrote:
> >
> > Em Fri, 13 Feb 2015 15:02:42 +0100
> > Takashi Iwai escreveu:
> >
> > > At Mon, 09 Feb 2015 11:59:07 +0100,
> > > Takashi Iwai wrote:
> > > >
> > > > Hi,
> > >
Hi Josh,
Thanks for the patch.
On Tue, Feb 10, 2015 at 9:31 AM, Josh Wu wrote:
[Snip]
>
> - priv->clk = v4l2_clk_get(&client->dev, "mclk");
> + priv->clk = v4l2_clk_get(&client->dev, "xvclk");
with this change don’t you need to update the board file using this driver/
the bridge dri
On Mon, Feb 16, 2015 at 11:04:47AM -0500, Abylay Ospan wrote:
> Hello,
>
> We're fully opening firmware sources for our new card - NetUP Dual
> Universal DVB CI. License is GPLv3. Sources is VHDL for Altera FPGA
> EP4CGX22CF19C8
> and can be compiled with Altera Quartus II (free edition). Hope thi
Hello,
We're fully opening firmware sources for our new card - NetUP Dual
Universal DVB CI. License is GPLv3. Sources is VHDL for Altera FPGA
EP4CGX22CF19C8
and can be compiled with Altera Quartus II (free edition). Hope this
will help for enthusiasts and developers to deeply understand hardware
p
On 02/16/2015 05:01 PM, Michael Hall wrote:
> My apologies, the other emails were sent to linux-uvc-devel, not
> linux-media.
>
> Do you want an attached patch file, or simply a diff in the body of the
> email? I'm also not clear on what you mean by "correct Signed-off-by
> line", I have very litt
My apologies, the other emails were sent to linux-uvc-devel, not
linux-media.
Do you want an attached patch file, or simply a diff in the body of the
email? I'm also not clear on what you mean by "correct Signed-off-by
line", I have very little experience with git, I've mostly used bzr.
Michael H
On 02/16/2015 04:31 PM, Michael Hall wrote:
> This is now the 3rd or 4th email to this list requesting that this patch
> be merged in. If there is something wrong with the patch that needs
> fixing, please let me know and I will work on the fix. Otherwise I've
> lost interest in pushing to get it i
Use enum to represent table offsets rather than hard-coding numbers to avoid
problems with the numbers becoming out of sync with the table.
Signed-off-by: David Howells
---
drivers/media/usb/dvb-usb/cxusb.c | 115 +++--
1 file changed, 71 insertions(+), 44 delet
This is now the 3rd or 4th email to this list requesting that this patch
be merged in. If there is something wrong with the patch that needs
fixing, please let me know and I will work on the fix. Otherwise I've
lost interest in pushing to get it into upstream.
Michael Hall
mhall...@gmail.com
On 0
Hi Hans,
On Mon, Feb 16, 2015 at 9:46 AM, Hans Verkuil wrote:
> On 02/16/2015 03:39 PM, Devin Heitmueller wrote:
>>> Except for PVR-500, I can't remember any case where the same tuner is used
>>> more than once.
>>>
>>> There is the case of a device with two tuners, one for TV and another one
>>>
On 02/03/2015 02:55 PM, Laurent Pinchart wrote:
> Hi Hans,
>
> Thank you for the patch.
>
> On Tuesday 03 February 2015 13:47:24 Hans Verkuil wrote:
>> From: Hans Verkuil
>>
>> Instead of .ioctl use unlocked_ioctl. While all the queue ops
>> already use a lock, there was no lock to protect uvc_v
Hi, as an owner of a Tasco/Aveo USB microscope detected but not
working under Linux, I'd really like to see the patch adding this
variant added to the kernel. I've copied the patch's author on the
email.
The people on the linux-uvc-devel list directed me over here.
The patch here:
http://sourcefo
On 02/03/2015 02:46 PM, Hans Verkuil wrote:
> Only pvrusb2 is still using the vidioc_g/s_priority ioctl ops.
> Add struct v4l2_fh support to pvrusb2, allowing us to drop those
> ioctl ops altogether.
>
> This patch series sits on top of the earlier 5 part patch series
> "Remove .ioctl from v4l2_fi
On 02/16/2015 03:39 PM, Devin Heitmueller wrote:
>> Except for PVR-500, I can't remember any case where the same tuner is used
>> more than once.
>>
>> There is the case of a device with two tuners, one for TV and another one
>> for FM. Yet, on such case, the name of the FM tuner will be different,
> Except for PVR-500, I can't remember any case where the same tuner is used
> more than once.
>
> There is the case of a device with two tuners, one for TV and another one
> for FM. Yet, on such case, the name of the FM tuner will be different,
> anyway. So, I don't think this is a current issue,
On 02/16/2015 03:11 PM, Hans Verkuil wrote:
> Hi Miguel,
>
> On 02/11/2015 07:39 PM, Miguel Casas-Sanchez wrote:
>> Add support for vertical + horizontal subsampled formats to vivid and use it
>> to
>> generate YU12, YV12, NV12, NV21 as defined in [1,2]. These formats are
>> tightly
>> packed N
Hi Mauro,
Just a bunch of various fixes for v3.21. Same as the pull request I posted
three hours ago, but with the addition of Pablo Anton's patch.
Regards,
Hans
The following changes since commit 135f9be9194cf7778eb73594aa55791b229cf27c:
[media] dvb_frontend: start media pipeline wh
Hi Miguel,
On 02/11/2015 07:39 PM, Miguel Casas-Sanchez wrote:
> Add support for vertical + horizontal subsampled formats to vivid and use it
> to
> generate YU12, YV12, NV12, NV21 as defined in [1,2]. These formats are tightly
> packed N planar, because they provide chroma(s) as a separate array
Em Mon, 16 Feb 2015 13:11:39 +0100
Hans Verkuil escreveu:
> Partially revert e31a0ba7df6ce21ac4ed58c4182ec12ca8fd78fb (media: Fix DVB
> devnode
> representation at media controller) and
> 15d2042107f90f7ce39705716bc2c9a2ec1d5125
> (Docbook: Fix documentation for media controller devnodes) commi
Hi Mauro,
Just a bunch of various fixes for 3.21.
Regards,
Hans
The following changes since commit 135f9be9194cf7778eb73594aa55791b229cf27c:
[media] dvb_frontend: start media pipeline while thread is running
(2015-02-13 21:10:17 -0200)
are available in the git repository at:
git
On Mon, Feb 16, 2015 at 01:36:43PM +0100, Hans Verkuil wrote:
> On 02/16/2015 01:18 PM, Luis de Bethencourt wrote:
> > Hi all,
> >
> > As can be seen in Han's build log:
> > http://hverkuil.home.xs4all.nl/logs/Saturday.log
> >
> > The recent commit bc0c5aa35ac88342831933ca7758ead62d9bae2b introdu
On 02/13/2015 11:58 PM, Mauro Carvalho Chehab wrote:
> While the DVB thread is running, the media pipeline should be
> streaming. This should prevent any attempt of using the analog
> TV while digital TV is working, and vice-versa.
>
> Signed-off-by: Mauro Carvalho Chehab
>
> diff --git a/driver
On 02/16/2015 01:18 PM, Luis de Bethencourt wrote:
> Hi all,
>
> As can be seen in Han's build log:
> http://hverkuil.home.xs4all.nl/logs/Saturday.log
>
> The recent commit bc0c5aa35ac88342831933ca7758ead62d9bae2b introduces a
> compiler error in some platforms.
>
> /home/hans/work/build/media_b
On 02/14/2015 04:11 PM, Dimitris Lampridis wrote:
ID 1b80:d3a4 Afatech
Simply added the PID (0xd3a4) of this DVB-T USB device to the list of
rtl2832u-supported devices. VID (0x1b80) is same as KWORLD2.
Tested and verified to work in amd64 with kernels 3.13.0 and 3.16.0.
Signed-off-by: Dimitri
On 02/11/2015 08:32 PM, Miguel Casas-Sanchez wrote:
> Docos says for these pixel formats:
>
> start... : Cb00 Cr00 Cb01 Cr01
> start... : Cb10 Cr10 Cb11 Cr11
>
> whereas it should read:
>
> start... : Cb00 Cr00 Cb11 Cr11
> start... : Cb20 Cr20 Cb21 Cr21
>
> where ... depends on the exact multi/
Hi all,
As can be seen in Han's build log:
http://hverkuil.home.xs4all.nl/logs/Saturday.log
The recent commit bc0c5aa35ac88342831933ca7758ead62d9bae2b introduces a
compiler error in some platforms.
/home/hans/work/build/media_build/v4l/ir-hix5hd2.c: In function
'hix5hd2_ir_config':
/home/hans/w
Partially revert e31a0ba7df6ce21ac4ed58c4182ec12ca8fd78fb (media: Fix DVB
devnode
representation at media controller) and 15d2042107f90f7ce39705716bc2c9a2ec1d5125
(Docbook: Fix documentation for media controller devnodes) commits.
Those commits mark the alsa struct in struct media_entity_desc as
Em Mon, 16 Feb 2015 12:16:07 +0100
Hans Verkuil escreveu:
> On 02/16/2015 12:11 PM, Mauro Carvalho Chehab wrote:
> > Em Mon, 16 Feb 2015 10:11:59 +0100
> > Hans Verkuil escreveu:
> >
> >> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> >>> Instead of keeping the media controller entity n
On 02/02/2015 12:24 PM, Hans Verkuil wrote:
> On 01/30/2015 04:49 PM, Lad, Prabhakar wrote:
>> Hello Scott,
>>
>> On Thu, Jan 22, 2015 at 10:18 PM, Lad, Prabhakar
>> wrote:
>>> This patch series, enhances blackfin capture driver with
>>> vb2 helpers.
>>>
>>> Changes for v2:
>>> --
>>>
On 02/11/2015 12:52 PM, Florian Echtler wrote:
> Hello again,
>
> does anyone have any suggestions why USERPTR still fails with dma-sg?
>
> Could I just disable the corresponding capability for the moment so that
> the patch could perhaps be merged, and investigate this separately?
I prefer to d
Hi Nicholas,
On 02/05/2015 09:56 AM, Nicholas Mc Guire wrote:
> Add handling for timeout case.
>
> Signed-off-by: Nicholas Mc Guire
> ---
> Some error state/error information seems be get lost int the current code.
> (line-numbers are from 3.19.0-rc7.
>
> Assume that on line 827 core->write suc
Em Mon, 16 Feb 2015 10:27:15 +0100
Hans Verkuil escreveu:
> On 02/13/2015 11:58 PM, Mauro Carvalho Chehab wrote:
> > The tuner->decoder needs to be enabled when we're about to
> > start streaming.
> >
> > Signed-off-by: Mauro Carvalho Chehab
> >
> > diff --git a/drivers/media/usb/cx231xx/cx231
On 02/16/2015 12:11 PM, Mauro Carvalho Chehab wrote:
> Em Mon, 16 Feb 2015 10:11:59 +0100
> Hans Verkuil escreveu:
>
>> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
>>> Instead of keeping the media controller entity not initialized,
>>> fill it and create the pads for cx25840.
>>>
>>> Sig
Em Mon, 16 Feb 2015 10:11:59 +0100
Hans Verkuil escreveu:
> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> > Instead of keeping the media controller entity not initialized,
> > fill it and create the pads for cx25840.
> >
> > Signed-off-by: Mauro Carvalho Chehab
> >
> > diff --git a/dr
On 02/16/2015 11:50 AM, Mauro Carvalho Chehab wrote:
> Em Mon, 16 Feb 2015 10:55:50 +0100
> Hans Verkuil escreveu:
>
>> On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote:
>
>>> In any case, for ALSA, we should do the right thing here: remove (actually
>>> deprecate) whatever definition is ther
Em Mon, 16 Feb 2015 10:10:08 +0100
Hans Verkuil escreveu:
> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> > Properly initialize tuner core subdev at the media controller.
> >
> > That requires a new subtype at the media controller API.
> >
> > Signed-off-by: Mauro Carvalho Chehab
> >
Em Mon, 16 Feb 2015 10:04:50 +0100
Hans Verkuil escreveu:
> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> > Make the dvb core CA support aware of the media controller and
> > register the corresponding devices.
> >
> > Signed-off-by: Mauro Carvalho Chehab
> >
> > diff --git a/drivers/
Em Mon, 16 Feb 2015 10:03:51 +0100
Hans Verkuil escreveu:
> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> > Make the dvb core network support aware of the media controller and
> > register the corresponding devices.
> >
> > Signed-off-by: Mauro Carvalho Chehab
Thanks for reviewing thi
Em Mon, 16 Feb 2015 10:55:50 +0100
Hans Verkuil escreveu:
> On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote:
> > In any case, for ALSA, we should do the right thing here: remove (actually
> > deprecate) whatever definition is there, and then re-add it only when we
> > actually have the patch
Stopping the vb2 thread (as used by several DVB devices) can result
in an 'UNBALANCED' warning such as this:
vb2: counters for queue 880407ee9828: UNBALANCED!
vb2: setup: 1 start_streaming: 1 stop_streaming: 1
vb2: wait_prepare: 249333 wait_finish: 249334
This is due to a race conditi
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> This patch series adds basic support for the media controller at the
> DVB core: it creates one media entity per DVB devnode, if the media
> device is passed as an argument to the DVB structures.
>
> The cx231xx driver was modified to pass suc
On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote:
> Em Sat, 14 Feb 2015 12:43:30 +0100
> Hans Verkuil escreveu:
>
>> On 02/14/2015 12:00 PM, Mauro Carvalho Chehab wrote:
>>> Em Sat, 14 Feb 2015 10:32:21 +0100
>>> Hans Verkuil escreveu:
>>>
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wr
Partially revert e31a0ba7df6ce21ac4ed58c4182ec12ca8fd78fb (media: Fix DVB
devnode
representation at media controller) and 15d2042107f90f7ce39705716bc2c9a2ec1d5125
(Docbook: Fix documentation for media controller devnodes) commits.
Those commits mark the alsa struct in struct media_entity_desc as
On 02/13/2015 11:58 PM, Mauro Carvalho Chehab wrote:
> The tuner->decoder needs to be enabled when we're about to
> start streaming.
>
> Signed-off-by: Mauro Carvalho Chehab
>
> diff --git a/drivers/media/usb/cx231xx/cx231xx-video.c
> b/drivers/media/usb/cx231xx/cx231xx-video.c
> index f3d1a488
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> Instead of keeping the media controller entity not initialized,
> fill it and create the pads for cx25840.
>
> Signed-off-by: Mauro Carvalho Chehab
>
> diff --git a/drivers/media/i2c/cx25840/cx25840-core.c
> b/drivers/media/i2c/cx25840/cx25
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> Properly initialize tuner core subdev at the media controller.
>
> That requires a new subtype at the media controller API.
>
> Signed-off-by: Mauro Carvalho Chehab
>
> diff --git a/drivers/media/v4l2-core/tuner-core.c
> b/drivers/media/v4
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> Make the dvb core CA support aware of the media controller and
> register the corresponding devices.
>
> Signed-off-by: Mauro Carvalho Chehab
>
> diff --git a/drivers/media/dvb-core/dvb_ca_en50221.c
> b/drivers/media/dvb-core/dvb_ca_en50221
On Sun, Feb 15, 2015 at 01:11:04PM +0100, Silvan Jegen wrote:
> diff --git a/drivers/media/pci/mantis/mantis_cards.c
> b/drivers/media/pci/mantis/mantis_cards.c
> index 801fc55..e566061 100644
> --- a/drivers/media/pci/mantis/mantis_cards.c
> +++ b/drivers/media/pci/mantis/mantis_cards.c
> @@ -215
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote:
> Make the dvb core network support aware of the media controller and
> register the corresponding devices.
>
> Signed-off-by: Mauro Carvalho Chehab
>
> diff --git a/drivers/media/dvb-core/dvb_net.c
> b/drivers/media/dvb-core/dvb_net.c
> inde
61 matches
Mail list logo