public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Call for testers: V4L1 support dropped from tvtime
@ 2011-02-01 14:51 Devin Heitmueller
  2011-02-01 16:09 ` Call for testers: V4L1 support dropped from xawtv - Was: " Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Devin Heitmueller @ 2011-02-01 14:51 UTC (permalink / raw)
  To: Linux Media Mailing List

I know this is the linux-media mailing list and not the tvtime mailing
list, but it seems relevant given the overlap in the user base and the
fact that these changes are specifically in response to recent events
with v4l-dvb.

I have modified the KernelLabs build of tvtime to no longer depend on V4L1.

The tree can be found here:

http://www.kernellabs.com/hg/~dheitmueller/tvtime

More info including build instructions can be found here:

http://www.kernellabs.com/blog

Comments/testers welcome.

Regards,

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Call for testers: V4L1 support dropped from xawtv - Was: Re: Call for testers: V4L1 support dropped from tvtime
  2011-02-01 14:51 Call for testers: V4L1 support dropped from tvtime Devin Heitmueller
@ 2011-02-01 16:09 ` Mauro Carvalho Chehab
  2011-02-01 22:41   ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2011-02-01 16:09 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: Linux Media Mailing List

Em 01-02-2011 12:51, Devin Heitmueller escreveu:
> I know this is the linux-media mailing list and not the tvtime mailing
> list, but it seems relevant given the overlap in the user base and the
> fact that these changes are specifically in response to recent events
> with v4l-dvb.
> 
> I have modified the KernelLabs build of tvtime to no longer depend on V4L1.
> 
> The tree can be found here:
> 
> http://www.kernellabs.com/hg/~dheitmueller/tvtime
> 
> More info including build instructions can be found here:
> 
> http://www.kernellabs.com/blog

Let me take a ride at Devin's call for tests ;)

I've also dropped V4L1 support from xawtv3 a few days ago. It would be
wonderful if people could test it. The upstream git tree is at:
	http://git.linuxtv.org/xawtv3.git

A tarball for the latest version is at:
	http://linuxtv.org/downloads/xawtv/xawtv-3.99.rc1.tar.bz2

For those that use Fedora, there are some rpm available For FC14/FC15 at:
	http://kojipkgs.fedoraproject.org/packages/xawtv/3.99.rc1/

There's just one know caveat that affects mostly webcam usage. Xawtv now has two 
V4L2 plugins, one with libv4l and another with just v4l2. Currently, there's no 
way to select between them. I need some time to do a research about it and write
a patch to address this issue.

Tests, reports and patches are welcome!
Mauro.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Call for testers: V4L1 support dropped from xawtv - Was: Re: Call for testers: V4L1 support dropped from tvtime
  2011-02-01 16:09 ` Call for testers: V4L1 support dropped from xawtv - Was: " Mauro Carvalho Chehab
@ 2011-02-01 22:41   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2011-02-01 22:41 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Dmitry Butskoy

Em 01-02-2011 14:09, Mauro Carvalho Chehab escreveu:
> Em 01-02-2011 12:51, Devin Heitmueller escreveu:
>> I know this is the linux-media mailing list and not the tvtime mailing
>> list, but it seems relevant given the overlap in the user base and the
>> fact that these changes are specifically in response to recent events
>> with v4l-dvb.
>>
>> I have modified the KernelLabs build of tvtime to no longer depend on V4L1.
>>
>> The tree can be found here:
>>
>> http://www.kernellabs.com/hg/~dheitmueller/tvtime
>>
>> More info including build instructions can be found here:
>>
>> http://www.kernellabs.com/blog
> 
> Let me take a ride at Devin's call for tests ;)
> 
> I've also dropped V4L1 support from xawtv3 a few days ago. It would be
> wonderful if people could test it. The upstream git tree is at:
> 	http://git.linuxtv.org/xawtv3.git
> 
> A tarball for the latest version is at:
> 	http://linuxtv.org/downloads/xawtv/xawtv-3.99.rc1.tar.bz2
> 
> For those that use Fedora, there are some rpm available For FC14/FC15 at:
> 	http://kojipkgs.fedoraproject.org/packages/xawtv/3.99.rc1/
> 
> There's just one know caveat that affects mostly webcam usage. Xawtv now has two 
> V4L2 plugins, one with libv4l and another with just v4l2. Currently, there's no 
> way to select between them. I need some time to do a research about it and write
> a patch to address this issue.

Ok, I've added a patch fixing the libv4l issue, and released a -rc2 version of it.

All patches that were found in Fedora for F14 are now upstream. There's just one
patch at F15 that it is not upstream yet (a compilation breakage).

The new tarball is available at:
	http://linuxtv.org/downloads/xawtv/

And the Fedora packages are at:
	http://kojipkgs.fedoraproject.org/packages/xawtv/

Dmitry is looking some patches at Debian to apply upstream. After having them applied,
and getting some feedback, I'll release xawtv version 3.100.

Cheers,
Mauro.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-01 22:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01 14:51 Call for testers: V4L1 support dropped from tvtime Devin Heitmueller
2011-02-01 16:09 ` Call for testers: V4L1 support dropped from xawtv - Was: " Mauro Carvalho Chehab
2011-02-01 22:41   ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox