lp://staging/~mariusko/media-ctl/master
- Get this branch:
- bzr branch lp://staging/~mariusko/media-ctl/master
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.ideasonboard.org/media-ctl.git.
Last successful import was .
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 atgit://
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)