git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
doc/encoders : Document compression_level for PNG
6 février, par Michael Niedermayer -
avformat/hls : Fix twitter
6 février, par Michael Niedermayer -
avformat/unix : set is_streamed to true
6 février, par dank074avformat/unix: set is_streamed to true Currently when a Unix Domain Socket is used as input there is a loss of data when data is consumed from the stream. Setting is_streamed to true fixes this, since the unix domain socket is now treated like a consumable stream. Fixes: #9346 Signed-off-by: dank074 <torresefrain10@gmail.com> Reviewed-by: Leo Izen <leo.izen@gmail.com>
-
avutil/hwcontext_amf : fix crash on uninit after init failed
6 février, par Kacper Michajłowavutil/hwcontext_amf: fix crash on uninit after init failed amf_device_create() calls amf_device_uninit() on errors, but if things were not initialized it will null deref amf_ctx->factory. Fixes: https://github.com/mpv-player/mpv/issues/15814 Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
-
random_seed : Reorder if clauses for gathering entropy
5 février, par Martin Storsjö