~libv4l/libv4l/+git/v4l-utils:stable-1.22

Last commit made on 2022-11-14
Get this branch:
git clone -b stable-1.22 https://git.launchpad.net/~libv4l/libv4l/+git/v4l-utils

Branch merges

Branch information

Name:
stable-1.22
Repository:
lp:~libv4l/libv4l/+git/v4l-utils

Recent commits

3320eac... by Hans de Goede <email address hidden>

libv4lconvert: Fix v4lconvert_nv16_to_yuyv() not taking stride into account

The atomisp driver can generate V4L2_PIX_FMT_NV16 buffers where
stride != width. Where as v4lconvert_nv16_to_yuyv() assumed that
stride == width is always true.

Add a stride argument to v4lconvert_nv16_to_yuyv() to fix this.

Signed-off-by: Hans de Goede <email address hidden>
Signed-off-by: Mauro Carvalho Chehab <email address hidden>

01cb461... by Hans de Goede <email address hidden>

libv4lconvert: Fix v4lconvert_nv12_*() not taking stride into account

The atomisp driver can generate V4L2_PIX_FMT_NV12 buffers where
stride != width. Where as v4lconvert_nv12_*() assumed that
stride == width is always true.

Add a stride argument to v4lconvert_nv12_*() to fix this.

Signed-off-by: Hans de Goede <email address hidden>
Signed-off-by: Mauro Carvalho Chehab <email address hidden>

6d4084b... by Hans de Goede <email address hidden>

libv4lconvert: Fix v4lconvert_rgb565_to_rgb/bgr24() not taking stride into account

The atomisp driver can generate V4L2_PIX_FMT_RGB565 buffers where
stride != width. Where as v4lconvert_rgb565_to_rgb/bgr24() assumed that
stride == width is always true.

Add a stride argument to v4lconvert_rgb565_to_rgb/bgr24() to fix this.

Signed-off-by: Hans de Goede <email address hidden>
Signed-off-by: Mauro Carvalho Chehab <email address hidden>

5f0ac2d... by Hans de Goede <email address hidden>

libv4lconvert: Fix v4lconvert_yuv420_to_rgb/bgr24() not taking stride into account

The atomisp driver can generate V4L2_PIX_FMT_YUV420 buffers where
stride != width. Where as v4lconvert_yuv420_to_rgb/bgr24() assumed that
stride == width is always true.

Add a stride argument to v4lconvert_yuv420_to_rgb/bgr24() to fix this.

Signed-off-by: Hans de Goede <email address hidden>
Signed-off-by: Mauro Carvalho Chehab <email address hidden>

460ad96... by Gregor Jasny

Fix 1.22.1 changelog version

Signed-off-by: Gregor Jasny <email address hidden>

47c8c37... by Gregor Jasny

Prepare for 1.22.1 release

Signed-off-by: Gregor Jasny <email address hidden>

53a7257... by Gregor Jasny

m4: Update ax_pthread to latest

(cherry picked from commit 2549897336e8af49977f19aa5888d12d9269cbed)
Signed-off-by: Gregor Jasny <email address hidden>

939155b... by Gregor Jasny

bootstrap.sh: Replace which with POSIX compliant command -v

This avoids a deprecation warning on Debian on /usr/bin/which.

(cherry picked from commit cd810530246856d7fb8e233ee4b9577544641970)
Signed-off-by: Gregor Jasny <email address hidden>

097839e... by Gregor Jasny

configure.ac: Add copy of gnulib visibility.m4

That file used to be part of gettext but as of 0.21 it is not,
anymore. The file has been copied from gnulib.

(cherry picked from commit bc91239d9552db774e83eb60db3680d439cd950b)
Signed-off-by: Gregor Jasny <email address hidden>

1eaf872... by Gregor Jasny

Prepare for 1.22.0 release

Signed-off-by: Gregor Jasny <email address hidden>