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

  • avformat/vobsub : fix invalid sub queue access while seeking.

    20 octobre 2013, par Clément Bœsch
    avformat/vobsub: fix invalid sub queue access while seeking.
    
    If there is only 1 stream and seek isn't called with a specific stream
    index, we pick the first (and only) one.
    
    Regression since dbfe6110.
    
    Fixes CID1108591.
    
    • [DH] libavformat/mpeg.c
  • hevc : pretty print(cherry picked from commit 6332b3afe298b9e1060e8549aea3aa2771b43f5d)

    20 octobre 2013, par Mickaël Raulet
    hevc: pretty print(cherry picked from commit 6332b3afe298b9e1060e8549aea3aa2771b43f5d)
    
    Conflicts:
    
    	libavcodec/hevc.h
    	libavcodec/hevc_filter.c
    	libavcodec/hevc_refs.c
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_filter.c
    • [DH] libavcodec/hevc_refs.c
  • avcodec/vp9dsp : fix overwrite by 1 in vert_left pred.

    20 octobre 2013, par Ronald S. Bultje
    avcodec/vp9dsp: fix overwrite by 1 in vert_left pred.
    
    The memset following the memcpy was silencing the problem since
    re-writing that same byte.
    
    Fixes CID1108597, CID1108598, (16x16)
          CID1108599, CID1108600, (8x8)
          CID1108601, CID1108602  (32x32)
    
    Signed-off-by: Clément Bœsch <u@pkh.me>
    
    • [DH] libavcodec/vp9dsp.c
  • hevc : Search start code in decode_nal_units().

    20 octobre 2013, par Yusuke Nakamura
    hevc: Search start code in decode_nal_units().
    
    User may cut off a weird position and send a packet from there.
    This avoids returning as invalid data immediately.
    
    • [DH] libavcodec/hevc.c
  • avutil/opt : initialize ret

    20 octobre 2013, par Michael Niedermayer
    avutil/opt: initialize ret
    
    Fixes CID1108610
    Fixes use of uninitialized variable
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavutil/opt.c