[FFmpeg-cvslog] avformat/utils: reorder duration computation to avoid overflow

2020-07-07 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Sun Jun 21 12:24:04 2020 +0200| [6fe28832a9640d68ebc103cc689af5e2bffacbf4] | committer: Michael Niedermayer avformat/utils: reorder duration computation to avoid overflow Fixes: signed integer overflow: 8 * 9223372036854774783 cannot be repr

[FFmpeg-cvslog] avformat/utils: reorder duration computation to avoid overflow

2020-07-05 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sun Jun 21 12:24:04 2020 +0200| [542bfa483c19be2adf63e750c6ad074e581e45af] | committer: Michael Niedermayer avformat/utils: reorder duration computation to avoid overflow Fixes: signed integer overflow: 8 * 9223372036854774783 cannot be repr

[FFmpeg-cvslog] avformat/utils: reorder duration computation to avoid overflow

2020-07-02 Thread Michael Niedermayer
ffmpeg | branch: release/4.3 | Michael Niedermayer | Sun Jun 21 12:24:04 2020 +0200| [3571d9d654f78c3c16ec17c8260d28f211e9571b] | committer: Michael Niedermayer avformat/utils: reorder duration computation to avoid overflow Fixes: signed integer overflow: 8 * 9223372036854774783 cannot be repr

[FFmpeg-cvslog] avformat/utils: reorder duration computation to avoid overflow

2020-07-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 21 12:24:04 2020 +0200| [10cc82c35baabbb07ffec3faccb04d8928c39e4c] | committer: Michael Niedermayer avformat/utils: reorder duration computation to avoid overflow Fixes: signed integer overflow: 8 * 9223372036854774783 cannot be represent