Re: [PATCH v4 1/1] libv4l: Add plugin support to libv4l

2011-07-26 Thread Sakari Ailus
On Sun, Jul 24, 2011 at 07:36:38PM +0200, Hans de Goede wrote: > Hi, > > On 07/22/2011 05:39 PM, Yordan Kamenov wrote: > >Hi Hans, > > > >Hans de Goede wrote: > >>Hi, > >> > >>Sorry it took so long, but I've just merged the plugin > >>support into v4l-utils git. I did make some minor mods / > >>bu

Re: [PATCH v4 1/1] libv4l: Add plugin support to libv4l

2011-07-24 Thread Hans de Goede
Hi, On 07/22/2011 05:39 PM, Yordan Kamenov wrote: Hi Hans, Hans de Goede wrote: Hi, Sorry it took so long, but I've just merged the plugin support into v4l-utils git. I did make some minor mods / bugfixes before merging, see the commit message in git. Regards, Hans p.s. I think we should

Re: [PATCH v4 1/1] libv4l: Add plugin support to libv4l

2011-07-22 Thread Yordan Kamenov
Hi Hans, Hans de Goede wrote: Hi, Sorry it took so long, but I've just merged the plugin support into v4l-utils git. I did make some minor mods / bugfixes before merging, see the commit message in git. Regards, Hans p.s. I think we should expand the plugin support with support for a output

Re: [PATCH v4 1/1] libv4l: Add plugin support to libv4l

2011-07-17 Thread Hans de Goede
Hi, Sorry it took so long, but I've just merged the plugin support into v4l-utils git. I did make some minor mods / bugfixes before merging, see the commit message in git. Regards, Hans p.s. I think we should expand the plugin support with support for a output devices, iow add a write() dev_o

Re: [PATCH v4 1/1] libv4l: Add plugin support to libv4l

2011-05-05 Thread Hans de Goede
Hi, Thanks, looks good now! I'm going to keep this in my inbox before applying for a while though, as this involves an abi change (of libv4lconvert, which is almost not used directly but still). I've a number of important fixes / changes planned which I hope to be able to do soon, and then I wa

[PATCH v4 1/1] libv4l: Add plugin support to libv4l

2011-05-03 Thread Yordan Kamenov
A libv4l2 plugin will sit in between libv4l2 itself and the actual /dev/video device node a fd refers to. It will be called each time libv4l2 wants to do an operation (read/write/ioctl) on the actual /dev/video node in question. Signed-off-by: Yordan Kamenov --- lib/include/libv4l2-plugin.h