Linux Media Controller development
 help / color / mirror / Atom feed
* [yavta PATCH v3 00/11] Timestamp source and mem-to-mem device support
@ 2014-04-12 13:23 Sakari Ailus
  2014-04-12 13:23 ` [yavta PATCH v3 01/11] Separate device object initialisation and opening Sakari Ailus
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Sakari Ailus @ 2014-04-12 13:23 UTC (permalink / raw)
  To: linux-media; +Cc: laurent.pinchart

Hi,

This is the third version of the timestamp source and mem-to-mem device
support patchset.

Change since v2:

- struct device type remains enum v4l2_buf_type

- Added a struct which contains the 1:1 mapping between V4L2 buffer type,
  verbose textual representation of it (which already existed), and a
  command line option. A function for converting the former to the first is
  provided as well.

- struct device is no longer manipulated in main(), with the few exceptions
  that existed before the patchset. Instead, functions are provided to
  access it.

- -Q (--queue-type) has been replaced with -B (--buffer-type).

- Added a patch to shorten the timestamp type names.

- Added another patch to shorten the string printed for each dequeued
  buffer.

- Invalid buffer types are rejected now by yavta.

- Removed useless use of else.

-- 
Kind regards,
Sakari


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-04-16 18:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-12 13:23 [yavta PATCH v3 00/11] Timestamp source and mem-to-mem device support Sakari Ailus
2014-04-12 13:23 ` [yavta PATCH v3 01/11] Separate device object initialisation and opening Sakari Ailus
2014-04-12 13:23 ` [yavta PATCH v3 02/11] Provide functions for setting the buffer type and checking its validity Sakari Ailus
2014-04-12 13:23 ` [yavta PATCH v3 03/11] Separate querying capabilities and determining buffer queue type Sakari Ailus
2014-04-12 13:23 ` [yavta PATCH v3 04/11] Make struct for buffer type and name mapping usable elsewhere Sakari Ailus
2014-04-12 13:23 ` [yavta PATCH v3 05/11] Provide -B option for setting the buffer type Sakari Ailus
2014-04-12 13:23 ` [yavta PATCH v3 06/11] Allow passing file descriptors to yavta Sakari Ailus
2014-04-12 13:23 ` [yavta PATCH v3 07/11] Timestamp source for output buffers Sakari Ailus
2014-04-12 13:24 ` [yavta PATCH v3 08/11] Print timestamp type and source for dequeued buffers Sakari Ailus
2014-04-12 13:24 ` [yavta PATCH v3 09/11] Shorten dequeued buffer info print Sakari Ailus
2014-04-12 13:24 ` [yavta PATCH v3 10/11] Support copy timestamps Sakari Ailus
2014-04-12 13:24 ` [yavta PATCH v3 11/11] Set timestamp for output buffers if the timestamp type is copy Sakari Ailus
2014-04-16 18:21 ` [yavta PATCH v3 00/11] Timestamp source and mem-to-mem device support Laurent Pinchart
2014-04-16 18:23   ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox