index
:
media-ctl.git
field
master
Media controller control application
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mediactl.c
Age
Commit message (
Expand
)
Author
2014-05-30
Fix uninitialized pointer dereference in media_device_add_entity
Laurent Pinchart
2014-05-30
Return NULL for default entity types in media_get_default_entity
Laurent Pinchart
2014-05-30
Remove unused variables
Laurent Pinchart
2014-03-10
Add support for emulated devices
Laurent Pinchart
2014-03-10
Expose default devices
Laurent Pinchart
2014-03-10
Make the media_entity structure private
Laurent Pinchart
2014-03-10
Make the media_device structure private
Laurent Pinchart
2014-03-10
Split media_device creation and opening
Laurent Pinchart
2014-03-10
Read errno before media_dbg calls
Laurent Pinchart
2013-09-26
Print v4l parser position on error
Laurent Pinchart
2013-08-22
Support both " and ' as string delimiters when parsing the command line
Laurent Pinchart
2013-06-10
Print parser position on error
Sascha Hauer
2013-06-10
Print more detailed parse error messages
Sascha Hauer
2013-03-25
Add missing stdlib.h and ctype.h includes
Andreas Bombe
2013-03-25
Sort headers alphabetically
Laurent Pinchart
2012-11-15
media: Fix valgrind warnings
Laurent Pinchart
2012-05-05
libmediactl: Implement MEDIA_ENT_ID_FLAG_NEXT in media_get_entity_by_id()
Sakari Ailus
2012-04-29
Compare name length to avoid false positives in media_get_entity_by_name
Sergio Aguirre
2011-10-14
Print media device information when called with -p/--print
Laurent Pinchart
2011-10-10
Switch to the LGPLv2.1+ license
Laurent Pinchart
2011-10-08
Remove extra verbosity
Sakari Ailus
2011-10-08
Add debugging handler
Sakari Ailus
2011-10-08
Add link to media_device from the media_entity
Sakari Ailus
2011-10-08
libv4l2subdev and libmediactl are not test programs
Sakari Ailus
2011-10-08
Move link parsing from main.c to media.c, making it part of libmediactl
Sakari Ailus
2011-10-08
Rename files to match the names of the libraries
Sakari Ailus