RFCArrow
RFCArrow
**Describe the bug** It seems that when using the `AMF_VIDEO_ENCODER_AV1_ALIGNMENT_MODE` set to `AMF_VIDEO_ENCODER_AV1_ALIGNMENT_MODE_NO_RESTRICTIONS`, the video is extended by adding rows/columns of black pixels to fit into a whole number of...
**Describe the bug** The AMF AV1 encoder accepts `0` as a valid value for QIndex, but then encodes a bitstream which cannot be correctly decoded. **To Reproduce** Steps to reproduce...
**Describe the bug** The encoder does not return frames when the encoder `USAGE` is configured to `HIGH_QUALITY` and the `RateControlMethod` is configured to `VBR` for the DX9 and Vulkan `ENGINE`s....
**Describe the bug** When encoding a video while `MOTION_HALF_PIXEL` is set to `false`, if `MOTION_QUARTERPIXEL` is default a crash occurs. This effect has been replicated on both Linux/Vulkan and Windows/DX11....
**Describe the bug** On input resolutions where a conformance window (frame cropping) must be applied, the decoder does not function correctly unless an `AVCDecoderConfigurationRecord` is supplied in the `AMF_VIDEO_DECODER_EXTRADATA` property....
**Describe the bug** `data->GetProperty(AMF_VIDEO_ENCODER_RECONSTRUCTED_PICTURE, &recon)` always returns `AMF_NOT_FOUND`. I initially found this issue in my own code, but discovered this can also be observed by building and running the `SimpleFrameInjection`...