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: Sun Nov 2 04:00:16 CET 2014
git branch: test
git hash: 082417d10fafe7be835d143ade7114b5ce26cb50
gcc versio
Hi,
There is periodic stutter (seen in vlc, for example) since 3.9 where
the stream stops for around half a second every 3-5 seconds or so.
Bisecting points to 1b18e7a0be859911b22138ce27258687efc528b8 "v4l:
Tell user space we're using monotonic timestamps". I've verified the
problem is there on st
Em Sat, 01 Nov 2014 17:46:41 +0100
Matthias Schwarzott escreveu:
> On 01.11.2014 14:38, Mauro Carvalho Chehab wrote:
> > This device doesn't properly implement read with a zero bytes
> > len. So, use 1 byte for I2C scan.
> >
> Yes, the idea sounds good, but we should fix this in the code in
> cx
This patch removes one debug message and replaces a dev_err
call by pr_err.
Signed-off-by: Aya Mahfouz
---
drivers/staging/media/lirc/lirc_zilog.c | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/drivers/staging/media/lirc/lirc_zilog.c
b/drivers/staging/media/lirc/lirc_
Now cx231xx_i2c_check_for_device works like i2c_check_for_device of em28xx
driver.
For me this fixes scanning of all ports but port 2.
Signed-off-by: Matthias Schwarzott
---
drivers/media/usb/cx231xx/cx231xx-i2c.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drive
On Fri, Oct 31, 2014 at 05:35:41PM +0300, Dan Carpenter wrote:
> On Fri, Oct 31, 2014 at 04:26:45PM +0200, Aya Mahfouz wrote:
> > On Fri, Oct 31, 2014 at 04:06:00PM +0300, Dan Carpenter wrote:
> > > drivers/staging/media/lirc/lirc_zilog.c
> > > 1333 /* Close the IR device */
> > > 1334 static
my apologies.
On Nov 1, 2014, at 1:43 PM, Nicolas Dufresne
wrote:
> Please, when cross-posting, make sure to make it really evident, otherwise
> it's a bit of an abuse of people free time.
>
> cheers,
> Nicolas
>
> p.s. same message was posted on both GStreamer and linux-media mailing lists
Please, when cross-posting, make sure to make it really evident,
otherwise it's a bit of an abuse of people free time.
cheers,
Nicolas
p.s. same message was posted on both GStreamer and linux-media mailing lists
Le 2014-11-01 13:03, Evol Johnson a écrit :
Hi
I'm an app developer and no exper
Hi
I'm an app developer and no experience with linuxtv. I want to build an app
capable of synch with live tv.
What i figured so far is that i could have a linux computer with a capture
card, analyze the MPEG-2 stream, somehow obtain the PCR(?) and i would be
able to broadcast the timestamp
On 01.11.2014 14:38, Mauro Carvalho Chehab wrote:
> This device doesn't properly implement read with a zero bytes
> len. So, use 1 byte for I2C scan.
>
Yes, the idea sounds good, but we should fix this in the code in
cx231xx_i2c_check_for_device.
> Signed-off-by: Mauro Carvalho Chehab
>
> diff
Em Sat, 01 Nov 2014 16:01:12 +0200
Antti Palosaari escreveu:
> On 11/01/2014 03:38 PM, Mauro Carvalho Chehab wrote:
> > There are lots of debug printks printed with pr_info. Also, the
> > printk's data are not too coherent:
> >
> > - there are duplicated driver name at the print format;
> > - fun
On 11/01/2014 03:38 PM, Mauro Carvalho Chehab wrote:
There are lots of debug printks printed with pr_info. Also, the
printk's data are not too coherent:
- there are duplicated driver name at the print format;
- function name format string differs from function to function;
- long strings broken
Otherwise, it would produce lots of useless messages like:
cx231xx: cx231xx_send_usb_command: failed with status --32
After this patch, I2C scan will produce an useful report:
[ 9494.050807] cx231xx: i2c_scan: checking for I2C devices on port=0 ..
[ 9494.060182] cx231xx: i2c scan: found d
CodingStyle fix: vars should be in lowercase.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/i2c/cx25840/cx25840-firmware.c
b/drivers/media/i2c/cx25840/cx25840-firmware.c
index 6092bf71300f..9bbb31adc29d 100644
--- a/drivers/media/i2c/cx25840/cx25840-firmware.c
+++ b/drivers/me
One of the identation blocks is wrong. Fix it.
While here, replace pr_info by pr_debug inside such block and
add the function name to the print messages, as otherwise they
will not help much.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/usb/cx231xx/cx231xx-avcore.c
b/drivers
There are lots of debug printks printed with pr_info. Also, the
printk's data are not too coherent:
- there are duplicated driver name at the print format;
- function name format string differs from function to function;
- long strings broken into multiple lines;
- some printks just produce ugly r
It currently does just like what pr_foo() macros do. So,
replace them.
A deeper cleanup is needed, as there are lots of debug macros
printed with pr_info.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/usb/cx231xx/cx231xx-417.c
b/drivers/media/usb/cx231xx/cx231xx-417.c
index 4
There's no reason to report:
cx25840 7-0044: Firmware download size changed to 16 bytes max length
If the driver needs to adjust the buffer's maximum size.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/i2c/cx25840/cx25840-firmware.c
b/drivers/media/i2c/cx25840/cx2584
This device doesn't properly implement read with a zero bytes
len. So, use 1 byte for I2C scan.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/usb/cx231xx/cx231xx-i2c.c
b/drivers/media/usb/cx231xx/cx231xx-i2c.c
index 1a0d9efeb209..9b7e5a155e34 100644
--- a/drivers/media/usb/cx2
Hi Hans,
Thank you for the review. I've fixed most of the issues you've pointed out,
please find my replies to the remaining ones below.
On Tuesday 30 September 2014 16:03:34 Hans Verkuil wrote:
> On 09/29/14 22:27, Laurent Pinchart wrote:
> > Xilinx platforms have no hardwired video capture or
One of the identation blocks is wrong. Fix it.
While here, replace pr_info by pr_debug inside such block and
add the function name to the print messages, as otherwise they
will not help much.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/usb/cx231xx/cx231xx-avcore.c
b/drivers
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
Changes from v3
* added lib/gconv/Makefile
configure.ac|9 +
lib/Makefile.am |6 +-
lib/gconv/Makefile | 24 +
lib/gconv/arib-std-b24.c| 1592 +++
On 2014年11月01日 04:47, Mauro Carvalho Chehab wrote:
> This one failed to build here:
>
> Making all in gconv
> make[3]: Entering directory `/devel/v4l/v4l-utils/lib/gconv'
> make[3]: *** No rule to make target `all'. Stop.
Sorry, I forgot to "git add -f Makefile".
I'll repost v4.
> I had to add
Dear Sir
Did your website get hit by Google Penguin update on October 17th 2014? What
basically is Google Penguin Update? It is actually a code name for Google
algorithm which aims at decreasing your websites search engine rankings that
violate Googles guidelines by using black hat SEO techniq
24 matches
Mail list logo