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

FFmpeg git repo

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

Les articles publiés sur le site

  • doc/encoders : Document compression_level for PNG

    6 février, par Michael Niedermayer
    doc/encoders: Document compression_level for PNG
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] doc/encoders.texi
  • avformat/hls : Fix twitter

    6 février, par 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 février, par 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
  • avutil/hwcontext_amf : fix crash on uninit after init failed

    6 février, par Kacper Michajłow
    avutil/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>
    
    • [DH] libavutil/hwcontext_amf.c
  • random_seed : Reorder if clauses for gathering entropy

    5 février, par Martin Storsjö
    random_seed: Reorder if clauses for gathering entropy
    
    Make it easier to add more cases.
    
    This should be a pure refactoring, with no functional changes.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DH] libavutil/random_seed.c