Name: | libv4l |
---|---|
Version: | 0.9.5 |
Release: | 4.el7 |
Architecture: | i686 |
Group: | System Environment/Libraries |
Size: | 521529 |
License: | LGPLv2+ and GPLv2 |
RPM: | libv4l-0.9.5-4.el7.i686.rpm |
Source RPM: | v4l-utils-0.9.5-4.el7.src.rpm |
Build Date: | Sun May 04 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hansdegoede.livejournal.com/3636.html |
Summary: | Collection of video4linux support libraries |
Description: | libv4l is a collection of libraries which adds a thin abstraction layer on 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. |
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Add a few libv4l2rds patches from upstream, which bring libv4l2rds to its final API / ABI, so that apps build against it won't need a rebuild in the future
- New upstream release 0.9.5 (rhbz#970412) - Modernize specfile a bit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- rebuild due to "jpeg8-ABI" feature drop
- rebuild against new libjpeg
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Cherry-pick 2 patches from upstream git fixing an exotic crash (rhbz#838279)
- New upstream release 0.8.8 - Add patches from upstream git to improve Pixart JPEG decoding - Add patch from upstream git to fix building with latest kernels (rhbz#823863)