Re: [ANNOUNCE] new experimental building system

2010-10-26 Thread Mauro Carvalho Chehab
Em 17-10-2010 14:29, Mauro Carvalho Chehab escreveu: > I received some comments from some developers that wanted to test their > drivers > with the latest -stable kernel. After thinking for a while, I decided to do > a small test, packaging the current build system into a separate tree, without >

Re: [PATCH] Too slow libv4l MJPEG decoding with HD cameras

2010-10-26 Thread Mitar
Hi! On Sun, Oct 24, 2010 at 6:04 PM, Mitar wrote: > Has anybody tried to improve MJPEG support in libv4l? With newer > cameras this becomes important. I have made a patch which makes libv4l uses ffmpeg's avcodec library for MJPEG decoding. Performance improvements are unbelievable. I have been

Re: controls, subdevs, and media framework

2010-10-26 Thread Laurent Pinchart
Hi Michael, On Tuesday 26 October 2010 17:08:12 Michael Jones wrote: > I'm trying to understand how the media framework and V4L2 share the > responsibility of configuring a video device. Referring to the ISP code > on Laurent's media-0004-omap3isp branch, the video device is now split up > into s

Re: Wintv-HVR-1120 woes

2010-10-26 Thread fabio tirapelle
I have tried again. rm -i dvb-fe-tda10048-1.0.fw cp dvb-fe-tda10046.fw dvb-fe-tda10048-1.0.fw Now shutdown and boot dmesg [ 47.724011] tda18271: RF tracking filter calibration complete [ 47.780018] tda829x 8-004b: type set to tda8290+18271 [ 52.756163] saa7133[0]: registered device video0

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-26 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:Tue Oct 26 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: [RFC PATCHv3 RESEND] DocBook: Add rules to auto-generate some media docbooks

2010-10-26 Thread Randy Dunlap
On Mon, 25 Oct 2010 18:28:00 -0200 Mauro Carvalho Chehab wrote: Hi, A few comments, interspersed below... > There are some files that are automatically generated by the old > subsystem Makefile. Move those rules to kernel DocBook Makefile, in > order to autogenerate the media cross-reference file

controls, subdevs, and media framework

2010-10-26 Thread Michael Jones
I'm trying to understand how the media framework and V4L2 share the responsibility of configuring a video device. Referring to the ISP code on Laurent's media-0004-omap3isp branch, the video device is now split up into several devices... suppose you have a sensor delivering raw bayer data to th

Warning: E-mail viruses detected

2010-10-26 Thread MailScanner
Our e-mail content detector has just been triggered by a message you sent: To: ec...@engr.wisc.edu, hr...@harvestrich.com Subject: Message could not be delivered Date: Tue Oct 26 18:58:43 2010 One or more of the attachments (message.cmd) are on the list of unacceptable attachments for this s

Re: em28xx: Terratec Grabby no sound

2010-10-26 Thread Florian Klink
Hi, The sound comes from alsa device. Several em28xx types provide standard USB audio. So, snd-usb-audio handles it. That's why you need alsa:adevice=hw.2,0:forceaudio at mplayer. ... but thats my problem. sound doesn't appear inside mplayer, even with the command line options set to use the

RE: [PATCH 3/4] MFC: Add MFC 5.1 V4L2 driver

2010-10-26 Thread Jaeryul Oh
Hi, Kamil, there is one meaningless parameter. k.deb...@samsung.com wrote: [snip] > +} > + > +/* Try running an operation on hardware */ > +static void s5p_mfc_try_run() > +{ > + struct vb2_buffer *temp_vb; > + struct s5p_mfc_ctx *ctx; > + int new_ctx; > + unsigned long flags; > +

Re: Failed build on randconfig for DVB_DIB modules

2010-10-26 Thread Mauro Carvalho Chehab
Hi Steven, Em 26-10-2010 02:15, Steven Rostedt escreveu: > I'm currently finishing up an automated test program (that I will be > publishing shortly). This program does various randconfig builds, boots > and tests (as well as bisecting and patch set testing). But enough about > it. > > I hit this