Comment 0 for bug 286070

Revision history for this message
Loïc Minier (lool) wrote : Feature freeze exception for libv4l 0.5.1

Hi,

libv4l 0.5.1 adds support for cropping to/from some formats which make skype with many webcams.

see e.g. http://lists-archives.org/video4linux/24677-libv4l-release-0-5-1-the-skype-release.html for announcement.

WIll attach the full diff. There was also some code move so the changes are larger than just this change. A Debian/Ubuntu patch was merged to not link with pthread when not needed.

 ChangeLog | 14 +
 Makefile | 2
 libv4l1/Makefile | 4
 libv4l2/Makefile | 4
 libv4l2/libv4l2.c | 10
 libv4lconvert/Makefile | 2
 libv4lconvert/crop.c | 88 ++++++
 libv4lconvert/flip.c | 49 +++
 libv4lconvert/libv4lconvert-priv.h | 17 -
 libv4lconvert/libv4lconvert.c | 495 ++++++++++++++++++++-----------------
 10 files changed, 436 insertions(+), 249 deletions(-)

Bye