Add more DVB-xxx drivers and manual pages.
Some minor bugfixes.
Add support for USB remote controls.
Submitted by: Hans Petter Selasky <hselasky@freebsd.org> (maintainer)
Added man-pages for all drivers, including webcamd itself.
Big thanks to Dru Lavigne!
Fixed deadlock/hang issue with hald during plug of USB device after boot.
Improve the handling of optional hal support in the webcamd rc script.
Based on a patch by Luigi Rizzo with additional comments by dougb@.
Upgraded drivers to latest version from the respective V4L repositories
Added new debug option to the port config system.
Added License keyword.
Fixed problem with -B option.
Submitted by: hselasky@ (maintainer)
- Add support for GNU/kFreeBSD
- Add support for DBUS/HAL registration
- Add support for more DVB tuner frontends
- Add support for multi-antenna DVB adapters
- Update to latest version of Linux DVB code
Submitted by: maintainer
Add missing CONFIG_XXX defines.
Fix issue with priority settings.
Fix high CPU usage problem on SMPs at startup.
update V4L code.
Submitted by: maintainer
Fix some memory leaks and a video device close hang issue. [1]
Update webcamd.conf script, to use the new notify system MFC'd in r207397. [2]
Note that the old script didn't work at all. And the new one only doesn't work
if you use an older version of 8-stable or 8.0-release.
Submitted by: maintainer [1], Andrew Thompson [2]
Add more drivers. Fix double buffering of BULK transfers.
Fix incorrectly defined FE_GET_PROPERTY ioctl for which the workaround
as used in the Linux drivers doesn't work on FreeBSD; more details in
this thread:
http://lists.freebsd.org/pipermail/freebsd-multimedia/2010-April/010958.html [1]
Submitted by: Hans Petter Selasky <hselasky@c2i.net> (maintainer)
Juergen Lock <nox@jelal.kn-bremen.de> [1]
based webcam devices under the FreeBSD-8/9 operating system. The webcam daemon
is basically an application which is a port of Video4Linux USB webcam drivers
into userspace on FreeBSD. The daemon currently depends on libc, pthreads,
libusb and the VIDEO4BSD kernel module.
Submitted by: Andrew Thompson <thompsa AT FreeBSD.org>
Hans Petter Selasky <hselasky AT FreeBSD.org>