[FFmpeg-devel] [PATCH 2/2] avcodec/videotoolbox: av1 decoding not copying the sequence header obu into the bitstream

2024-05-06 Thread Черненко Руслан
Signed-off-by: Chernenko Ruslan --- libavcodec/videotoolbox_av1.c | 102 -- 1 file changed, 72 insertions(+), 30 deletions(-) diff --git a/libavcodec/videotoolbox_av1.c b/libavcodec/videotoolbox_av1.c index 7f7270c466..736f2548db 100644 --- a/libavcodec/videotool

[FFmpeg-devel] [PATCH 1/2] WIP avcodec/videotoolbox: add AV1 hardware acceleration

2024-05-06 Thread Черненко Руслан
This patch adds support for hw accelerated AV1 decoding on new Apple Silicon M3 CPUs. It's registered on the trac [1] The first patch is the patch I used to proceed working on this feature from Jan Ekström . I took his commit from his branch on github [2]. This is my first patch into ffmpeg. [