Masa-tam

Results 6 issues of Masa-tam

When the following code is compiled: ``` __kernel void castErr(__global uchar *pOut) { __global float4* pTmp = (__global float4*) pOut; pTmp->w = 0; } ``` `UNREACHABLE execute at D:\src\clspv\lib\ReplacePointerBitcastPass.cpp:867!` It...

- OS: Windows 10 21H2 - Driver Version 22.3.1/22.4.1 - GPU RX 5500 XT / RX 6600 - Which component has the issue Encoder capability Attached is the text obtained...

bug

**Describe the bug** When initialized with D3D11, the RX 6500 XT fails to create an encoder component, but when initialized with D3D9, the RX 6500XT returns an encoder component and...

bug

**Describe the bug** When `AMF_VIDEO_ENCODER_HEVC_CAP_PRE_ANALYSIS` is queried from `AMFVideoEncoder_HEVC` component to the GetCaps object, TRUE is returned. `AMF_VIDEO_ENCODER_HEVC_PRE_ANALYSIS_ENABLE` operation on the `AMFVideoEncoder_HEVC` component returns `AMF_INVALID_ARG`. **To Reproduce** Steps to reproduce...

bug

**Describe the bug** Access violations occur in certain AV1 streams **To Reproduce** Steps to reproduce the behavior: 1. Change SimpleDecoder.exe to be able to decode IVF/AV1 2. Crash when decoding...

bug
fixed-in-future-release

[data.zip](https://github.com/user-attachments/files/19207267/data.zip) The decoder does not accept broken streams. Attached is a Picture Timing SEI corrupted with a binary editor and its original. The corrupted one fails to decode. AMF cannot...

feature request