1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavformat
Martin Storsjö a5c50913a8 movdec: Adjust keyframe flagging in fragmented files
For video, mark the first sample in a trun which doesn't have the
sample-is-non-sync-sample flag set as a keyframe.

In particular, the "sample does not depend on other samples" flag
isn't enough to make it a keyframe, since later frames still can
reference frames prior to that one (the flag only says that that
particular frame doesn't depend on other frames).

This fixes bug 215.

Signed-off-by: Martin Storsjö <martin@martin.st>
2012-02-21 14:19:20 +02:00
..
2012-02-14 22:32:53 +01:00
2012-02-06 13:22:01 -05:00
2012-02-08 21:47:12 -05:00
2011-11-30 20:34:45 +01:00
2011-11-30 20:34:45 +01:00
2012-01-27 17:19:09 -08:00
2012-02-17 14:19:35 -05:00
2011-12-01 13:47:28 +02:00
2011-11-23 21:43:46 +01:00
2012-02-20 11:10:02 +02:00
2011-12-11 00:32:25 +01:00
2012-02-17 14:28:56 -05:00
2012-01-27 17:19:09 -08:00
2012-02-14 22:32:53 +01:00
2011-12-11 00:32:25 +01:00
2012-02-14 16:12:18 +02:00
2011-10-28 14:54:14 -07:00
2011-12-21 00:00:03 +01:00
2011-11-30 20:34:45 +01:00
2011-11-30 20:34:45 +01:00
2011-12-20 22:38:53 +01:00
2011-12-18 16:23:16 +01:00
2012-02-19 19:10:28 +01:00
2012-01-03 18:47:42 -05:00
2012-01-27 17:19:09 -08:00
2011-10-17 20:40:20 +03:00
2012-02-15 22:06:07 +02:00
2012-01-27 17:19:09 -08:00
2012-01-27 17:19:09 -08:00
2012-02-14 10:12:44 +01:00
2012-01-16 11:29:55 +01:00
2012-02-14 22:32:53 +01:00
2012-02-09 13:13:04 -05:00