git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
libavcodec/alsdec.c : Add check for av_malloc_array() and av_calloc()
10 juillet, par Jiasheng Jianglibavcodec/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>
-
avformat/rtsp : fix leak of options dict on error
8 juillet, par Marvin Scholz -
fftools/ffmpeg_demux : don't flag timestamps as unreliable if they are generated
8 juillet, par James Almerfftools/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>
-
avformat/rtsp : check copy_tls_opts_dict
8 juillet, par Marvin Scholz -
avformat/rtsp : use av_unreachable
8 juillet, par Marvin Scholz