From 92c93e32c6660ff3e40a6a93daba57bc15274ca3 Mon Sep 17 00:00:00 2001 From: Andy Walls Date: Sat, 14 Mar 2009 15:55:11 -0400 Subject: v4l2-spec: Added data formats used for Sliced VBI data in MPEG streams From: Andy Walls Document existing data formats used for inserting sliced VBI data into MPEG streams. V4L2_CID_MPEG_STREAM_VBI_FMT's V4L2_MPEG_STREAM_VBI_FMT_NONE & V4L2_MPEG_STREAM_VBI_FMT_IVTV data were already existing and implemented, but not documented in the V4L2 spec. Priority: normal Signed-off-by: Andy Walls --- v4l2-spec/v4l2.sgml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'v4l2-spec/v4l2.sgml') diff --git a/v4l2-spec/v4l2.sgml b/v4l2-spec/v4l2.sgml index 9f43b6d1e..a6cbae2bf 100644 --- a/v4l2-spec/v4l2.sgml +++ b/v4l2-spec/v4l2.sgml @@ -77,6 +77,19 @@ API. Designed and documented the VIDIOC_ENUM_FRAMESIZES and VIDIOC_ENUM_FRAMEINTERVALS ioctls. + + + Andy + Walls + Documented the fielded V4L2_MPEG_STREAM_VBI_FMT_IVTV +MPEG stream embedded, sliced VBI data format in this specification. + + +
+ awalls@radix.net +
+
+
@@ -92,12 +105,12 @@ and VIDIOC_ENUM_FRAMEINTERVALS ioctls. 2008 2009 Bill Dirks, Michael H. Schimek, Hans Verkuil, Martin -Rubli +Rubli, Andy Walls This document is copyrighted © 1999-2009 by Bill -Dirks, Michael H. Schimek, Hans Verkuil and Martin Rubli. +Dirks, Michael H. Schimek, Hans Verkuil, Martin Rubli, and Andy Walls. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, -- cgit v1.2.3 From 14631b849c940b3898615f8861812f3522707815 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 2 May 2009 17:13:07 +0200 Subject: v4l2-spec: fix V4L2_TUNER_MODE_STEREO doc. From: Hans Verkuil Increased version number and fix V4L2_TUNER_MODE_STEREO documentation. Priority: normal Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- v4l2-spec/v4l2.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v4l2-spec/v4l2.sgml') diff --git a/v4l2-spec/v4l2.sgml b/v4l2-spec/v4l2.sgml index a6cbae2bf..470793d29 100644 --- a/v4l2-spec/v4l2.sgml +++ b/v4l2-spec/v4l2.sgml @@ -25,7 +25,7 @@ Video for Linux Two API Specification - Revision 0.25 + Revision 0.26 -- cgit v1.2.3