Fix Penguin Penalty 17th October2014 ( mail-archive.com )

2014-11-01 Thread amp23140
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 Google’s guidelines by using black hat SEO

Re: [PATCH v3 7/7] v4l-utils/libdvbv5: add gconv module for the text conversions of ISDB-S/T.

2014-11-01 Thread Akihiro TSUKADA
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 two

[PATCH v4] v4l-utils/libdvbv5: add gconv module for the text conversions of ISDB-S/T.

2014-11-01 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com Signed-off-by: Akihiro Tsukada tsk...@gmail.com --- 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

[PATCH 2/7] [media] cx231xx: Fix identation

2014-11-01 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com diff --git

Re: [PATCH 09/11] v4l: xilinx: Add Xilinx Video IP core

2014-11-01 Thread Laurent Pinchart
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

[PATCH 6/7] [media] cx231xx-i2c: fix i2c_scan modprobe parameter

2014-11-01 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com diff --git a/drivers/media/usb/cx231xx/cx231xx-i2c.c b/drivers/media/usb/cx231xx/cx231xx-i2c.c index 1a0d9efeb209..9b7e5a155e34 100644 ---

[PATCH 1/7] [media] cx231xx: get rid of driver-defined printk macros

2014-11-01 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com diff --git a/drivers/media/usb/cx231xx/cx231xx-417.c

[PATCH 4/7] [media] cx25840: Don't report an error if max size is adjusted

2014-11-01 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com diff --git a/drivers/media/i2c/cx25840/cx25840-firmware.c

[PATCH 5/7] [media] cx25840: convert max_buf_size var to lowercase

2014-11-01 Thread Mauro Carvalho Chehab
CodingStyle fix: vars should be in lowercase. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/i2c/cx25840/cx25840-firmware.c b/drivers/media/i2c/cx25840/cx25840-firmware.c index 6092bf71300f..9bbb31adc29d 100644 ---

[PATCH 2/7] [media] cx231xx: Fix identation

2014-11-01 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com diff --git

[PATCH 3/7] [media] cx231xx: Cleanup printk at the driver

2014-11-01 Thread Mauro Carvalho Chehab
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

Re: [PATCH 3/7] [media] cx231xx: Cleanup printk at the driver

2014-11-01 Thread Antti Palosaari
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

Re: [PATCH 3/7] [media] cx231xx: Cleanup printk at the driver

2014-11-01 Thread Mauro Carvalho Chehab
Em Sat, 01 Nov 2014 16:01:12 +0200 Antti Palosaari cr...@iki.fi 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; -

Re: [PATCH 6/7] [media] cx231xx-i2c: fix i2c_scan modprobe parameter

2014-11-01 Thread Matthias Schwarzott
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

Synching app to live tv

2014-11-01 Thread Evol Johnson
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

Re: Synching app to live tv

2014-11-01 Thread Nicolas Dufresne
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

Re: Synching app to live tv

2014-11-01 Thread Evol Johnson
my apologies. On Nov 1, 2014, at 1:43 PM, Nicolas Dufresne nicolas.dufre...@collabora.com 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

Re: staging: media: lirc: lirc_zilog.c: replace custom print macros with dev_* and pr_*

2014-11-01 Thread Aya Mahfouz
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 int

[PATCH] cx231xx: use 1 byte read for i2c scan

2014-11-01 Thread Matthias Schwarzott
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 z...@gentoo.org --- drivers/media/usb/cx231xx/cx231xx-i2c.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

[PATCH] staging: media: lirc: lirc_zilog.c: adjust debug messages

2014-11-01 Thread Aya Mahfouz
This patch removes one debug message and replaces a dev_err call by pr_err. Signed-off-by: Aya Mahfouz mahfouz.saif.elya...@gmail.com --- 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

Re: [PATCH 6/7] [media] cx231xx-i2c: fix i2c_scan modprobe parameter

2014-11-01 Thread Mauro Carvalho Chehab
Em Sat, 01 Nov 2014 17:46:41 +0100 Matthias Schwarzott z...@gentoo.org 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

(bisected) Logitech C920 (uvcvideo) stutters since 3.9

2014-11-01 Thread Grazvydas Ignotas
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

cron job: media_tree daily build: ERRORS

2014-11-01 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: Sun Nov 2 04:00:16 CET 2014 git branch: test git hash: 082417d10fafe7be835d143ade7114b5ce26cb50 gcc