[GIT PATCHES FOR 2.6.35] Small miscellaneous fixes

2010-03-15 Thread Hans Verkuil
Retry. I accidentally based by tree from linux-2.6.git instead of v4l-dvb.git. Sorry about that, hopefully this works better. Hans The following changes since commit 942ab4762505a51a7a433a7608ba5d3eed6e4f8b: Jean Delvare (1): V4L/DVB: saa7134: Fix IR support of some ASUS TV-FM

Magic in videobuf

2010-03-15 Thread Pawel Osciak
Hello, is anyone aware of any other uses for MAGIC_CHECK()s in videobuf code besides driver debugging? I intend to remove them, as we weren't able to find any particular use for them when we were discussing this at the memory handling meeting in Norway... Best regards -- Pawel Osciak Linux

[BUGFIX][PATCH] change some parameters for tlg2300

2010-03-15 Thread Huang Shijie
The orgin parameters may cause a bug : The audio may lost in certain situation (such as open the VLC at the first time). The origin parameters set a small stop_threshold for snd_pcm_runtime{}. So a xrun occurs in some situation. Signed-off-by: Huang Shijie shij...@gmail.com ---

Re: [PATCH] V4L: v4l2-subdev driver for AK8813 and AK8814 TV-encoders from AKM

2010-03-15 Thread Guennadi Liakhovetski
On Sun, 14 Mar 2010, Hans Verkuil wrote: Review notes below... On Thursday 11 March 2010 11:25:42 Guennadi Liakhovetski wrote: AK8814 only differs from AK8813 by included Macrovision Copy Protection function. This patch adds a driver for AK8813 and AK8814 I2C PAL/NTSC TV encoders.

Re: [BUGFIX][PATCH] change some parameters for tlg2300

2010-03-15 Thread Huang Shijie
Hi Mauro: Please ignore this patch. This patch has side effect : the radio does not run well with this patch. Best Regards Huang Shijie. The orgin parameters may cause a bug : The audio may lost in certain situation (such as open the VLC at the first time). The origin parameters set a small

Re: Capturing raw JPEG stream from webcam

2010-03-15 Thread Laurent Pinchart
Hi Basil, On Saturday 13 March 2010 02:55:47 Basil Mohamed Gohar wrote: I originally posted this to the video4linux mailing list, but I've since discovered that this is the appropriate place (or so I understand) for video4linux questions. My question is how can I capture the raw JPEG image

unsupported device: Lightel Technologies Inc - CI-1000-USB2 Connector Inspector

2010-03-15 Thread Seweryn Niemiec
Hi In syslog I've found a request to send e-mail with log, so I do it. http://pastebin.com/g5WtquKY -- Greetings, Seweryn -- 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

Re: cx18: missing audio for analog recordings

2010-03-15 Thread Andy Walls
On Sun, 2010-03-14 at 22:48 -0400, Mark Lord wrote: On 03/02/10 07:40, Andy Walls wrote: Again, maybe dynamically allocating these work order objects from the kernel as needed, would be better from a small dynamically allocated pool for each card. I was concerned that the interrupt handler

Re: [patch 1/5] drivers/media/video/cx23885 needs kfifo conversion

2010-03-15 Thread Mauro Carvalho Chehab
Hi Andrew, You can drop this patch. The conversion to the new kfifo API happened on this patch: commit 7801edb0b8b66e83c13623b483bc2e846c007c9d Author: Stefani Seibold stef...@seibold.net AuthorDate: Mon Dec 21 14:37:33 2009 -0800 Commit: Linus Torvalds torva...@linux-foundation.org

Re: [GIT FIXES FOR 2.6.34] Fixes for vpfe capture driver

2010-03-15 Thread Mauro Carvalho Chehab
Hi Murali, Muralidharan Karicheri wrote: Mauro, The following changes since commit 9178a7c062ff0c43e95d826419f9e9454c52ef15: Mauro Carvalho Chehab (1): V4L/DVB: Fix bad whitespacing Applied, thanks. Please, next time base your fixes against fixes.git. This make things easier

Re: [GIT PULL] V4L2 file handles and event interface

2010-03-15 Thread Mauro Carvalho Chehab
Hi Sakari, Sakari Ailus wrote: Hi Mauro, The latest event patchset is available in my Gitorious tree now. The file handles documentation patch changed due to unrelated changes in Documentation/video4linux/v4l2-framework.txt. There are no other changes compared to the patches sent to the

Re: [GIT PULL] V4L2 file handles and event interface

2010-03-15 Thread Hans Verkuil
Hi Mauro, Hi Sakari, Sakari Ailus wrote: Hi Mauro, The latest event patchset is available in my Gitorious tree now. The file handles documentation patch changed due to unrelated changes in Documentation/video4linux/v4l2-framework.txt. There are no other changes compared to the patches

