git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avfilter/scale : remove duplicate block
19 mars, par Gyan Doshi -
avcodec/ffv1 : 32-bit float sample support
19 mars, par Michael Niedermayer -
avcodec/motion_est : Don't use MpegEncContext.avctx
19 mars, par Andreas Rheinhardt -
avcodec/d3d12va_decode : enable reference-only mode
18 mars, par Araz Iusubovavcodec/d3d12va_decode: enable reference-only mode The Reference-Only feature in DirectX 12 is a memory optimization technique designed for video decoding scenarios. This feature requires that reference resources must be allocated with the D3D12_RESOURCE_FLAG_VIDEO_DECODE_REFERENCE_ONLY resource flag. Reference textures must also be separated from output textures. This feature is not supported in the current version of ffmpeg. Since AMD GPU uses this feature in Direct 12 decoder, ffmpeg does not support AMD GPU Direct 12 decoding. Signed-off-by: Tong Wu <wutong1208@outlook.com>
-
avcodec/Makefile : Skip ffv1_vulkan.h in checkheaders
18 mars, par Andreas Rheinhardt