Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove expiration date, a false positive in my last commit. | netchild | 2012-04-15 | 1 | -2/+0 |
| | | | | Noticed by: bsam | ||||
* | Set the expiration date for all ports which depend upon linux_base-fc4 to | netchild | 2012-04-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam | ||||
* | Fix the "Whom" header: emulation -> bsam. | bsam | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | libv4l is a collection of libraries which adds a thin abstraction layer on | bsam | 2011-04-14 | 4 | -0/+58 |
top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. libv4lconvert offers functions to convert from any (known) pixel-format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. WWW: http://hansdegoede.livejournal.com/3636.html |