FFmpeg/libavformat
Yusuke Nakamura 4abfa387b8 mov: Change DTS-based seek into CTS-based seek.
CTS-based seek is reasonable since player requests frames in output order
not coded order.

This change fixes seek to a keyframe within consecutive keyframes.
Let's say P[0|-1] and P[1|0], here x and y inside [x|y] are PTS and DTS
respectively, and both two frames are a keyframe. If you try to seek on
PTS=0, i.e. P[0|-1], you'll get P[1|0] if the demuxer is DTS based. This
is obviously undesirable.

Signed-off-by: Martin Storsjö <martin@martin.st>
2015-02-15 21:26:04 +02:00
..
2014-05-18 10:19:35 +02:00
2014-07-29 17:47:32 +02:00
2014-07-09 13:37:18 +00:00
2015-02-15 18:20:54 +01:00
2014-10-20 10:38:38 +01:00
2013-10-06 19:36:53 +02:00
2014-09-25 01:44:31 -07:00
2014-07-03 10:46:11 -07:00
2014-07-03 10:46:11 -07:00
2013-08-07 21:22:03 +02:00
2014-11-22 22:10:52 +02:00
2014-03-10 18:02:55 +01:00
2014-03-10 18:02:36 +01:00
2013-10-31 20:20:24 +01:00
2014-10-24 09:53:45 +03:00
2014-10-20 10:38:37 +01:00
2014-12-08 13:53:30 +00:00
2014-09-25 01:44:32 -07:00
2014-09-25 01:58:51 -07:00
2015-02-08 21:34:05 +01:00
2013-12-26 06:07:35 +01:00
2015-01-06 19:47:18 +02:00
2014-12-07 21:50:47 +01:00
2014-03-24 02:22:15 +01:00
2014-08-26 03:43:13 +02:00
2014-08-05 11:30:50 +02:00
2014-04-19 16:24:27 +02:00
2014-08-17 16:11:16 +02:00
2014-08-17 16:11:02 +02:00
2014-03-16 23:29:51 +01:00
2014-05-28 22:04:56 +02:00
2015-01-27 09:15:07 +01:00
2014-12-18 23:27:07 +01:00
2015-02-15 18:20:54 +01:00
2015-02-07 15:36:15 +01:00
2014-11-28 20:56:45 +02:00
2014-12-18 23:11:37 +02:00
2014-12-18 23:11:37 +02:00
2015-02-15 18:20:54 +01:00
2014-12-18 23:11:37 +02:00
2014-12-18 23:11:37 +02:00
2014-09-24 23:33:26 +03:00
2014-12-18 23:11:37 +02:00
2014-12-18 23:11:37 +02:00
2014-10-10 16:29:06 +02:00
2014-10-24 09:53:45 +03:00
2014-12-18 23:11:37 +02:00
2014-04-06 16:41:41 +02:00
2014-11-24 01:30:15 +00:00
2014-12-18 11:58:23 +02:00
2014-10-10 16:29:07 +02:00
2014-04-22 07:44:16 +02:00
2014-07-06 09:25:52 -07:00