summaryrefslogtreecommitdiff
path: root/src/mediactl.c
AgeCommit message (Expand)Author
2014-05-30Fix uninitialized pointer dereference in media_device_add_entityLaurent Pinchart
2014-05-30Return NULL for default entity types in media_get_default_entityLaurent Pinchart
2014-05-30Remove unused variablesLaurent Pinchart
2014-03-10Add support for emulated devicesLaurent Pinchart
2014-03-10Expose default devicesLaurent Pinchart
2014-03-10Make the media_entity structure privateLaurent Pinchart
2014-03-10Make the media_device structure privateLaurent Pinchart
2014-03-10Split media_device creation and openingLaurent Pinchart
2014-03-10Read errno before media_dbg callsLaurent Pinchart
2013-09-26Print v4l parser position on errorLaurent Pinchart
2013-08-22Support both " and ' as string delimiters when parsing the command lineLaurent Pinchart
2013-06-10Print parser position on errorSascha Hauer
2013-06-10Print more detailed parse error messagesSascha Hauer
2013-03-25Add missing stdlib.h and ctype.h includesAndreas Bombe
2013-03-25Sort headers alphabeticallyLaurent Pinchart
2012-11-15media: Fix valgrind warningsLaurent Pinchart
2012-05-05libmediactl: Implement MEDIA_ENT_ID_FLAG_NEXT in media_get_entity_by_id()Sakari Ailus
2012-04-29Compare name length to avoid false positives in media_get_entity_by_nameSergio Aguirre
2011-10-14Print media device information when called with -p/--printLaurent Pinchart
2011-10-10Switch to the LGPLv2.1+ licenseLaurent Pinchart
2011-10-08Remove extra verbositySakari Ailus
2011-10-08Add debugging handlerSakari Ailus
2011-10-08Add link to media_device from the media_entitySakari Ailus
2011-10-08libv4l2subdev and libmediactl are not test programsSakari Ailus
2011-10-08Move link parsing from main.c to media.c, making it part of libmediactlSakari Ailus
2011-10-08Rename files to match the names of the librariesSakari Ailus