git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Articles published on the website
-
avformat/mov: check for tts_count before deferencing tts_data
8 February, by James Almer -
swscale/graph: copy scaler_params to the legacy subpass context
6 February, by James Almer -
avcodec/ffv1enc_vulkan: add missing arguent to ff_ffv1_common_init()
6 February, by James Almer -
avformat/hls: Fix twitter
6 February, by Michael Niedermayer -
avformat/unix: set is_streamed to true
6 February, by 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>