git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Articles published on the website

  • avformat/mov: check for tts_count before deferencing tts_data

    8 February, by James Almer
    avformat/mov: check for tts_count before deferencing tts_data
    
    Fixes ticket #11460.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/mov.c
  • swscale/graph: copy scaler_params to the legacy subpass context

    6 February, by James Almer
    swscale/graph: copy scaler_params to the legacy subpass context
    
    Fixes ticket #11448.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libswscale/graph.c
  • avcodec/ffv1enc_vulkan: add missing arguent to ff_ffv1_common_init()

    6 February, by James Almer
    avcodec/ffv1enc_vulkan: add missing arguent to ff_ffv1_common_init()
    
    Missed in 3d3ce9647f9b7a002080c7af12be654a90d2ba7c.
    
    Found-by: kasper93
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/ffv1enc_vulkan.c
  • avformat/hls: Fix twitter

    6 February, by Michael Niedermayer
    avformat/hls: Fix twitter
    
    Allow mp4 with all mpegts extensions
    
    Fixes: Ticket11435
    Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/hls.c
  • avformat/unix: set is_streamed to true

    6 February, by dank074
    avformat/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>
    
    • [DH] libavformat/unix.c