[no subject]

2013-11-14 Thread Hyatt, Eleanor
Need Xmas Money We offer all types of LOAN @ 3% annual rate. To apply,COMPOSE A NEW MESSAGE: E mail godisgoodloanfirmworldw...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@v

Re: Fw: staging: media: Use dev_err() instead of pr_err()

2013-11-14 Thread Greg Kroah-Hartman
On Thu, Nov 14, 2013 at 11:08:14AM -0200, Mauro Carvalho Chehab wrote: > Hi, > > I'm not sure how this patch got applied upstream: > > commit b6ea5ef80aa7fd6f4b18ff2e4174930e8772e812 > Author: Dulshani Gunawardhana > Date: Sun Oct 20 22:58:28 2013 +0530 > > s

[PATCH v2] [media] s5p-mfc: Add QP setting support for vp8 encoder

2013-11-14 Thread Arun Kumar K
Adds v4l2 controls to set MIN, MAX QP values and I, P frame QP for vp8 encoder. Signed-off-by: Kiran AVND Signed-off-by: Arun Kumar K --- Changes from v1: - Removed the valid range from documentation as suggested by Hans. http://www.mail-archive.com/linux-media@vger.kernel.org/msg68352.html --

cron job: media_tree daily build: WARNINGS

2013-11-14 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: Fri Nov 15 04:00:40 CET 2013 git branch: test git hash: 80f93c7b0f4599ffbdac8d964ecd1162b8b618b9 gcc versio

Re: I2C transfer logs for Antti's DS3103 driver and DVBSky's DS3103 driver

2013-11-14 Thread David Howells
David Howells wrote: > Here are four logs from doing: > > scandvb -a1 ./e.1 > > where the contents of file e.1 are: > > S 11919000 V 2750 3/4 > > which is probing a region on the Eutelsat-9A satellite broadcast. Here's a script for turning the logs from: I2C cx23885[

Re: I2C transfer logs for Antti's DS3103 driver and DVBSky's DS3103 driver

2013-11-14 Thread Antti Palosaari
Hello You have to identify situation where it does not work, optimally single known channel. Then switch to working driver and tune that same channel and take sniffs. Then generate code from sniffs, copy paste that to non-working driver until it starts working. Then it is quite trivial to find

Re: [PATCH] dw2102: Use RC Core instead of the legacy RC.

2013-11-14 Thread Antti Palosaari
On 14.11.2013 22:45, CrazyCat wrote: On Thursday 14 November 2013 11:26:44 Mauro Carvalho Chehab wrote: Type here is likely RC_TYPE_NEC. It seems, however, that the keycodes have just the least-significant 8 bits. Geniatech HDStar (su3000) remote is RC5 (conflict with my Philips TV remote). B

Re: [PATCH] dw2102: Use RC Core instead of the legacy RC.

2013-11-14 Thread CrazyCat
On Thursday 14 November 2013 11:26:44 Mauro Carvalho Chehab wrote: > Type here is likely RC_TYPE_NEC. It seems, however, that the keycodes > have just the least-significant 8 bits. Geniatech HDStar (su3000) remote is RC5 (conflict with my Philips TV remote). But rc pulse decoded by Cypress FX2 fi

[GIT PULL for v3.13-rc1] media build fixes

2013-11-14 Thread Mauro Carvalho Chehab
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media topic/kbuild-fixes-for-next For a series of patches that fix compilation on non-x86 archs. While most of them are just build fixes, there are some fixes

[GIT PULL for v3.13-rc1] media updates

2013-11-14 Thread Mauro Carvalho Chehab
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus for the patches for kernel 3.13. This series include: - a new Remote Controller driver for ST SoC with the corresponding DT bindi

Re: [RFC v3] [RFC] v4l2: Support for multiple selections

