Re: libv4l2 library problem

2009-02-15 Thread Hans de Goede
Hans Verkuil wrote: Hi Hans, On Friday 13 February 2009 13:57:45 Hans Verkuil wrote: Hi Hans, I've developed a converter for the HM12 format (produced by Conexant MPEG encoders as used in the ivtv and cx18 drivers). But libv4l2 has a problem in its implementation of v4l2_read: it assumes

Re: Adding a control for Sensor Orientation

2009-02-15 Thread Hans de Goede
kilg...@banach.math.auburn.edu wrote: On Sat, 14 Feb 2009, Hans Verkuil wrote: On Saturday 14 February 2009 22:55:39 Hans de Goede wrote: Adam Baker wrote: Hi all, Hans Verkuil put forward a convincing argument that sensor orientation shouldn't be part of the buffer flags as then it

Re: Adding a control for Sensor Orientation

2009-02-15 Thread Hans de Goede
Trent Piepho wrote: On Sun, 15 Feb 2009, Hans de Goede wrote: Hans Verkuil wrote: On Sunday 15 February 2009 10:08:04 Hans de Goede wrote: kilg...@banach.math.auburn.edu wrote: On Sat, 14 Feb 2009, Hans Verkuil wrote: On Saturday 14 February 2009 22:55:39 Hans de Goede wrote: Adam Baker

