Files
ffmpeg/libavformat
Mans Rullgard edc942202b lavf: fix signed overflow in avformat_find_stream_info()
On the first iteration through this code, last_dts is always
INT64_MIN (AV_NOPTS_VALUE) and the subtraction overflows in
an invalid manner.  Although the result is only used if the
input values are valid, performing the subtraction is still
not allowed in a strict environment.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit a31e9f68a4)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-04 01:00:18 +01:00
..
2011-09-26 19:26:28 +02:00
2011-05-15 03:25:57 +02:00
2011-04-17 23:43:54 +02:00
2011-09-21 18:00:04 +02:00
2011-05-05 03:30:24 +02:00
2011-04-18 18:23:16 +02:00
2011-09-26 19:26:30 +02:00
2011-04-21 03:37:05 +02:00
2011-04-17 23:43:54 +02:00
2011-06-23 08:50:37 +02:00
2011-04-20 04:48:23 +02:00
2011-04-20 04:48:23 +02:00
2011-04-20 04:48:23 +02:00
2011-06-16 20:15:53 +02:00
2011-10-11 21:34:14 +02:00
2011-06-13 18:30:55 +02:00
2011-06-02 20:06:00 +01:00
2011-09-07 16:57:24 +02:00
2011-04-24 03:41:22 +02:00
2011-04-24 03:41:22 +02:00
2011-04-20 04:48:23 +02:00
2011-05-30 02:39:26 +02:00
2011-06-13 20:47:06 +02:00
2011-05-01 21:13:18 +02:00
2011-06-02 20:06:00 +01:00