2013-11-14 Thread Tomasz Stanislawski
Hi Hans, On 11/14/2013 11:18 AM, Hans Verkuil wrote: > Hi Tomasz, > > On 11/12/13 15:54, Tomasz Stanislawski wrote: >> Hi Ricardo, >> Sorry for a late reply. I've been 'offline' for the last two weeks. >> Please refer to the comments below. >> [snip] >> >> As I said. Changes of rectangle n may

Re: SDR API libv4lconvert remove packet headers in-Kernel or userspace

2013-11-14 Thread Hans Verkuil
On 11/14/13 15:04, Antti Palosaari wrote: > Hello > Should I feed whole raw USB packet to libv4lconvert or rip headers > off inside Kernel and feed only data? It is very trivial to remove > headers in kernel and in a case of USB it does not even cost about > nothing as you have to mem copy data out

SDR API libv4lconvert remove packet headers in-Kernel or userspace

2013-11-14 Thread Antti Palosaari
Hello Should I feed whole raw USB packet to libv4lconvert or rip headers off inside Kernel and feed only data? It is very trivial to remove headers in kernel and in a case of USB it does not even cost about nothing as you have to mem copy data out from URB in any case (if you do it on that pha

Re: [PATCH RFC] libv4lconvert: SDR conversion from U8 to FLOAT

2013-11-14 Thread Hans Verkuil
On 11/14/13 14:45, Antti Palosaari wrote: > On 11.11.2013 16:38, Hans Verkuil wrote: >> On 11/11/2013 03:19 PM, Andy Walls wrote: >>> On Sun, 2013-11-10 at 19:16 +0200, Antti Palosaari wrote: Convert unsigned 8 to float 32 [-1 to +1], which is commonly used format for baseband signals. >>

Re: [PATCH RFC] libv4lconvert: SDR conversion from U8 to FLOAT

2013-11-14 Thread Antti Palosaari
On 11.11.2013 16:38, Hans Verkuil wrote: On 11/11/2013 03:19 PM, Andy Walls wrote: On Sun, 2013-11-10 at 19:16 +0200, Antti Palosaari wrote: Convert unsigned 8 to float 32 [-1 to +1], which is commonly used format for baseband signals. Hi Annti, I don't think this a good idea. Floating poin

Re: [PATCH] dw2102: Use RC Core instead of the legacy RC.

2013-11-14 Thread Mauro Carvalho Chehab
Em Thu, 14 Nov 2013 01:57:36 +0200 CrazyCat escreveu: > Use RC Core instead of the legacy RC > > Signed-off-by: Evgeny Plehov > --- > diff --git a/drivers/media/rc/keymaps/Makefile > b/drivers/media/rc/keymaps/Makefile > index b1cde8c..0b8c549 100644 > --- a/drivers/media/rc/keymaps/Makefile >

Fw: staging: media: Use dev_err() instead of pr_err()

2013-11-14 Thread Mauro Carvalho Chehab
Hi, I'm not sure how this patch got applied upstream: commit b6ea5ef80aa7fd6f4b18ff2e4174930e8772e812 Author: Dulshani Gunawardhana Date: Sun Oct 20 22:58:28 2013 +0530 staging:media: Use dev_dbg() instead of pr_debug() Use

Re: [RFC v3] [RFC] v4l2: Support for multiple selections

2013-11-14 Thread Hans Verkuil
Hi Tomasz, On 11/12/13 15:54, Tomasz Stanislawski wrote: > Hi Ricardo, > Sorry for a late reply. I've been 'offline' for the last two weeks. > Please refer to the comments below. > > On 10/28/2013 11:46 PM, Ricardo Ribalda Delgado wrote: >> Hello Tomasz >> >> Sorry for the late reply, but I have

Antworten Zurück: Begünstigter

2013-11-14 Thread Qatar Establishment
Lieber Begünstigten, Hiermit möchten wir Sie informieren, dass Sie unter den glücklichen Empfänger ausgewählt, um diese Spenden award Summe von "One Million US-Dollar" erhalten waren, als wohltätige Spenden / Hilfe von der Qatar Foundation statt in Doha, Katar, den 14. November 2013, zur Förder