Re: [FFmpeg-devel] [PATCH v6 1/5] avutil: add hwcontext_amf.

2025-01-29 Thread Dmitrii Ovchinnikov
If there are no comments, I will push in a few days. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscr

Re: [FFmpeg-devel] [PATCH v6 1/5] avutil: add hwcontext_amf.

2025-01-27 Thread Dmitrii Ovchinnikov
>>That’s 404 as the l of html is missing typo in link, it should be https://www.amd.com/en/products/accelerators/alveo/ma35d.html >>Do you have any instructions how to test this with the MA35D card This work is still in progress, and once it's completed, I will send separate patches to enable this

Re: [FFmpeg-devel] [PATCH v6 1/5] avutil: add hwcontext_amf.

2025-01-22 Thread epirat07
On 22 Jan 2025, at 20:32, Dmitrii Ovchinnikov wrote: > Adds hwcontext_amf, enabling a shared AMF context for encoders, > decoders, and AMF-based filters, without copy to the host memory. > Code also was tested in HandBrake. > > Benefits: > - Optimizations for direct video memory access from CP

[FFmpeg-devel] [PATCH v6 1/5] avutil: add hwcontext_amf.

2025-01-22 Thread Dmitrii Ovchinnikov
Adds hwcontext_amf, enabling a shared AMF context for encoders, decoders, and AMF-based filters, without copy to the host memory. Code also was tested in HandBrake. Benefits: - Optimizations for direct video memory access from CPU - Significant performance boost in full AMF pipelines with filte