Age | Commit message (Expand) | Author |
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 |
2011-09-06 | libmediactl: get rid of memset via using calloc | Andy Shevchenko |
2011-09-06 | libmediactl: get the device name via udev | Andy Shevchenko |
2011-09-06 | libmediactl: split media_get_devname_sysfs from media_enum_entities | Andy Shevchenko |
2011-09-06 | libmediactl: restruct error path | Andy Shevchenko |
2011-09-06 | Don't perform AC_FUNC_MALLOC and AC_FUNC_REALLOC when cross-compiling | Laurent Pinchart |
2011-06-21 | Allow using autoconf 2.61+ | Michael Jones |
2011-06-21 | Add Y10, Y12 formats | Michael Jones |
2011-05-11 | Add missing 8-, 10- and 12-bit Bayer formats | Laurent Pinchart |
2011-04-12 | Reset file descriptor value after closing a subdev | Todor Tomov |
2011-04-08 | Update stored link flags correctly in media_setup_link() | Todor Tomov |
2011-04-08 | Update to the latest media kernel API | Laurent Pinchart |
2011-04-08 | Print all links in media_print_topology_text() | Todor Tomov |
2011-02-17 | Update to the latest media kernel API | Laurent Pinchart |
2011-02-17 | Rename libraries to descriptive names | Todor Tomov |
2011-02-17 | Install header files to subdir | Todor Tomov |
2011-02-17 | Update flags in twin link in media_setup_link() | Todor Tomov |
2011-02-17 | Use local variable to access link's flags in media_enum_links() | Todor Tomov |
2011-02-17 | Update .gitignore | Todor Tomov |
2011-02-07 | Use pkg-config | Todor Tomov |
2011-02-07 | Create debian packages | Todor Tomov |
2011-02-07 | Build libmedia and libsubdev | Todor Tomov |
2011-02-07 | Use autotools | Todor Tomov |
2011-02-07 | Add v4l2_subdev_get_frame_interval() | Todor Tomov |
2011-02-07 | Add doxygen comments | Todor Tomov |
2011-02-07 | Shorten media structures names | Todor Tomov |
2011-02-07 | Add padding to media structures | Todor Tomov |
2011-02-07 | Add v4l2_subdev_open() and v4l2_subdev_close() to subdev.h | Todor Tomov |
2011-02-07 | Add inbound links support | Todor Tomov |
2011-02-07 | Modify media_entity_remote_pad() to return source pad only | Todor Tomov |
2011-02-07 | Move printing functions to main.c | Todor Tomov |
2011-02-07 | Add media_entity_type() to media.h and make it inline. | Todor Tomov |
2011-01-24 | Fix printf typos | Michael Jones |
2011-01-23 | media-ctl: subdev: add Y8 format. | Martin Hostettler |
2011-01-19 | main.c: allow spaces in format definition | Todor Tomov |
2011-01-04 | media.c: fix NULL pointer dereference in media_enum_links() | Todor Tomov |
2011-01-04 | media.c: fix array overrun in media_entity_subtype_to_string() | Todor Tomov |
2010-12-21 | Use installed kernel headers instead of in-tree headers | Laurent Pinchart |
2010-10-21 | Update to the latest media kernel API | Laurent Pinchart |
2010-10-20 | Print subdev device node names in dot diagrams | Laurent Pinchart |
2010-09-28 | main.c: Fix crop rectangle printing format | Todor Tomov |
2010-08-20 | Use sysfs to locate devices nodes | Laurent Pinchart |
2010-08-16 | Make format setting optional for -f option | Todor Tomov |
2010-08-16 | Change crop rectangle format from L,T/WxH to (L,T)/WxH | Todor Tomov |
2010-08-11 | Add a --get-format option | Laurent Pinchart |
2010-08-01 | Configure cropping on output pads before setting the format | Laurent Pinchart |
2010-07-30 | Be able to add more CFLAGS | Sergio Aguirre |
2010-07-30 | Create initial .gitignore file | Sergio Aguirre |
2010-07-02 | Print video device node names in dot diagrams | Laurent Pinchart |