Is v4l2 loopback needed in kernel? Invitation for code review

2009-03-05 Thread vasaka
Hello, my v4l2 loopback device is now at working state: it can do streaming and basic IO, works with Skype, luvcview and mplayer. next feature planned is allowing multiply readers. Benefits from having this driver are: video effects for video conferencing programms aware only about v4l, driver can

[REVIEW] v4l2 loopback

2009-03-24 Thread vasaka
vidioc_try_fmt_video_output(struct file *file, + void *priv, struct v4l2_format *fmt) +{ + struct v4l2_loopback_opener *opener = file->private_data; + opener->type = V4L2_BUF_TYPE_VIDEO_OUTPUT; + /* TODO(vasaka) loopback does not care about fo

Re: [REVIEW] v4l2 loopback

2009-03-24 Thread vasaka
**/ >> +/* checks if it is OK to change to format fmt, called on VIDIOC_TRY_FMT >> ioctl >> + * with v4l2_buf_type set to V4L2_BUF_TYPE_VIDEO_CAPTURE */ >> +/* actual check is done by inner_try_fmt_cap */ >> +/* just checking that pixelformat is OK a

[REVIEW] v4l2 loopback

2009-03-25 Thread vasaka
t file *file, + void *priv, struct v4l2_format *fmt) +{ + struct v4l2_loopback_opener *opener = file->private_data; + opener->type = V4L2_BUF_TYPE_VIDEO_OUTPUT; + /* TODO(vasaka) loopback does not care about formats writer want to set, +* maybe it is a

patchwork tool

2009-03-25 Thread vasaka
special comment symbols. vasaka -- 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: patchwork tool

2009-03-26 Thread vasaka
mbols. > > > Cheers, > Mauro > can it be that patch made by $diff -uprN v4l-dvb.orig v4l-dvb.my > patch.patch and make commit in .my tree did not complain still broken? does gmail's web interface plain text mail composer has known issues, which can interfere with sending pat

Re: [REVIEW] v4l2 loopback

2009-04-13 Thread vasaka
On Mon, Apr 13, 2009 at 2:17 PM, Hans Verkuil wrote: > On Thursday 26 March 2009 19:49:10 Vasily wrote: >> Hello, please review the new version of v4l2 loopback driver. >> I fixed up comments to the previous submission, waiting for the new ones >> :-), reposting for patchwork tool >> >> --- >> Thi

Re: [REVIEW] v4l2 loopback

2009-04-14 Thread vasaka
On Tue, Apr 14, 2009 at 3:12 PM, Mauro Carvalho Chehab wrote: > On Tue, 14 Apr 2009 04:08:41 +0300 > vas...@gmail.com wrote: > >> On Mon, Apr 13, 2009 at 2:17 PM, Hans Verkuil wrote: >> > On Thursday 26 March 2009 19:49:10 Vasily wrote: >> >> Hello, please review the new version of v4l2 loopback

Re: [REVIEW] v4l2 loopback

2009-05-07 Thread vasaka
program is free software; you can redistribute it and/or modify >> + * it under the terms of the GNU General Public License as published by >> + * the Free Software Foundation; either version 2 of the License, or >> + * (at your option) any later version. >> + * >> + */

Re: v4l2 and skype

2009-02-12 Thread vasaka
On Thu, Feb 12, 2009 at 8:42 PM, Jean-Francois Moine wrote: > On Wed, 11 Feb 2009 20:42:07 +0200 > vas...@gmail.com wrote: > >> hello, I am writing v4l2 loopback driver and now it is at working >> stage. for now it can feed mplayer and luvcview, but silently fails >> with skype it just shows green

Re: v4l2 and skype

2009-02-18 Thread vasaka
On Thu, Feb 12, 2009 at 10:06 PM, wrote: > On Thu, Feb 12, 2009 at 8:42 PM, Jean-Francois Moine wrote: >> On Wed, 11 Feb 2009 20:42:07 +0200 >> vas...@gmail.com wrote: >> >>> hello, I am writing v4l2 loopback driver and now it is at working >>> stage. for now it can feed mplayer and luvcview, bu