lp:~mariusko/media-ctl/mkotsbak

Created by Marius B. Kotsbak and last modified
Get this branch:
bzr branch lp:~mariusko/media-ctl/mkotsbak

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Marius B. Kotsbak
Project:
media-ctl
Status:
Development

Import details

Import Status: Reviewed

This branch is an import of the HEAD branch of the Git repository at https://github.com/mkotsbak/media-ctl.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 5 seconds — see the log

Recent revisions

87. By Marius B. Kotsbak <email address hidden>

debian: update according to renames done in commit 9a5f1e0365265310545abdd43da7d28a44fd43a6.

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>

78. By Sakari Ailus <email address hidden>

New, more flexible syntax for format

More flexible and extensible syntax for format which allows better usage
of the selection API.

Continue supporting the old syntax but remove the documentation for it. It
was not supported in an official release and its use is thus deprecated.

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)
This branch contains Public information 
Everyone can see this information.