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

  • jpeg2000dec : dont set ncomponents to an invalid value

    14 juin 2013, par Michael Niedermayer
    jpeg2000dec: dont set ncomponents to an invalid value
    
    Fixes out of array accesses
    
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/jpeg2000dec.c
  • vc1_parser : fix parsing of the frame headers in interlaced streams

    14 juin 2013, par Hendrik Leppkes
    vc1_parser: fix parsing of the frame headers in interlaced streams
    
    first_pic_header_flag needs to be set to allow the parsing code to change
    some stream parameters, and not error out.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/vc1_parser.c
  • lavc : copy AVCodecContext for threads

    13 juin 2013, par Paul B Mahol
    lavc: copy AVCodecContext for threads
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    
    • [DH] libavcodec/alac.c
    • [DH] libavcodec/flacdec.c
    • [DH] libavcodec/takdec.c
    • [DH] libavcodec/tta.c
    • [DH] libavcodec/wavpack.c
  • flacdec : Fix used AVCodecContext

    13 juin 2013, par Michael Niedermayer
    flacdec: Fix used AVCodecContext
    
    Fixes out of array writes with multiple threads
    
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/flacdec.c
  • avutil/timestamp : remove ""

    13 juin 2013, par Michael Niedermayer
    avutil/timestamp: remove ""
    
    This may fix an error with C++
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavutil/timestamp.h