Re: [GIT PULL] V4L2 file handles and event interface

2010-03-15 Thread Sakari Ailus
Mauro Carvalho Chehab wrote: Hi Sakari, Hi Mauro, ... The idea of having a common file handle at the V4L2 core is interesting, but I see some troubles on it. As you said on this changeset's comment: V4L/DVB: V4L: File handles This patch adds a list of v4l2_fh structures to

Re: dual TT C-1501 on a single PCI riser

2010-03-15 Thread Daniel Glöckner
On 03/15/2010 01:50 PM, Martin van Es wrote: When I look at the pci layout, pci device 05 is connected to bridge 1e.0: -[:00]-+-00.0 +-1e.0-[05]--+-00.0 Philips Semiconductors SAA7146 |\-0c.0 Philips Semiconductors SAA7146 No, this means bridge 1e.0

Re: Capturing raw JPEG stream from webcam

2010-03-15 Thread Basil Mohamed Gohar
On 03/15/2010 05:40 AM, Laurent Pinchart wrote: Hi Basil, Hi Laurent! On Saturday 13 March 2010 02:55:47 Basil Mohamed Gohar wrote: I originally posted this to the video4linux mailing list, but I've since discovered that this is the appropriate place (or so I understand) for

Re: [GIT PULL] V4L2 file handles and event interface

2010-03-15 Thread Mauro Carvalho Chehab
Sakari Ailus wrote: Mauro Carvalho Chehab wrote: Hi Sakari, Hi Mauro, ... The idea of having a common file handle at the V4L2 core is interesting, but I see some troubles on it. As you said on this changeset's comment: V4L/DVB: V4L: File handles This patch adds a list of

Re: Magic in videobuf

2010-03-15 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: Hi Pawel, Pawel Osciak wrote: Hello, is anyone aware of any other uses for MAGIC_CHECK()s in videobuf code besides driver debugging? I intend to remove them, as we weren't able to find any particular use for them when we were discussing this at the memory handling

Re: [GIT PULL] V4L2 file handles and event interface

2010-03-15 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: Video device drivers should use the v4l2_fh pointer as their file-private_data. ... The struct v4l2_fh is meant to be a part of the driver's own file handle structure. It does not attempt to offer drivers anything directly but generic functionality that

Re: Magic in videobuf

2010-03-15 Thread Hans Verkuil
Hans Verkuil wrote: Hi Pawel, Pawel Osciak wrote: Hello, is anyone aware of any other uses for MAGIC_CHECK()s in videobuf code besides driver debugging? I intend to remove them, as we weren't able to find any particular use for them when we were discussing this at the memory handling

Re: [GIT PULL] V4L2 file handles and event interface

2010-03-15 Thread Hans Verkuil
Mauro Carvalho Chehab wrote: Video device drivers should use the v4l2_fh pointer as their file-private_data. ... The struct v4l2_fh is meant to be a part of the driver's own file handle structure. It does not attempt to offer drivers anything directly but generic functionality

Re: Magic in videobuf

2010-03-15 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: Hans Verkuil wrote: Hi Pawel, Pawel Osciak wrote: Hello, is anyone aware of any other uses for MAGIC_CHECK()s in videobuf code besides driver debugging? I intend to remove them, as we weren't able to find any particular use for them when we were discussing this at the

Plextor ConvertX AV100U

2010-03-15 Thread Don Kramer
Hi I'm Don, I'm new here. I would like to see if it's possible to get the Plextor ConvertX AV100U to work under Linux, I own this device, and currently can use it only under Windows XP. I believe it is very similar to the Plextor ConvertX PX-TV100U which is listed as a device added to kernel

Re: [Spca50x-devs] 17a1:0118

2010-03-15 Thread Jean-Francois Moine
On Mon, 15 Mar 2010 19:24:24 +0200 Shahar Or em...@shahar-or.co.il wrote: I have a non-supported one, with the ID 17a1:0118. Data attached. I am willing to cooperate with anything that I can, including testing patches. I've noticed there's one here related:

[GIT PATCHES FOR 2.6.34] gspca development

2010-03-15 Thread Jean-Francois Moine
Hi Mauro, The following changes since commit 942ab4762505a51a7a433a7608ba5d3eed6e4f8b: Jean Delvare (1): V4L/DVB: saa7134: Fix IR support of some ASUS TV-FM 7135 variants are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.34 Erik Andrén (1):

[GIT PATCHES FOR 2.6.34] gspca development

