summaryrefslogtreecommitdiff
path: root/yavta.c
AgeCommit message (Expand)Author
2024-03-24Add YUVA32 and YUVX32 4:4:4 packed pixel formats supportHEADmasterLaurent Pinchart
2022-03-28Return an error status when capture failsLaurent Pinchart
2022-03-07Add support for 32-bit packed YUV 4:4:4 pixel formatsLaurent Pinchart
2022-02-25yavta: Add support for YUV32 pixel formatJacopo Mondi
2021-05-22yavta: Fix usage documentation for --field optionNiklas Söderlund
2021-03-05yavta: Add 16-bit Bayer formatsLaurent Pinchart
2019-02-22Remove unnecessary semicolonsLaurent Pinchart
2019-02-20Fix control array parsingLaurent Pinchart
2019-02-20Print numerical control type for unsupported typesLaurent Pinchart
2019-02-20Fix emulation of old API for string controlsLaurent Pinchart
2019-02-20Add optional frame count argument to pause parameterLaurent Pinchart
2019-02-20Remove unneeded conditional compilation for old V4L2 API versionsLaurent Pinchart
2019-02-20Support setting control from values stored in a fileLaurent Pinchart
2019-02-20Add support to reset device controlsKieran Bingham
2019-02-20Implement compound control set supportLaurent Pinchart
2019-02-20Implement compound control get supportLaurent Pinchart
2019-02-20Implement VIDIOC_QUERY_EXT_CTRL supportLaurent Pinchart
2019-02-20yavta: Refactor video_list_controls()Laurent Pinchart
2019-02-17Zero dev in main()Sakari Ailus
2019-01-08Add meta-data output supportRajmohan Mani
2018-11-18Add support for IPU3 raw 10-bit Bayer packed formatsJacopo Mondi
2017-08-24Add meta-data capture supportLaurent Pinchart
2016-10-24Add YVU 3-planar formats supportLaurent Pinchart
2016-10-24Add HSV24 and HSV32 formats supportLaurent Pinchart
2016-06-18Fix handling of last buffers before end of captureLaurent Pinchart
2016-06-16Add YUV422M and YUV444M supportLaurent Pinchart
2016-05-13Print driver name when querying capabilitiesLaurent Pinchart
2015-12-14Return proper error code if STREAMON failsTuukka Toivonen
2015-12-12Print the number of frames and bytes captured when the interval is nullLaurent Pinchart
2015-10-16List supported formats with -f helpSakari Ailus
2015-05-05Zero the planes array before queuing buffersLaurent Pinchart
2015-03-20yavta: Fix printing of device capabilitiesLaurent Pinchart
2015-02-26Prints bytes used for all planesLaurent Pinchart
2015-01-07Fix data offset config option parsingSakari Ailus
2015-01-07Rename buffer prefix as data prefixSakari Ailus
2015-01-02yavta: Add support for 10-bit packed raw bayer formatsSakari Ailus
2014-12-15yavta: Implement data_offset support for multi plane buffersSakari Ailus
2014-12-15yavta: Set plane size for mplane buffers in qbufSakari Ailus
2014-10-26yavta: Add --queue-late option for delay queueing buffers over streaming startSakari Ailus
2014-10-01Add support for premultiplied formatsLaurent Pinchart
2014-10-01Add --buffer-size argumentLaurent Pinchart
2014-10-01Add support for missing RGB formatsLaurent Pinchart
2014-06-25Add support for printing string controlsLaurent Pinchart
2014-05-24Add log status supportLaurent Pinchart
2014-05-24Add support for interlaced formatsLaurent Pinchart
2014-04-16Set timestamp for output buffers if the timestamp type is copySakari Ailus
2014-04-16Support copy timestampsSakari Ailus
2014-04-16Shorten dequeued buffer info printSakari Ailus
2014-04-16Print timestamp type and source for dequeued buffersSakari Ailus
2014-04-16Timestamp source for output buffersSakari Ailus