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 Sep 17 04:00:20 CEST 2013
git branch: test
git hash: f66b2a1c7f2ae3fb0d5b67d07ab4f5055fd3cf16
gcc versi
Hi people!
Looks like some new USB DVB-T2 tuner appeared on Asian market, e. g.:
http://dx.com/p/mini-dvb-t2-digital-tv-usb-dongle-stick-w-fm-dab-sdr-remote-control-white-black-242351
According to one seller, it contains the following chips:
Realtek RTL2832P
Panasonic MN88472
Rafael Micro R828D
On Mon, 2013-09-16 at 16:37 -0700, Kees Cook wrote:
> Make sure that a format string cannot accidentally leak into the printk
> buffer.
[]
> diff --git a/drivers/media/dvb-frontends/dib9000.c
> b/drivers/media/dvb-frontends/dib9000.c
[]
> @@ -649,7 +649,7 @@ static int dib9000_risc_debug_buf(struc
Make sure that a format string cannot accidentally leak into the printk
buffer.
Signed-off-by: Kees Cook
---
drivers/media/dvb-frontends/dib9000.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/dvb-frontends/dib9000.c
b/drivers/media/dvb-frontends/dib9000.c
Hi Steve,
> What I really want is a fast, analogue RGBS 480i & 1080i capture card.
Raw HD capture is essentially non-existent under Linux. We have a
couple of closed source drivers, none of which are cost effective for
non-commercial applications (we have drivers for a couple of Avermedia
HDMI/c
On Mon, Sep 16, 2013 at 4:27 PM, Steve Cookson wrote:
> Here is the spec:
>
> http://www.startech.com/AV/Converters/Video/PCI-Express-HD-Video-Capture-Card-1080p-HDMI-DVI-VGA-Component~PEXHDCAP#tchspcs
>
> But the main spec points (for me at least) are
>
> - It's based on the Mstar MST3367CMK chip
On 09/12/2013 02:07 PM, Arun Kumar K wrote:
+static int fimc_is_probe(struct platform_device *pdev)
+{
+ struct device *dev =&pdev->dev;
+ struct resource *res;
+ struct fimc_is *is;
+ void __iomem *regs;
+ struct device_node *node;
+ int irq, ret;
+ int
Request updated again. That tda10071 bug fix is not regression, but it
is absolutely something that should go into 3.12 and maybe later stable
too (have to think if it is enough big bug for stable request as bug
does not appear very often).
The following changes since commit 26a20eb09d44dc064c
Hi,
On 08/21/2013 08:34 AM, Arun Kumar K wrote:
+++ b/Documentation/devicetree/bindings/media/exynos5250-camera.txt
@@ -0,0 +1,126 @@
+Samsung EXYNOS5 SoC Camera Subsystem
+
+
+The Exynos5 SoC Camera subsystem comprises of multiple sub-devices
+represented by
From: Andreas Matthies
Reading firmware status register to detect whether firmware is
running or not didn't worked 100% reliably. That register was
likely set by firmware itself which means it could not contain
reasonable values until firmware is up and running. Usually it
just worked as some gar
Hi People,
I just wrote an email to this group about the Hauppauge 01381. Really it
was a fall-back choice. If I can't get anything else then that might be
my only option left.
But here is my preferred choice. The Startech PEXHDCAP.
It costs about $100 here:
http://www.amazon.com/StarTech
On 16/09/2013 14:38, Devin Heitmueller wrote:
>
> I'm not sure what other cards you've tried. Nowadays they should all
> deliverable comparable performance for s-video (since no chroma
> separation is involved), if they don't then it's almost certainly a
> Linux driver bug.
>
> If you have a com
Yes, it is working fine. Thanks!
On Mon, Sep 16, 2013 at 9:04 PM, Johannes Stezenbach wrote:
> On Mon, Sep 16, 2013 at 05:01:36PM +0200, Ricardo Ribalda Delgado wrote:
>> I was looking to this one:
>> https://patchwork.linuxtv.org/project/linux-media/list/
>>
>> Where the latest patch is https://
On Mon, Sep 16, 2013 at 05:01:36PM +0200, Ricardo Ribalda Delgado wrote:
> I was looking to this one:
> https://patchwork.linuxtv.org/project/linux-media/list/
>
> Where the latest patch is https://patchwork.linuxtv.org/patch/20090/
>
> On Mon, Sep 16, 2013 at 4:58 PM, Antti Palosaari wrote:
> >
On Sun, Sep 15, 2013 at 7:11 PM, Steve Cookson wrote:
> Hi Devin,
>
> Thanks for responding.
>
> So my question would be then, is it worth fixing?
>
> I can't find any PCIe cards that give me a reasonable quality.
>
> If I use an external card like the Dazzle it seems quite fast and better
> quali
Hi Devin,
Thanks for responding.
So my question would be then, is it worth fixing?
I can't find any PCIe cards that give me a reasonable quality.
If I use an external card like the Dazzle it seems quite fast and better
quality than many s-video cards.
Could the ImpactVCB-e be better than t
On 09/13/2013 11:23 PM, Prabhakar Lad wrote:
> Hi Stephen,
>
> This patch should have been marked as RFC.
>
> Thanks for the review.
>
> On Sat, Sep 14, 2013 at 4:16 AM, Stephen Warren wrote:
>> On 09/13/2013 05:57 AM, Prabhakar Lad wrote:
>>> From: "Lad, Prabhakar"
>>>
>>> This patch fixes th
Hi Wei,
Thank you for your patch.
On Wednesday 11 September 2013 22:10:24 Wei Yongjun wrote:
> From: Wei Yongjun
>
> Fix to return a negative error code from the error handling
> case instead of 0, as done elsewhere in this function.
>
> Signed-off-by: Wei Yongjun
Acked-by: Laurent Pinchart
Hi Geert,
On Friday 06 September 2013 19:07:50 Geert Uytterhoeven wrote:
> On Fri, Sep 6, 2013 at 5:20 PM, Laurent Pinchart wrote:
> > On Friday 06 September 2013 14:43:56 Geert Uytterhoeven wrote:
> >> If NO_DMA=y:
> >>
> >> warning: (... && VIDEO_RENESAS_VSP1 && ...) selects VIDEOBUF2_DMA_CONTI
On 09/16/2013 05:03 PM, Sylwester Nawrocki wrote:
> On 09/16/2013 04:58 PM, Antti Palosaari wrote:
>> On 09/16/2013 05:48 PM, Ricardo Ribalda Delgado wrote:
>>> Hello
>>>
>>> I have sent a patch and it does not appear on patchwork, it is also
>>> slower than usual.
>>>
>>> Also a patch from David J
I was looking to this one:
https://patchwork.linuxtv.org/project/linux-media/list/
Where the latest patch is https://patchwork.linuxtv.org/patch/20090/
On Mon, Sep 16, 2013 at 4:58 PM, Antti Palosaari wrote:
> On 09/16/2013 05:48 PM, Ricardo Ribalda Delgado wrote:
>>
>> Hello
>>
>> I have sent a
On 09/16/2013 04:58 PM, Antti Palosaari wrote:
> On 09/16/2013 05:48 PM, Ricardo Ribalda Delgado wrote:
>> Hello
>>
>> I have sent a patch and it does not appear on patchwork, it is also
>> slower than usual.
>>
>> Also a patch from David Jedelsky is not there.
>
> At least for now both seems to b
Hello
I have sent a patch and it does not appear on patchwork, it is also
slower than usual.
Also a patch from David Jedelsky is not there.
Regards!
--
Ricardo Ribalda
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.or
On 09/16/2013 05:48 PM, Ricardo Ribalda Delgado wrote:
Hello
I have sent a patch and it does not appear on patchwork, it is also
slower than usual.
Also a patch from David Jedelsky is not there.
At least for now both seems to be there:
https://patchwork.kernel.org/project/linux-media/list/
r
On Thu, Aug 29, 2013 at 01:06:52PM +0100, Srinivas KANDAGATLA wrote:
> From: Srinivas Kandagatla
>
> This patch adds support to ST RC driver, which is basically a IR/UHF
> receiver and transmitter. This IP (IRB) is common across all the ST
> parts for settop box platforms. IRB is embedded in ST C
From: Ricardo Ribalda
Extend v4l2 selection API to support multiple selection areas, this way
sensors that support multiple readout areas can work with multiple areas
of insterest.
The struct v4l2_selection and v4l2_subdev_selection has been extented
with a new field rectangles. If it is value i
Hi Sylwester,
Am Sonntag, den 15.09.2013, 22:58 +0200 schrieb Sylwester Nawrocki:
> Hi Philipp,
>
> On 09/13/2013 03:08 PM, Philipp Zabel wrote:
> > Am Freitag, den 13.09.2013, 14:56 +0200 schrieb Sylwester Nawrocki:
> [...]
> >> @@ -865,6 +793,7 @@ static int queue_init(void *priv, struct vb2_qu
Hi Hans, Laurent,
On Friday 06 September 2013 03:42 PM, Archit Taneja wrote:
VPE(Video Processing Engine) is an IP found on DRA7xx, this series adds VPE as a
mem to mem v4l2 driver, and VPDMA as a helper library.
The first version of the patch series described VPE in detail, you can have a
look
28 matches
Mail list logo