git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
vulkan : move OPT_CHAIN out of hwcontext_vulkan
20 avril, par Lynne -
vulkan : move feature<->usage mapping code outside of hwcontext_vulkan.c
20 avril, par Lynne -
vulkan : check that the max number of push descriptors is not exceeded
20 avril, par Lynne -
avcodec/vulkan_{av1, h264, hevc} : demote per frame logs to AV_LOG_DEBUG
20 avril, par llyyr -
libavformat/asfdec : Fix regression bug when reading image attachments
19 avril, par softworkzlibavformat/asfdec: Fix regression bug when reading image attachments Commit c8140fe7324f264faacf7395b27e12531d1f13f7 had introduced a check for value_len > UINT16_MAX. As a consequence, attached images of sizes larger than UINT16_MAX could no longer be read. This is a minimal fix of the regression, avoiding the controversies of my earlier submission regarding int type handling in asfdec. Signed-off-by: softworkz <softworkz@hotmail.com>