ffmpeg/fftools
Michael Niedermayer 26e55785dd fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()
Fixes: signed integer overflow: -9223372036854775808 - 9223372036854775807 cannot be represented in type 'long'
Fixes: Ticket8142

Found-by: Suhwan
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 4f4ad33d96)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-05-19 17:17:35 +02:00
..
cmdutils.c cmdutils: print a more descriptive error message in show_help_bsf() when no bsf is specified 2018-07-28 11:14:45 -03:00
cmdutils.h cmdutils: print supported codecs in show_help_bsf() 2018-03-22 00:15:05 -03:00
ffmpeg.c fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start() 2020-05-19 17:17:35 +02:00
ffmpeg.h ffmpeg_hw: Mark some strings as const 2019-06-02 22:58:22 +01:00
ffmpeg_cuvid.c
ffmpeg_filter.c ffmpeg_filter: initialize sub2video.end_pts together with last_pts 2019-02-21 20:13:21 +02:00
ffmpeg_hw.c ffmpeg_hw: Treat empty device string as no device setting 2019-06-02 22:58:22 +01:00
ffmpeg_opt.c ffmpeg_opt: Respect default disposition when select audio/video 2019-07-03 10:33:44 +08:00
ffmpeg_qsv.c fftools/qsv: add extra_hw_frames support 2018-08-07 11:26:40 +08:00
ffmpeg_videotoolbox.c avcodec/videotoolbox: add support for 10bit pixel format 2019-04-16 03:43:06 +03:00
ffplay.c ffplay: properly detect all window size changes 2019-08-14 22:07:32 +02:00
ffprobe.c ffprobe: Fix memory leak 2019-06-21 15:40:58 +01:00
Makefile Merge commit '7e5bde93a1' 2019-03-10 19:31:13 -03:00