Santander Finance We offer all purpose loan at 3% interest rate

2014-06-22 Thread Santander Finance
We offer all purpose loan at 3% interest rate. Contact Us for more details by Email:santanderfinancegr...@gmail.com -- 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

cron job: media_tree daily build: OK

2014-06-22 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: Mon Jun 23 04:00:17 CEST 2014 git branch: test git hash: 1fe3a8fe494463cfe2556a25ae41a1499725c178 gcc versi

Re: Best way to add subdev that doesn't use I2C or SPI?

2014-06-22 Thread Mauro Carvalho Chehab
Em Sat, 21 Jun 2014 05:50:18 +0300 Antti Palosaari escreveu: > Moikka Devin > > On 06/21/2014 04:58 AM, Devin Heitmueller wrote: > > Hello, > > > > I'm in the process of adding support for a new video decoder. However > > in this case it's an IP block on a USB bridge as opposed to the > > typic

[no subject]

2014-06-22 Thread Jeff Tackett
Greetings linux http://www.villarochelle.com/wp-includes/certificates/boat.php?amypbqfcd2353pr alfredthedra...@yahoo.com N�r��yb�X��ǧv�^�)޺{.n�+{���bj)w*jg����ݢj/���z�ޖ��2�ޙ&�)ߡ�a�����G���h��j:+v���w��٥

[PATCH 1/2] Hide parse_string.h content in shared library interface

2014-06-22 Thread Gregor Jasny
Signed-off-by: Gregor Jasny --- lib/libdvbv5/parse_string.h | 8 1 file changed, 8 insertions(+) diff --git a/lib/libdvbv5/parse_string.h b/lib/libdvbv5/parse_string.h index 61d0ed4..39f7dc4 100644 --- a/lib/libdvbv5/parse_string.h +++ b/lib/libdvbv5/parse_string.h @@ -17,6 +17,10 @@

[PATCH 0/2] Clean up public libdvbv5 interface

2014-06-22 Thread Gregor Jasny
Hi, If we want to enable libdvbv5 from v4l-utils by default its exported interface should be as clean as possible. This series prefixes all functions with _dvb. I omitted symbols starting with atsc and isdb. Thanks, Gregor Gregor Jasny (2): Hide parse_string.h content in shared library interf

[PATCH 2/2] Prefix exported functions with dvb_

2014-06-22 Thread Gregor Jasny
Signed-off-by: Gregor Jasny --- lib/include/libdvbv5/crc32.h | 2 +- lib/include/libdvbv5/desc_extension.h | 8 +- lib/include/libdvbv5/descriptors.h | 4 +- lib/include/libdvbv5/dvb-demux.h | 2 +- lib/include/libdvbv5/dvb-file.h

[[PATCH]] vb2: verify data_offset only if nonzero bytesused

2014-06-22 Thread Nikhil Devshatwar
verify_planes would fail if the user space fills up the data_offset field and bytesused is left as zero. Correct this. Checking for data_offset > bytesused is not correct as it might fail some of the valid use cases. e.g. when working with SEQ_TB buffers, for bottom field, data_offset can be high