ffmpeg/fftools
Michael Niedermayer 6a300f6a90 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-07-03 12:10:23 +02:00
..
Makefile Remove the ffserver program 2018-01-06 18:31:37 +00: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-07-03 12:10:23 +02:00
ffmpeg.h fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled 2018-06-04 22:26:55 +02:00
ffmpeg_cuvid.c
ffmpeg_filter.c fftools/ffmpeg_filter: Replace the number by macro for bprint init 2018-06-17 09:59:33 +08:00
ffmpeg_hw.c ffmpeg: Use codec hardware config to configure hwaccels 2017-11-26 21:41:19 +00:00
ffmpeg_opt.c fftools/ffmpeg_opt: Check attachment filesize 2020-07-02 00:03:01 +02:00
ffmpeg_qsv.c fftools/qsv: add extra_hw_frames support 2018-08-07 11:26:40 +08:00
ffmpeg_videotoolbox.c
ffplay.c ffplay: add options to specify window position 2018-10-07 20:44:22 +02:00
ffprobe.c ffprobe: fix SEGV when new streams are added 2018-05-09 12:30:17 -07:00