git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
hwcontext_vulkan : fix image copy
11 juin, par Lynne -
vulkan/ffv1dec : fix FFVkSPIRVCompiler leak
10 juin, par averne -
vulkan/ffv1dec : fix leak in FFVulkanDecodeShared
10 juin, par averne -
vulkan : fix leak in FFVkExecPool
10 juin, par averne -
avformat/rtpdec : explicit timestamp wraparound handling
8 juin, par Clément Péronavformat/rtpdec: explicit timestamp wraparound handling Change delta_timestamp to int32_t and add explicit cast to handle RTP timestamp wraparound correctly. This fixes implementation-defined behavior when computing negative timestamp differences due to 32-bit wraparound. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>