2010-03-15 Thread Jean-Francois Moine
Hi Mauro, The following changes since commit 942ab4762505a51a7a433a7608ba5d3eed6e4f8b: Jean Delvare (1): V4L/DVB: saa7134: Fix IR support of some ASUS TV-FM 7135 variants are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.35 Olivier Lorin (2):

[GIT PATCHES FOR 2.6.35] gspca development

2010-03-15 Thread Jean-Francois Moine
Hi Mauro, Sorry, the last pull request for 2.6.35. The following changes since commit 942ab4762505a51a7a433a7608ba5d3eed6e4f8b: Jean Delvare (1): V4L/DVB: saa7134: Fix IR support of some ASUS TV-FM 7135 variants are available in the git repository at:

Re: Excessive rc polling interval in dvb_usb_dib0700 causes interference with USB soundcard

2010-03-15 Thread Pedro Ribeiro
On 15 March 2010 03:55, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Sun, Mar 14, 2010 at 11:06 AM, Pedro Ribeiro ped...@gmail.com wrote: Hi Devin, after some through investigation I found that your patch solves the continuous interference. However, I have a second problem. It is

Re: Capturing raw JPEG stream from webcam

2010-03-15 Thread Laurent Pinchart
Hi Basil, On Monday 15 March 2010 16:09:49 Basil Mohamed Gohar wrote: On 03/15/2010 05:40 AM, Laurent Pinchart wrote: On Saturday 13 March 2010 02:55:47 Basil Mohamed Gohar wrote: I originally posted this to the video4linux mailing list, but I've since discovered that this is the

Re: terratec hybrid xs fm

2010-03-15 Thread fogna
Il 03/12/2010 01:56 PM, Adriano Gigante ha scritto: Devin, I know I'm boring... any news about 0072/terratec hybrid xs fm driver develop progress? Thanks Adri -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org

Fwd: Delivery Status Notification (Failure)

2010-03-15 Thread Shahar Or
OK, only text this time :) -- Forwarded message -- From: Mail Delivery Subsystem mailer-dae...@googlemail.com Date: Mon, Mar 15, 2010 at 10:17 PM Subject: Delivery Status Notification (Failure) To: mightyiamprese...@gmail.com Delivery to the following recipient failed

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2010-03-15 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Mar 15 19:00:27 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14461:88b0610d72ec git master:

ATSC substreams

2010-03-15 Thread Dr Wowe
Hello, I have my channels.conf set up for use with my TV tuner, to receive over-the-air ATSC broadcasts in the USA. Some of my local channels have multiple substreams, which are configured in channels.conf like this: --- 21.1:509028615:8VSB:49:52:3 21.2:509028615:8VSB:65:68:4

Re: Ubuntu and AverMedia DVD EZMaker USB Gold

2010-03-15 Thread Adrian Pardini
On 04/03/2010, Jorge Cabrera jorge.cabr...@andago.com wrote: Hello again, I was wrong here, the driver works, the device works great but what's going on is that it uses the tuner as the default input, when I run mplayer with input=1 (composite video) or input=2 (s-video) it works good:

RE: Capturing raw JPEG stream from webcam

2010-03-15 Thread John Selbie
Message bounced the first time because I had HTML on. Here it is again. I have the same camera (Logi 5000). There's an ordering issue of ioctl calls that you have to make to get the frame rate set properly. But I'm away from my home computer and code, so I can't quote the solution to you yet.

891,934.000GBP has been awarded to you.

2010-03-15 Thread camelot
Submit Name:Address:Age:Sex:Occupation:Tel:Country This is to notify you. -- 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: Magic in videobuf

2010-03-15 Thread Andy Walls
On Mon, 2010-03-15 at 14:26 -0300, Mauro Carvalho Chehab wrote: Hans Verkuil wrote: Hans Verkuil wrote: Pawel Osciak wrote: is anyone aware of any other uses for MAGIC_CHECK()s in videobuf code besides driver debugging? I intend to remove them, as we weren't able to find any particular

[PATCH] Add SPI support to V4L2

2010-03-15 Thread Dmitri Belimov
Hi Add support SPI bus to v4l2. Useful for control some device with SPI bus like hardware MPEG2 encoders and etc. diff -r b6b82258cf5e linux/drivers/media/video/v4l2-common.c --- a/linux/drivers/media/video/v4l2-common.c Thu Dec 31 19:14:54 2009 -0200 +++

Re: [BUGFIX][PATCH] change some parameters for tlg2300

2010-03-15 Thread Huang Shijie
Hi Mauro: This patch has side effect : the radio does not run well with this patch. I tested the patch carefully. If I listen the radio with mplayer in the root account, the radio does not run well ( a xrun occurs); if I listen the radio with mplayer in the normal account (not root). the