• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (c) 2018-2021 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_EXT_video_decode_h264.txt[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2021-03-29
11*IP Status*::
12    No known IP claims.
13*Contributors*::
14  - Chunbo Chen, Intel
15  - HoHin Lau, AMD
16  - Jake Beju, AMD
17  - Peter Fang, AMD
18  - Ping Liu, Intel
19  - Srinath Kumarapuram, NVIDIA
20  - Tony Zlatinski, NVIDIA
21
22include::{generated}/interfaces/VK_EXT_video_decode_h264.txt[]
23
24=== Version History
25
26  * Revision 1, 2018-6-11 (Peter Fang)
27    - Initial draft
28  * Revision 2, March 29 2021 (Tony Zlatinski)
29    - Spec and API Updates
30  * Revision 3, August 1 2021 (Srinath Kumarapuram)
31    - Rename `VkVideoDecodeH264FieldLayoutFlagsEXT` to
32      `VkVideoDecodeH264PictureLayoutFlagsEXT`,
33      `VkVideoDecodeH264FieldLayoutFlagBitsEXT` to
34      `VkVideoDecodeH264PictureLayoutFlagBitsEXT` (along with the names of
35      enumerants it defines), and `VkVideoDecodeH264ProfileEXT.fieldLayout`
36      to `VkVideoDecodeH264ProfileEXT.pictureLayout`, following Vulkan
37      naming conventions.
38