diff options
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> |