git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/d3d12va_encode : use the correct specifier to log size_t values
16 mars, par James Almer -
avcodec/ffv1dec : set the FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capability
15 mars, par James Almer -
swscale/swscale_unscaled : make the fast planar copy path work with more formats
15 mars, par James Almerswscale/swscale_unscaled: make the fast planar copy path work with more formats dst_depth - src_depth where the result is 6 or 7 in a high bd path means this is only executed for 16 -> 10 and 16 -> 9. This patch makes this path general, supporting arbitrary formats as long as dst_depth > src_depth > 8. Signed-off-by: James Almer <jamrial@gmail.com>
-
ffv1enc_vulkan : clip micro_version to 3 for level 4
14 mars, par Lynne -
avcodec/mpeg12dec : Don't assert on thread_count
14 mars, par Andreas Rheinhardt