media-ctl.git
2012-07-17 Sakari AilusDrop _ACTUAL from selection target names
2012-05-28 Sakari Ailusmedia-ctl: Compose print fixes
2012-05-25 Sakari AilusCompose rectangle support for libv4l2subdev
2012-05-25 Sakari AilusNew, more flexible syntax for format
2012-05-25 Laurent Pinchartoptions: Remove unnecessary commas from EBNF syntax
2012-05-05 Sakari Ailuslibmediactl: Implement MEDIA_ENT_ID_FLAG_NEXT in media_...
2012-05-05 Sakari AilusSupport selections API for crop
2012-04-29 Sergio AguirreCompare name length to avoid false positives in media_g...
2012-04-09 Sergio AguirreAdd support for YUV420 formats
2011-10-22 Sakari AilusSeveral printout fixes.
2011-10-14 Laurent PinchartPrint media device information when called with -p...
2011-10-10 Laurent PinchartSwitch to the LGPLv2.1+ license
2011-10-08 Gary ThomasAdditional formats used by BT-656 sensors
2011-10-08 Sakari AilusRemove extra verbosity
2011-10-08 Sakari AilusAdd debugging handler
2011-10-08 Sakari AilusAdd link to media_device from the media_entity
2011-10-08 Sakari Ailuslibv4l2subdev and libmediactl are not test programs
2011-10-08 Sakari AilusMove V4L2 subdev format parsing from main.c to subdev.c
2011-10-08 Sakari AilusMove link parsing from main.c to media.c, making it...
2011-10-08 Sakari AilusRename files to match the names of the libraries
2011-09-06 Andy Shevchenkolibmediactl: get rid of memset via using calloc
2011-09-06 Andy Shevchenkolibmediactl: get the device name via udev
2011-09-06 Andy Shevchenkolibmediactl: split media_get_devname_sysfs from media_e...
2011-09-06 Andy Shevchenkolibmediactl: restruct error path
2011-09-06 Laurent PinchartDon't perform AC_FUNC_MALLOC and AC_FUNC_REALLOC when...
2011-06-21 Michael JonesAllow using autoconf 2.61+
2011-06-21 Michael JonesAdd Y10, Y12 formats
2011-05-11 Laurent PinchartAdd missing 8-, 10- and 12-bit Bayer formats
2011-04-12 Todor TomovReset file descriptor value after closing a subdev
2011-04-08 Todor TomovUpdate stored link flags correctly in media_setup_link()
2011-04-08 Laurent PinchartUpdate to the latest media kernel API
2011-04-08 Todor TomovPrint all links in media_print_topology_text()
2011-02-17 Laurent PinchartUpdate to the latest media kernel API
2011-02-17 Todor TomovRename libraries to descriptive names
2011-02-17 Todor TomovInstall header files to subdir
2011-02-17 Todor TomovUpdate flags in twin link in media_setup_link()
2011-02-17 Todor TomovUse local variable to access link's flags in media_enum...
2011-02-17 Todor TomovUpdate .gitignore
2011-02-07 Todor TomovUse pkg-config
2011-02-07 Todor TomovCreate debian packages
2011-02-07 Todor TomovBuild libmedia and libsubdev
2011-02-07 Todor TomovUse autotools
2011-02-07 Todor TomovAdd v4l2_subdev_get_frame_interval()
2011-02-07 Todor TomovAdd doxygen comments
2011-02-07 Todor TomovShorten media structures names
2011-02-07 Todor TomovAdd padding to media structures
2011-02-07 Todor TomovAdd v4l2_subdev_open() and v4l2_subdev_close() to subdev.h
2011-02-07 Todor TomovAdd inbound links support
2011-02-07 Todor TomovModify media_entity_remote_pad() to return source pad...
2011-02-07 Todor TomovMove printing functions to main.c
2011-02-07 Todor TomovAdd media_entity_type() to media.h and make it inline.
2011-01-23 Michael JonesFix printf typos
2011-01-23 Martin Hostettlermedia-ctl: subdev: add Y8 format.
2011-01-19 Todor Tomovmain.c: allow spaces in format definition
2011-01-04 Todor Tomovmedia.c: fix NULL pointer dereference in media_enum_links()
2011-01-04 Todor Tomovmedia.c: fix array overrun in media_entity_subtype_to_s...
2010-12-21 Laurent PinchartUse installed kernel headers instead of in-tree headers
2010-10-21 Laurent PinchartUpdate to the latest media kernel API
2010-10-20 Laurent PinchartPrint subdev device node names in dot diagrams
2010-09-28 Todor Tomovmain.c: Fix crop rectangle printing format
2010-08-20 Laurent PinchartUse sysfs to locate devices nodes
2010-08-16 Todor TomovMake format setting optional for -f option
2010-08-16 Todor TomovChange crop rectangle format from L,T/WxH to (L,T)/WxH
2010-08-11 Laurent PinchartAdd a --get-format option
2010-08-01 Laurent PinchartConfigure cropping on output pads before setting the...
2010-07-30 Sergio AguirreBe able to add more CFLAGS
2010-07-30 Sergio AguirreCreate initial .gitignore file
2010-07-02 Laurent PinchartPrint video device node names in dot diagrams
2010-07-01 Todor Tomovmain.c: fix spaces check in parse_pad()
2010-07-01 Laurent PinchartPrint crop rectangle when printing the topology
2010-07-01 Todor TomovV4L2 subdev frame interval support
2010-06-29 Laurent PinchartV4L2 subdev crop support
2010-06-14 Laurent PinchartEnumerate entities using MEDIA_ENTITY_ID_FLAG_NEXT
2010-06-08 Laurent Pinchartstrerror takes a non-negative integer
2010-06-03 Laurent PinchartDon't exit with an error when called with -h
2010-06-02 Laurent PinchartPrint active formats when printing device topology
2010-05-21 Laurent PinchartAdd --print-dot option to print topology as a dot graph
2010-05-20 Laurent PinchartDon't set formats on remote pads if the remote entity...
2010-05-19 Laurent PinchartZero structures before filling them
2010-05-19 Laurent PinchartReturn -errno in functions returning a negative error...
2010-05-18 Laurent PinchartInitial import