Re: [FFmpeg-devel] [PATCH v2] ffv1dec: add support for hwaccels

2025-01-05 Thread Lynne
On 06/01/2025 12:29, Michael Niedermayer wrote: Hi On Sun, Jan 05, 2025 at 06:00:23PM +0900, Lynne wrote: This commit adds support for hardware accelerated decoding to the decoder. The previous commits already refactored the decoder, this commit simply adds calls to hooks to decode. --- lib

Re: [FFmpeg-devel] [PATCH v2] ffv1dec: add support for hwaccels

2025-01-05 Thread Michael Niedermayer
Hi On Sun, Jan 05, 2025 at 06:00:23PM +0900, Lynne wrote: > This commit adds support for hardware accelerated decoding to > the decoder. > The previous commits already refactored the decoder, this commit > simply adds calls to hooks to decode. > --- > libavcodec/ffv1.h| 1 + > libavcodec/ffv