ffmpeg/libavformat
Matthieu Bouron 3c058f5701 Merge commit '76729970049fe95659346503f7401a5d869f9959'
* commit '76729970049fe95659346503f7401a5d869f9959':
  mov: Implement support for multiple sample description tables

Notes:
  * The sc->stsc_data[index].id checks have been moved from the mov_read_stsc
  to mov_read_packet before the value is used in mov_change_extradata to
  not break playback of samples with broken stsc entries (see sample of
  ticket #1918).

  * sc->stsc_index is now checked against sc->stsc_count - 1 before it
  is incremented so it remains lesser than sc->stsc_count. Fixes a crash
  with:

  ./ffmpeg -i matrixbench_mpeg2.mpg -t 1 -frag_duration 200k test.mov
  ./ffprobe -show_packets test.mov

Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
2016-07-13 16:34:54 +02:00
..
2016-07-03 04:37:48 +02:00
2016-07-03 04:37:48 +02:00
2016-03-13 16:06:09 +01:00
2016-06-19 18:51:39 +02:00
2016-06-19 18:51:39 +02:00
2016-04-28 23:25:18 +02:00
2016-05-04 18:16:21 +02:00
2016-06-16 23:55:21 +02:00
2016-05-04 18:16:21 +02:00
2016-05-19 17:02:06 +02:00
2016-06-22 15:24:19 +02:00
2016-06-22 15:24:19 +02:00
2016-05-21 18:49:45 +02:00
2016-06-25 15:50:04 -05:00
2016-02-26 21:34:33 +01:00
2016-07-05 02:31:35 +02:00
2015-09-01 13:35:37 +02:00
2016-06-25 15:50:04 -05:00
2016-06-25 15:53:11 -05:00
2016-05-03 15:45:10 +02:00
2015-01-11 00:35:01 +01:00