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

  • postproc/postprocess_template : Fix reading uninitialized pixels in dering_C()

    22 avril, par Michael Niedermayer
    postproc/postprocess_template: Fix reading uninitialized pixels in dering_C()
    
    This issue was found through the new blocktest
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libpostproc/postprocess_altivec_template.c
    • [DH] libpostproc/postprocess_template.c
  • tools/target_dec_fuzzer : Assert on AVERROR_BUG

    21 avril, par Andreas Rheinhardt
    tools/target_dec_fuzzer: Assert on AVERROR_BUG
    
    This will bring these bugs to our attention.
    
    Reviewed-by: Kacper Michajlow <kasper93@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] tools/target_dec_fuzzer.c
  • avformat : Use ffio_read_size() where appropriate

    21 avril, par Andreas Rheinhardt
    avformat: Use ffio_read_size() where appropriate
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavformat/argo_brp.c
    • [DH] libavformat/flacdec.c
    • [DH] libavformat/ilbc.c
    • [DH] libavformat/ipmovie.c
    • [DH] libavformat/mm.c
    • [DH] libavformat/mpeg.c
    • [DH] libavformat/mxfdec.c
    • [DH] libavformat/qcp.c
    • [DH] libavformat/rmdec.c
    • [DH] libavformat/takdec.c
    • [DH] libavformat/vividas.c
    • [DH] libavformat/vqf.c
    • [DH] libavformat/wavdec.c
    • [DH] libavformat/wtvdec.c
  • avcodec/ftr : Replace AVERROR_BUG that can be triggered

    21 avril, par Andreas Rheinhardt
    avcodec/ftr: Replace AVERROR_BUG that can be triggered
    
    Return AVERROR_DECODER_NOT_FOUND.
    (This can be triggered because this decoder tries to be
    generic and work with multiple underlying AAC decoders,
    so that there is no configure dependency for any decoder.)
    
    Reviewed-by: Kacper Michajlow <kasper93@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ftr.c
  • avcodec/imm5 : Reference H.264/HEVC decoders directly

    21 avril, par Andreas Rheinhardt
    avcodec/imm5: Reference H.264/HEVC decoders directly
    
    This is simpler and allows to fuzz them -- up until now,
    the linker did not see the dependency and fuzzing them
    returned AVERROR_BUG during init.
    It took just a few seconds here to run into an assert
    due to a return value of AVERROR(EAGAIN) in the decode
    callback...
    
    Reviewed-by: Kacper Michajlow <kasper93@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/imm5.c