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

  • libavcodec/alsdec.c : Add check for av_malloc_array() and av_calloc()

    10 juillet, par Jiasheng Jiang
    libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc()
    
    Add check for the return value of av_malloc_array() and av_calloc()
    to avoid potential NULL pointer dereference.
    
    Fixes: dcfd24b10c ("avcodec/alsdec: Implement floating point sample data decoding")
    Signed-off-by: Jiasheng Jiang <jiashengjiangcool@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/alsdec.c
  • avformat/rtsp : fix leak of options dict on error

    8 juillet, par Marvin Scholz
    avformat/rtsp: fix leak of options dict on error
    
    Fix CID 1655306
    
    Reviewed-by: Kieran Kunhya <kierank@obe.tv>
    
    • [DH] libavformat/rtsp.c
  • fftools/ffmpeg_demux : don't flag timestamps as unreliable if they are generated

    8 juillet, par James Almer
    fftools/ffmpeg_demux: don't flag timestamps as unreliable if they are generated
    
    Regardless of the source being an AVFMT_NOTIMESTAMPS format, if the timestamps
    are generated like when using the use_wallclock_as_timestamps demuxer option,
    then they are reliable.
    
    Fixes ticket #11268
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] fftools/ffmpeg_demux.c
  • avformat/rtsp : check copy_tls_opts_dict

    8 juillet, par Marvin Scholz
    avformat/rtsp: check copy_tls_opts_dict
    
    Properly check av_dict_set return values and propagate them to
    the caller so they can be handled.
    
    • [DH] libavformat/rtsp.c
  • avformat/rtsp : use av_unreachable

    8 juillet, par Marvin Scholz
    avformat/rtsp: use av_unreachable
    
    • [DH] libavformat/rtsp.c