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

  • rpl : Dont fill the index with entries that failed to be parsed

    19 décembre 2013, par Michael Niedermayer
    rpl: Dont fill the index with entries that failed to be parsed
    
    Fixes use of uninitialized memory
    Fixes: msan_uninit-mem_7fd10a199a3c_6204_landing.rpl
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/rpl.c
  • libavformat/mpegts : expose raw packet size

    19 décembre 2013, par Leandro Dorileo
    libavformat/mpegts: expose raw packet size
    
    We cannot easily determine if an mpeg TS's packet size is DVHS, FEC
    or so on, for that we need to expose the internal raw_packet_size
    field.
    
    Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/mpegts.c
  • avformat/dxa : check avio_read() return

    19 décembre 2013, par Michael Niedermayer
    avformat/dxa: check avio_read() return
    
    Fixes use of uninitialized memory
    Fixes msan_uninit-mem_7fd4d4323ddd_2453_MUSOSP1.dxa
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/dxa.c
  • avcodec/dxa : check for overread in decode_13()

    19 décembre 2013, par Michael Niedermayer
    avcodec/dxa: check for overread in decode_13()
    
    Fixes use of uninitialized memory
    Fixes part of msan_uninit-mem_7f5ea8284fb7_8317_scummvm.dxa
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/dxa.c
  • avcodec/dxa : add padding to decomp_buf

    19 décembre 2013, par Michael Niedermayer
    avcodec/dxa: add padding to decomp_buf
    
    Fixes use of uninitialized memory
    Fixes part of msan_uninit-mem_7f5ea8284fb7_8317_scummvm.dxa
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/dxa.c