lp://staging/~mariusko/media-ctl/ubuntu
Unofficial Ubuntu hacking of the upstream Debian packaging.
- Get this branch:
- bzr branch lp://staging/~mariusko/media-ctl/ubuntu
Branch merges
Branch information
Recent revisions
- 86. By Laurent Pinchart
-
media: Fix valgrind warnings
valgrind has no way to know that the kernel will fill links and pads
arrays passed to an ioctl through __user pointers. Allocate the arrays
with calloc() to make sure they get initialized. This also fixes the
potential integer overflow.Signed-off-by: Laurent Pinchart <email address hidden>
Acked-by: Sakari Ailus <email address hidden> - 85. By Gary Thomas
-
media-ctl: Fix build error with newer autotools
Rename configure.in to be configure.ac - required for newer
versions of autotools (older versions silently handled
this, now it's an error)Signed-off-by: Gary Thomas <email address hidden>
Signed-off-by: Laurent Pinchart <email address hidden> - 84. By Stefan Herbrechtsmeier <email address hidden>
-
fix for automake-1.12
This patch fixes following kind of issues with automake 1.12
| automake: warnings are treated as errors
...
| warning: 'libmediactl.la': linking libtool libraries using a non-POSIX
| ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.in'
| warning: 'libv4l2subdev.la': linking libtool libraries using a non-POSIX
| ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.in'
...
| src/Makefile.am:10: warning: compiling 'main.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.in'Signed-off-by: Stefan Herbrechtsmeier <email address hidden>
- 83. By Laurent Pinchart
-
Add a copy of V4L2 kernel headers
To make compilation possible on older (< v3.6) kernels, include a
private copy of the V4L2 headers. API availability is checked and
handled at runtime.Signed-off-by: Laurent Pinchart <email address hidden>
- 82. By Sakari Ailus <email address hidden>
-
Replace V4L2 subdev selection targets with the V4L2 ones
V4L2 selection targets will replace V4L2 subdev selection targets in the
near future. As the targets are guaranteed to be the same and the chance is
anticipated very soon, replace the subdev targets with more future-proof
V4L2 targets.Signed-off-by: Sakari Ailus <email address hidden>
Signed-off-by: Laurent Pinchart <email address hidden> - 81. By Sakari Ailus <email address hidden>
-
Drop _ACTUAL from selection target names
Signed-off-by: Sakari Ailus <email address hidden>
Signed-off-by: Laurent Pinchart <email address hidden> - 80. By Sakari Ailus <email address hidden>
-
media-ctl: Compose print fixes
The compose rectangles were printed incorrectly in my recent patch "Compose
rectangle support for libv4l2subdev" without parenthesis. Fix this.Signed-off-by: Sakari Ailus <email address hidden>
Signed-off-by: Laurent Pinchart <email address hidden> - 79. By Sakari Ailus <email address hidden>
-
Compose rectangle support for libv4l2subdev
Signed-off-by: Sakari Ailus <email address hidden>
Signed-off-by: Laurent Pinchart <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~mariusko/media-ctl/master