diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-18 15:34:58 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-18 15:34:58 +0100 |
commit | 9327599598e6bb9e43b931ac45140d39cc5e1b77 (patch) | |
tree | f72aeea32b800bbdf351e009818b955986fb5c0c /v4l2-spec/compat.sgml | |
parent | e016b05dd24313a8112f2f49cf65da594e0f00eb (diff) | |
download | mediapointer-dvb-s2-9327599598e6bb9e43b931ac45140d39cc5e1b77.tar.gz mediapointer-dvb-s2-9327599598e6bb9e43b931ac45140d39cc5e1b77.tar.bz2 |
v4l2-spec: add pixformats and bump spec version number
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l2-spec/compat.sgml')
-rw-r--r-- | v4l2-spec/compat.sgml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/v4l2-spec/compat.sgml b/v4l2-spec/compat.sgml index ae480d5b2..851ab19fb 100644 --- a/v4l2-spec/compat.sgml +++ b/v4l2-spec/compat.sgml @@ -2204,12 +2204,34 @@ interface in Linux 2.6.18, where finally removed from the </section> <section> + <title>V4L2 in Linux 2.6.26</title> + <orderedlist> + <listitem> + <para>The pixel formats +<constant>V4L2_PIX_FMT_Y16</constant> and +<constant>V4L2_PIX_FMT_SBGGR16</constant> were added.</para> + </listitem> + </orderedlist> + </section> + + <section> <title>V4L2 in Linux 2.6.27</title> <orderedlist> <listitem> <para>The &VIDIOC-S-HW-FREQ-SEEK; ioctl and the <constant>V4L2_CAP_HW_FREQ_SEEK</constant> capability were added.</para> </listitem> + <listitem> + <para>The pixel formats +<constant>V4L2_PIX_FMT_YVYU</constant>, +<constant>V4L2_PIX_FMT_PCA501</constant>, +<constant>V4L2_PIX_FMT_PCA505</constant>, +<constant>V4L2_PIX_FMT_PCA508</constant>, +<constant>V4L2_PIX_FMT_PCA561</constant>, +<constant>V4L2_PIX_FMT_SGBRG8</constant>, +<constant>V4L2_PIX_FMT_PAC207</constant> and +<constant>V4L2_PIX_FMT_PJPG</constant>were added.</para> + </listitem> </orderedlist> </section> @@ -2220,6 +2242,11 @@ interface in Linux 2.6.18, where finally removed from the <para>Added <constant>V4L2_MPEG_AUDIO_ENCODING_AAC</constant> and <constant>V4L2_MPEG_AUDIO_ENCODING_AC3</constant> MPEG audio encodings.</para> </listitem> + <listitem> + <para>The pixel formats +<constant>V4L2_PIX_FMT_SGRBG10</constant> and +<constant>V4L2_PIX_FMT_SGRBG10DPCM8</constant>were added.</para> + </listitem> </orderedlist> </section> @@ -2231,6 +2258,12 @@ interface in Linux 2.6.18, where finally removed from the to <constant>VIDIOC_G_CHIP_IDENT_OLD</constant> and &VIDIOC-DBG-G-CHIP-IDENT; was introduced in its place.</para> </listitem> + <listitem> + <para>The pixel formats +<constant>V4L2_PIX_FMT_VYUY</constant>, +<constant>V4L2_PIX_FMT_NV16</constant> and +<constant>V4L2_PIX_FMT_NV61</constant>were added.</para> + </listitem> </orderedlist> </section> </section> |