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

  • avcodec/cbs_h2645 : Check NAL space

    22 avril, par Michael Niedermayer
    avcodec/cbs_h2645: Check NAL space
    
    Found-by-reviewing: CID1419833 Untrusted loop bound
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/cbs_h2645.c
  • avfilter/vf_thumbnail_cuda : Set ret before checking it

    22 avril, par Michael Niedermayer
    avfilter/vf_thumbnail_cuda: Set ret before checking it
    
    Fixes: CID1418336 Logically dead code
    
    Sponsored-by: Sovereign Tech Fund
    Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavfilter/vf_thumbnail_cuda.c
  • avfilter/signature_lookup : Dont copy uninitialized stuff around

    21 avril, par Michael Niedermayer
    avfilter/signature_lookup: Dont copy uninitialized stuff around
    
    Fixes: CID1403238 Uninitialized pointer read
    Fixes: CID1403239 Uninitialized pointer read
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavfilter/signature_lookup.c
  • avfilter/signature_lookup : Fix 2 differences to the refernce SW

    21 avril, par Michael Niedermayer
    avfilter/signature_lookup: Fix 2 differences to the refernce SW
    
    Fixes: CID1403227 Division or modulo by float zero
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavfilter/signature_lookup.c
  • avformat/demux : extract extradata from packets when context update is requested

    21 avril, par James Almer
    avformat/demux: extract extradata from packets when context update is requested
    
    If the demuxer doesn't set extradata in the stream's codecpar, a
    need_context_update request will delete the previously extracted extradata in
    the stream's internal AVCodecContext.
    As we can't ensure the old extradata is valid for the stream in its post
    context update request state, try to get extradata from the new packet instead
    of attempting to preserve the old in some form.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/demux.c