lp:~mariusko/media-ctl/master

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

Branch merges

Related bugs

Related blueprints

Branch information

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

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.ideasonboard.org/media-ctl.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on izar and finished taking 2 minutes — see the log
Import started on alnitak and finished taking 10 seconds — see the log
Import started on izar and finished taking 10 seconds — see the log
Import started on izar and finished taking 10 seconds — see the log

Recent revisions

109. By Laurent Pinchart

Move media-ctl to git://linuxtv.org/v4l-utils.git

The media-ctl utility and libraries have been moved to the v4l-utils
package available at

 git://linuxtv.org/v4l-utils.git

My v4l-utils development tree can be found at

 git://linuxtv.org/pinchartl/v4l-utils.git

This git tree is deprecated and will not be updated.

Signed-off-by: Laurent Pinchart <email address hidden>

108. By Laurent Pinchart

Fix uninitialized pointer dereference in media_device_add_entity

When the entity being added has the default flag set, the function tries
to set the entity as the default entity for its type by storing the
entity pointer in the appropriate default entity field. If the entity
type isn't recognized, the default entity pointer is left uninitialized,
leading to a crash. Fix it.

Signed-off-by: Laurent Pinchart <email address hidden>

107. By Laurent Pinchart

Return NULL for default entity types in media_get_default_entity

Signed-off-by: Laurent Pinchart <email address hidden>

106. By Laurent Pinchart

Remove unused variables

The ret variable is declared but unused in two functions. Remove it.

Signed-off-by: Laurent Pinchart <email address hidden>

105. By Laurent Pinchart

Add ARGB32 and AYUV32 media bus codes support

Signed-off-by: Laurent Pinchart <email address hidden>

104. By Laurent Pinchart

Add support for emulated devices

Emulated media devices are backed by real hardware devices for the
functions they provide, but have no kernel media device counterpart.

Signed-off-by: Laurent Pinchart <email address hidden>
Acked-by: Hans Verkuil <email address hidden>
Acked-by: Sakari Ailus <email address hidden>

103. By Laurent Pinchart

Expose default devices

Signed-off-by: Laurent Pinchart <email address hidden>
Acked-by: Sakari Ailus <email address hidden>
Acked-by: Hans Verkuil <email address hidden>

102. By Laurent Pinchart

Make the media_entity structure private

Signed-off-by: Laurent Pinchart <email address hidden>
Acked-by: Hans Verkuil <email address hidden>
Acked-by: Sakari Ailus <email address hidden>

101. By Laurent Pinchart

Make the media_device structure private

Signed-off-by: Laurent Pinchart <email address hidden>
Acked-by: Hans Verkuil <email address hidden>
Acked-by: Sakari Ailus <email address hidden>

100. By Laurent Pinchart

Split media_device creation and opening

Make the media_device refcounted to manage its life time.

Signed-off-by: Laurent Pinchart <email address hidden>
Acked-by: Hans Verkuil <email address hidden>
Acked-by: Sakari Ailus <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.