Re: pac207: problem with Trust USB webcam

2010-02-17 Thread Hans de Goede
Hi, On 02/17/2010 01:04 AM, Adam Baker wrote: On Tuesday 16 Feb 2010, Hans de Goede wrote: Hi, You need to use libv4l and have your apps patched to use libv4l or use the LD_PRELOAD wrapper. Here is the latest libv4l: http://people.fedoraproject.org/~jwrdegoede/libv4l-0.6.5-test.tar.gz And

terratec grabby sound problem

2010-02-17 Thread moebius
Bonjour, I've bought a terratec grabby device but I've experimented some audio problems with it I run an ubuntu karmic (9.10) distri and use mplayer/mencoder to see and capture vhs pal stuff. But, If video works with mplayer/mencoder, sound doesn't So I run alsamixer -c1 to access grabby

http://linuxtv.org/wiki/index.php/FreeBSD_violates_GPL

2010-02-17 Thread Manu Abraham
http://linuxtv.org/wiki/index.php/FreeBSD_violates_GPL -- 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/majordomo-info.html

Re: pac207: problem with Trust USB webcam

2010-02-17 Thread Frans Pop
On Wednesday 17 February 2010 09:57:48 Hans de Goede wrote: On 02/17/2010 01:04 AM, Adam Baker wrote: On Tuesday 16 Feb 2010, Hans de Goede wrote: You need to use libv4l and have your apps patched to use libv4l or use the LD_PRELOAD wrapper. Here is the latest libv4l:

