Fix GetBitsYCbCr for HEVC VideoSurfacesDiagnose and fix the remaining HEVC conformance failures (shows up in both ffmpeg and nvidia reference player)- Make H.264 high444p decoding usable (Decoder exists but there is no 444 video surface support - only 420)
Expose VP9 decoder- HEVC Main10 within existing 8bit code path
- Full 10bit code path
- Expose VP8 and JPEG decoders (for completeness)
- Make GL_VDPAU_interop available when using OpenGL through EGL
- VDPAU interop story when not using X11 (eg: Wayland. Pure EGL interop?)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vo/gpu-next/vulkan/libplacebo] vk Validation Error: [ VUID-VkImageCreateInfo-imageCreateMaxMipLevels-02251 ] Object 0: handle = 0x7fca207f6ec0, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0xbebcae79 | vkCreateImage(): Format VK_FORMAT_R16_UNORM is not supported for this combination of parameters and VkGetPhysicalDeviceImageFormatProperties returned back VK_ERROR_FORMAT_NOT_SUPPORTED. The Vulkan spec states: Each of the following values (as described in Image Creation Limits) must not be undefined : imageCreateMaxMipLevels, imageCreateMaxArrayLayers, imageCreateMaxExtent, and imageCreateSampleCounts (https://vulkan.lunarg.com/doc/view/1.3.204.1/linux/1.3-extensions/vkspec.html#VUID-VkImageCreateInfo-imageCreateMaxMipLevels-02251) | |
[vo/gpu-next/vulkan/libplacebo] using VkDevice: anon (0x7fca207f6ec0) | |
[vo/gpu-next/vulkan/libplacebo] Backtrace: | |
[vo/gpu-next/vulkan/libplacebo] #0 0x00007fca70bfbcda in vk_dbg_utils_cb+0x2cc at /mnt/ssd/usr/lib/libplacebo.so.200+0x73cda | |
[vo/gpu-next/vulkan/libplacebo] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spatial references: | |
prefs3 | |
prefs | |
x | |
mrefs | |
mrefs3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[bench] | |
audio=no | |
untimed=yes | |
video-sync=display-desync | |
vulkan-swap-mode=immediate | |
opengl-swapinterval=0 | |
osd-msg1="FPS: ${estimated-display-fps}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error applying plan: | |
12 error(s) occurred: | |
* module.networking.aws_subnet.public_subnet[0]: 1 error(s) occurred: | |
* aws_subnet.public_subnet.0: InvalidSubnetCidrBlockAssociationId.Malformed: The subnet CIDR block with association ID is malformed | |
status code: 400, request id: b8b183e2-8806-4580-8081-8406fa8e6cd9 | |
* module.networking.aws_subnet.restricted_subnet[1]: 1 error(s) occurred: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.networking.aws_route.public_igw_route: Creating... | |
destination_cidr_block: "" => "0.0.0.0/0" | |
destination_prefix_list_id: "" => "<computed>" | |
egress_only_gateway_id: "" => "<computed>" | |
gateway_id: "" => "igw-17625a72" | |
instance_id: "" => "<computed>" | |
instance_owner_id: "" => "<computed>" | |
nat_gateway_id: "" => "<computed>" | |
network_interface_id: "" => "<computed>" | |
origin: "" => "<computed>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017/03/21 09:25:45 [INFO] Terraform version: 0.9.1 7c25ef851bd26f720e749983597b36b17061e3ca | |
2017/03/21 09:25:45 [INFO] Go runtime version: go1.8 | |
2017/03/21 09:25:45 [INFO] CLI args: []string{"/home/philipl/.local/bin/terraform", "internal-plugin", "provider", "archive"} | |
2017/03/21 09:25:45 [DEBUG] Detected home directory from env var: /home/philipl | |
2017/03/21 09:25:45 [DEBUG] Detected home directory from env var: /home/philipl | |
2017/03/21 09:25:45 [DEBUG] Attempting to open CLI config file: /home/philipl/.terraformrc | |
2017/03/21 09:25:45 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/03/21 09:25:45 [INFO] CLI command args: []string{"internal-plugin", "provider", "archive"} | |
archive-provider (internal) 2017/03/21 09:25:45 [INFO] Starting provider plugin archive | |
archive-provider (internal) 2017/03/21 09:25:45 [DEBUG] Detected home directory from env var: /home/philipl |