summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-04Move media-ctl to git://linuxtv.org/v4l-utils.gitHEADmasterLaurent Pinchart
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-05-30Add ARGB32 and AYUV32 media bus codes supportLaurent 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-09-26Print more detailed v4l parse error messagesLaurent Pinchart
2013-08-22Support both " and ' as string delimiters when parsing the command lineLaurent Pinchart
2013-08-21options: don't imply -v when doing a -p.André Draszik
2013-06-10Print parser position on errorSascha Hauer
2013-06-10Print more detailed parse error messagesSascha Hauer
2013-03-25Fix linking of shared librariesAndreas Bombe
2013-03-25Add missing stdlib.h and ctype.h includesAndreas Bombe
2013-03-25configure.ac: Respect CPPFLAGS from environmentAndreas Bombe
2013-03-25Sort headers alphabeticallyLaurent Pinchart
2013-03-25Print media entity flags when printing device topologyLaurent Pinchart
2013-03-25Add documentation generation through DoxygenLaurent Pinchart
2012-11-15media: Fix valgrind warningsLaurent Pinchart
2012-09-26media-ctl: Fix build error with newer autotoolsGary Thomas
2012-07-31fix for automake-1.12Stefan Herbrechtsmeier
2012-07-18Add a copy of V4L2 kernel headersLaurent Pinchart
2012-07-18Replace V4L2 subdev selection targets with the V4L2 onesSakari Ailus
2012-07-18Drop _ACTUAL from selection target namesSakari Ailus
2012-05-28media-ctl: Compose print fixesSakari Ailus
2012-05-25Compose rectangle support for libv4l2subdevSakari Ailus
2012-05-25New, more flexible syntax for formatSakari Ailus
2012-05-25options: Remove unnecessary commas from EBNF syntaxLaurent Pinchart
2012-05-05libmediactl: Implement MEDIA_ENT_ID_FLAG_NEXT in media_get_entity_by_id()Sakari Ailus
2012-05-05Support selections API for cropSakari Ailus
2012-04-29Compare name length to avoid false positives in media_get_entity_by_nameSergio Aguirre
2012-04-09Add support for YUV420 formatsSergio Aguirre
2011-10-22Several printout fixes.Sakari Ailus
2011-10-14Print media device information when called with -p/--printLaurent Pinchart
2011-10-10Switch to the LGPLv2.1+ licenseLaurent Pinchart
2011-10-08Additional formats used by BT-656 sensorsGary Thomas
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 V4L2 subdev format parsing from main.c to subdev.cSakari 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
2011-09-06libmediactl: get rid of memset via using callocAndy Shevchenko
2011-09-06libmediactl: get the device name via udevAndy Shevchenko