Re: tw68: Congratulations :-) and possible vsync problem :-(

2010-02-17 Thread William M. Brack
This driver has not yet been submitted for review by members of the linux-media list (although it most certainly will be in the future). I greatly appreciate this report (and would also welcome any others), but I don't want to spend much time here responding to it. Reports sent to me by direct

[PATCH 0/4] DocBook additions for V4L new formats

2010-02-17 Thread Mauro Carvalho Chehab
Adds DocBook items for Bayer and two proprietary formats used on gspca. In the past, a few targets were generated at the Mercurial development tree. However, at the beginning of this year, we moved to use -git as the primary resource. So, the Makefile logic to autogenerate those targets needs to

[PATCH 1/4] DocBook/Makefile: Make it less verbose

2010-02-17 Thread Mauro Carvalho Chehab
Don't show build commands for html main file and media dir creation, if V=0. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- Documentation/DocBook/Makefile |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/Makefile

[PATCH 3/4] DocBook/v4l/pixfmt.xml: Add missing formats for gspca cpia1 and sn9c2028 drivers

2010-02-17 Thread Mauro Carvalho Chehab
The CPIA and SONX fourcc codes weren't at the specs. Detected it thanks to the autogenerated targets added to Makefile. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- Documentation/DocBook/v4l/pixfmt.xml | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff

[PATCH 4/4] V4L/DVB: v4l: document new Bayer and monochrome pixel formats

2010-02-17 Thread Mauro Carvalho Chehab
Document all four 10-bit Bayer formats, 10-bit monochrome and a missing 8-bit Bayer formats. [mche...@redhat.com: remove duplicated symbol for V4L2-PIX-FMT-SGRBG10] Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com ---

Re: Fourcc for multiplanar formats

2010-02-17 Thread Hans Verkuil
On Monday 15 February 2010 17:27:46 Pawel Osciak wrote: Hello, we would like to ask for suggestions for new fourcc formats for multiplanar buffers. There are planar formats in V4L2 API, but for all of them, each plane X immediately follows Y plane in memory. We are in the process of

Re: Proposal for a V4L2 Media Controller mini-summit

2010-02-17 Thread Hans Verkuil
On Friday 12 February 2010 15:50:08 Hans Verkuil wrote: Hi all, During the Linux Plumbers Conference in September 2009 I organized a V4L-DVB mini-summit. The focus of that summit was on discussing a framework through which we could support all the functionality that the video hardware of

RE: Fourcc for multiplanar formats

2010-02-17 Thread Karicheri, Muralidharan
Hi, I think all of the planar pix format defined in videodev2.h are contiguous in memory. So I would suggest adding some suffix to indicate this so that it is obvious to application users. What about V4L2_PIX_FMT_NV16_2P, V4L2_PIX_FMT_YUV422P_3P, etc.? Not sure what Hans mean by the 2P or 3P

Re: Fourcc for multiplanar formats

2010-02-17 Thread Hans Verkuil
On Wednesday 17 February 2010 19:32:06 Karicheri, Muralidharan wrote: Hi, I think all of the planar pix format defined in videodev2.h are contiguous in memory. So I would suggest adding some suffix to indicate this so that it is obvious to application users. What about

RE: Fourcc for multiplanar formats

2010-02-17 Thread Karicheri, Muralidharan
Hi Pawel, Any progress on the RFC for allowing user applications to specify separate user ptr for each plane of a multi-planar format? Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 phone: 301-407-9583 email: m-kariche...@ti.com -Original Message-

V4L on Blackfin, non-MMU issues

2010-02-17 Thread Peter Naulls
Apologies for any ignorance here, I have been out of kernel/V4l development for some time, and non-MMU kernel development is relatively new to me. I am awaiting approval for the uclinux mailing list, so haven't CCed there. I cover a lot of ground in this post, so bear with me. I'm trying to

Re: [PATCH 4/4] V4L/DVB: v4l: document new Bayer and monochrome pixel formats

2010-02-17 Thread Mauro Carvalho Chehab
Randy, Mauro Carvalho Chehab wrote: Document all four 10-bit Bayer formats, 10-bit monochrome and a missing 8-bit Bayer formats. [mche...@redhat.com: remove duplicated symbol for V4L2-PIX-FMT-SGRBG10] Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Signed-off-by: Mauro Carvalho

Re: [PATCH 4/4] V4L/DVB: v4l: document new Bayer and monochrome pixel formats

2010-02-17 Thread Guennadi Liakhovetski
On Wed, 17 Feb 2010, Mauro Carvalho Chehab wrote: Document all four 10-bit Bayer formats, 10-bit monochrome and a missing 8-bit Bayer formats. [mche...@redhat.com: remove duplicated symbol for V4L2-PIX-FMT-SGRBG10] Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Signed-off-by:

Re: [PATCH 4/4] V4L/DVB: v4l: document new Bayer and monochrome pixel formats

2010-02-17 Thread Mauro Carvalho Chehab
Guennadi Liakhovetski wrote: On Wed, 17 Feb 2010, Mauro Carvalho Chehab wrote: Document all four 10-bit Bayer formats, 10-bit monochrome and a missing 8-bit Bayer formats. [mche...@redhat.com: remove duplicated symbol for V4L2-PIX-FMT-SGRBG10] Signed-off-by: Guennadi Liakhovetski

Re: [PATCH 4/4] V4L/DVB: v4l: document new Bayer and monochrome pixel formats

2010-02-17 Thread Guennadi Liakhovetski
On Wed, 17 Feb 2010, Mauro Carvalho Chehab wrote: Guennadi, Your original patch were against the out-of-tree media-specs/Makefile, present only at the -hg tree. The way my conversion scripts work is that they'll convert the patches into a patch that can be applied directly into -git.

[PATCH 1/2] V4L/DVB: az6027: IR RC keys are using the old struct with 3 parameters, instead of 2

2010-02-17 Thread Mauro Carvalho Chehab
drivers/media/dvb/dvb-usb/az6027.c:390: warning: excess elements in struct initializer drivers/media/dvb/dvb-usb/az6027.c:390: warning: (near initialization for ‘az6027_rc_keys[0]’) drivers/media/dvb/dvb-usb/az6027.c:391: warning: excess elements in struct initializer

[PATCH 2/2] V4L/DVB: az6027: az6027_read_mac_addr is currently unused

2010-02-17 Thread Mauro Carvalho Chehab
drivers/media/dvb/dvb-usb/az6027.c:759: warning: ‘az6027_read_mac_addr’ defined but not used While there's some code that uses it, it is currently commented. So, comment also the function itself. CC: Manu Abraham abraham.m...@gmail.com Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-17 Thread Emil Meier
--- On Sat, 2/13/10, Chicken Shack chicken.sh...@gmx.de wrote: From: Chicken Shack chicken.sh...@gmx.de Subject: Re: alevt-dvb 1.7.0: new version, should be free from bugs now To: Francesco Lavra francescola...@interfree.it Cc: Linux media linux-media@vger.kernel.org Date: Saturday,

Re: [PATCH] DTV2000 H Plus issues

2010-02-17 Thread Mauro Carvalho Chehab
Hi Istvan, istva...@mailbox.hu wrote: The attached new patches contain all the previous changes merged, and are against the latest v4l-dvb revision. Please provide your Signed-off-by. This is a basic requirement for your driver to be accepted. Please read:

Re: [PATCH] DTV2000 H Plus issues

2010-02-17 Thread Devin Heitmueller
On Wed, Feb 17, 2010 at 6:51 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Istvan, istva...@mailbox.hu wrote: The attached new patches contain all the previous changes merged, and are against the latest v4l-dvb revision. Please provide your Signed-off-by. This is a basic

Re: image capture with ov9655 camera and intel pxa270C5C520

2010-02-17 Thread Kai Tiwisina
Hello everyone, i've worked recently on my source code for the image capturing duties. With the Hint of Mr. Herbrechtsmeier to use YUV everything worked quite well and now i get no failure message anymore and even the image.txt file gets filled with values separated by tabulators and a

Re: [PATCH] DTV2000 H Plus issues

2010-02-17 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: On Wed, Feb 17, 2010 at 6:51 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Istvan, istva...@mailbox.hu wrote: The attached new patches contain all the previous changes merged, and are against the latest v4l-dvb revision. Please provide your Signed-off-by.

Re: [PATCH] DTV2000 H Plus issues

2010-02-17 Thread Devin Heitmueller
On Wed, Feb 17, 2010 at 7:08 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: OK. Then, I need your SOB for the 95% of the code, and his SOB for the remaining ;) Yeah, my plan at this point was to submit a PULL request once I felt the driver is stable (and I had already offered to apply his

Re: [PATCH] V4L/DVB: lgs8gxx: remove firmware for lgs8g75

2010-02-17 Thread Ben Hutchings
On Tue, 2010-02-02 at 13:40 -0200, Mauro Carvalho Chehab wrote: Mauro Carvalho Chehab wrote: Ben Hutchings wrote: The recently added support for lgs8g75 included some 8051 machine code without accompanying source code. Replace this with use of the firmware loader. Compile-tested

Re: [PATCH 0/4] DocBook additions for V4L new formats

2010-02-17 Thread Randy Dunlap
On 02/17/10 09:06, Mauro Carvalho Chehab wrote: Adds DocBook items for Bayer and two proprietary formats used on gspca. In the past, a few targets were generated at the Mercurial development tree. However, at the beginning of this year, we moved to use -git as the primary resource. So, the

[PATCH] v4l: soc_camera: fix bound checking of mbus_fmt[] index

2010-02-17 Thread Baruch Siach
When code = V4L2_MBUS_FMT_FIXED soc_mbus_get_fmtdesc returns a pointer to mbus_fmt[x], where x 0. Fix this. Signed-off-by: Baruch Siach bar...@tkos.co.il --- drivers/media/video/soc_mediabus.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git