Re: [linux-dvb] [BUG] changeset 9029 (http://linuxtv.org/hg/v4l-dvb/rev/aa3e5cc1d833)

2009-02-15 Thread Andy Walls
On Sun, 2009-02-15 at 13:36 +0100, Oliver Endriss wrote: e9hack wrote: Hi, this change set is wrong. The affected functions cannot be called from an interrupt context, because they may process large buffers. In this case, interrupts are disabled for a long time. Functions, like

Re: firmware

2009-02-15 Thread CityK
Michele wrote: Hi, I'm new here and i'm trying TM6061 driver from your repo. Actually I'm now able to make the module tm6000 and I find my card (wintv-hvr-900h) as card 9. But when today for the first time my gentoo system recognize it I discovered that I need a firmware called

General protection fault on rmmod cx8800

2009-02-15 Thread Jean Delvare
Hi all, Today I have hit the following general protection fault when removing module cx8800: Feb 15 18:30:09 hyperion kernel: cx88/2: unregistering cx8802 driver, type: dvb access: shared Feb 15 18:30:09 hyperion kernel: cx88[0]/2: subsystem: 107d:665f, board: WinFast DTV1000-T [card=35] Feb

Re: firmware

2009-02-15 Thread Devin Heitmueller
On Sun, Feb 15, 2009 at 3:38 PM, CityK ci...@rogers.com wrote: Michele wrote: Hi, I'm new here and i'm trying TM6061 driver from your repo. Actually I'm now able to make the module tm6000 and I find my card (wintv-hvr-900h) as card 9. But when today for the first time my gentoo system

Re: firmware

2009-02-15 Thread CityK
Devin Heitmueller wrote: CityK, That actually wasn't a very helpful link you sent ... the page on the XC3028 and XC2028 pointed to on that page makes no reference to getting the firmware for the low power version of the chip. Michele, You can get the firmware here:

Re: firmware

2009-02-15 Thread Devin Heitmueller
On Sun, Feb 15, 2009 at 5:13 PM, CityK ci...@rogers.com wrote: Devin Heitmueller wrote: CityK, That actually wasn't a very helpful link you sent ... the page on the XC3028 and XC2028 pointed to on that page makes no reference to getting the firmware for the low power version of the chip.

Re: Sony PlayTV (PS3)

2009-02-15 Thread CityK
Vigasoco SDL wrote: Quick and dirty patch por Sony PlayTV (Playstation 3 DVB-T) Hi, please see http://www.linuxtv.org/wiki/index.php/Development:_How_to_submit_patches -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: Adding a control for Sensor Orientation

2009-02-15 Thread Trent Piepho
On Sun, 15 Feb 2009, Hans de Goede wrote: Trent Piepho wrote: On Sun, 15 Feb 2009, Hans de Goede wrote: Hans Verkuil wrote: On Sunday 15 February 2009 10:08:04 Hans de Goede wrote: kilg...@banach.math.auburn.edu wrote: On Sat, 14 Feb 2009, Hans Verkuil wrote: On Saturday 14 February

Re: [linux-dvb] Philips saa7131e chip on Asus

2009-02-15 Thread hermann pitton
Hi Kevin, Am Sonntag, den 15.02.2009, 11:20 + schrieb Kevin: Hi, is there anyone who can please give me a hand, after months reading and trying things out, I still cannot make this work. I have an Asus Wifi tv card which came with my P5WD2 board. This card is shown as 'Asus Tiger Analog

Re: [linux-dvb] A dvb-core code problem

2009-02-15 Thread CityK
Zhang Xiaobing wrote: I found a code problem in dvb-core when I was debugging with my dvb driver. The code in dvb_dvr_release() file dmxdev.c /* TODO */ dvbdev-users--; if(*dvbdev-users== -1* dmxdev-exit==1) { fops_put(file-f_op); file-f_op = NULL;

Bad sound on HVR1300 cx88-alsa not loading anymore for HVR1300

2009-02-15 Thread Jean-Louis Dupond
Hello, I'm running Ubuntu 8.10, and 2.6.27-11-generic kernel. I also tried compiling the newest modules from linuxtv. The first problem: The sound from my HVR1300 is really bad, it like a robotic sound, with high tones in it! 2nd problem: cx88-alsa module is not loading automaticly when

Re: Adding a control for Sensor Orientation

2009-02-15 Thread Mauro Carvalho Chehab
On Sun, 15 Feb 2009 10:29:03 +0100 Hans de Goede hdego...@redhat.com wrote: I think we should also be able to detect 90 and 270 degree rotations. Or at the very least prepare for it. It's a safe bet to assume that webcams will arrive that can detect portrait vs landscape orientation.

Re: Adding a control for Sensor Orientation

2009-02-15 Thread hermann pitton
Hi guys, Am Sonntag, den 15.02.2009, 19:46 -0600 schrieb kilg...@banach.math.auburn.edu: On Sun, 15 Feb 2009, Trent Piepho wrote: On Sun, 15 Feb 2009, Hans de Goede wrote: Trent Piepho wrote: On Sun, 15 Feb 2009, Hans de Goede wrote: Hans Verkuil wrote: On Sunday 15 February 2009

Re: Adding a control for Sensor Orientation

2009-02-15 Thread Trent Piepho
On Sun, 15 Feb 2009 kilg...@banach.math.auburn.edu wrote: On Sun, 15 Feb 2009, Trent Piepho wrote: On Sun, 15 Feb 2009, Hans de Goede wrote: I think we should also be able to detect 90 and 270 degree rotations. Or at the very least prepare for it. It's a safe bet to assume that webcams

Re: Adding a control for Sensor Orientation

2009-02-15 Thread Trent Piepho
On Sun, 15 Feb 2009, Mauro Carvalho Chehab wrote: On Sun, 15 Feb 2009 10:29:03 +0100 Hans de Goede hdego...@redhat.com wrote: I think we should also be able to detect 90 and 270 degree rotations. Or at the very least prepare for it. It's a safe bet to assume that webcams will arrive

Fwd: [linux-dvb] dvico dual express continuuing issues.

2009-02-15 Thread sonof...@iinet.net.au
I got a deprecated list message (so how do I unsubscribe from linux-dvb) - Original Message - From: 'sonof...@iinet.net.au' sonof...@iinet.net.au To: linux-...@linuxtv.org Sent: Mon Feb 16 15:56 Subject: Fwd: [linux-dvb] dvico dual express continuuing issues. Hi All In december

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ivtv

2009-02-15 Thread Hans Verkuil
On Sunday 15 February 2009 00:01:26 Hans Verkuil wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ivtv for the following: - ivtv: fix decoder crash regression This is a high prio bug fix for 2.6.29 that fixes a regression that was introduced in kernel 2.6.27.

Re: TS sample from freeview, anyone?

2009-02-15 Thread BOUWSMA Barry
Ciao Andrea, On Tue, 10 Feb 2009, Andrea Venturi wrote: i'm looking for a full TS sample of a freeview mheg RedButton transmission. How much are you looking for -- in other words, do you need the full service including video that a RedButton service i'd like to have a couple of

Re: Adding a control for Sensor Orientation

2009-02-15 Thread Hans Verkuil
On Monday 16 February 2009 05:04:40 Trent Piepho wrote: On Sun, 15 Feb 2009, Mauro Carvalho Chehab wrote: On Sun, 15 Feb 2009 10:29:03 +0100 Hans de Goede hdego...@redhat.com wrote: I think we should also be able to detect 90 and 270 degree rotations. Or at the very least prepare