3 * Copyright (c) 2001 Fabrice Bellard.
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30 * First version by Francois Revol revol@free.fr
31 * Seek function by Gael Chardon gael.dev@4now.net
33 * Features and limitations:
34 * - reads most of the QT files I have (at least the structure),
35 * the exceptions are .mov with zlib compressed headers ('cmov' section). It shouldn't be hard to implement.
36 * FIXED, Francois Revol, 07/17/2002
37 * - ffmpeg has nearly none of the usual QuickTime codecs,
38 * although I succesfully dumped raw and mp3 audio tracks off .mov files.
39 * Sample QuickTime files with mp3 audio can be found at: http://www.3ivx.com/showcase.html
40 * - .mp4 parsing is still hazardous, although the format really is QuickTime with some minor changes
41 * (to make .mov parser crash maybe ?), despite what they say in the MPEG FAQ at
42 * http://mpeg.telecomitalialab.com/faq.htm
43 * - the code is quite ugly... maybe I won't do it recursive next time :-)
44 * - seek is not supported with files that contain edit list
46 * Funny I didn't know about http://sourceforge.net/projects/qt-ffmpeg/
47 * when coding this :) (it's a writer anyway)
49 * Reference documents:
50 * http://www.geocities.com/xhelmboyx/quicktime/formats/qtm-layout.txt
52 * http://developer.apple.com/documentation/QuickTime/QTFF/
53 * http://developer.apple.com/documentation/QuickTime/QTFF/qtff.pdf
54 * QuickTime is a trademark of Apple (AFAIK :))
63 #include "qtpalette.h"
66 /* Allows seeking (MOV_SPLIT_CHUNKS should also be defined) */
69 /* allows chunk splitting - should work now... */
70 /* in case you can't read a file, try commenting */
71 #define MOV_SPLIT_CHUNKS
73 /* Special handling for movies created with Minolta Dimaxe Xi*/
74 /* this fix should not interfere with other .mov files, but just in case*/
75 #define MOV_MINOLTA_FIX
77 /* some streams in QT (and in MP4 mostly) aren't either video nor audio */
78 /* so we first list them as this, then clean up the list of streams we give back, */
79 /* getting rid of these */
80 #define CODEC_TYPE_MOV_OTHER (enum CodecType) 2
82 static const CodecTag mov_video_tags
[] = {
83 /* { CODEC_ID_, MKTAG('c', 'v', 'i', 'd') }, *//* Cinepak */
84 /* { CODEC_ID_H263, MKTAG('r', 'a', 'w', ' ') }, *//* Uncompressed RGB */
85 /* { CODEC_ID_H263, MKTAG('Y', 'u', 'v', '2') }, *//* Uncompressed YUV422 */
86 /* { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, *//* YUV with alpha-channel (AVID Uncompressed) */
91 { CODEC_ID_MJPEG
, MKTAG('j', 'p', 'e', 'g') }, /* PhotoJPEG */
92 { CODEC_ID_MPEG1VIDEO
, MKTAG('m', 'p', 'e', 'g') }, /* MPEG */
93 { CODEC_ID_MJPEG
, MKTAG('m', 'j', 'p', 'a') }, /* Motion-JPEG (format A) */
94 { CODEC_ID_MJPEG
, MKTAG('m', 'j', 'p', 'b') }, /* Motion-JPEG (format B) */
95 { CODEC_ID_MJPEG
, MKTAG('A', 'V', 'D', 'J') }, /* MJPEG with alpha-channel (AVID JFIF meridien compressed) */
96 /* { CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') }, *//* MJPEG with alpha-channel (AVID ABVB/Truevision NuVista) */
97 /* { CODEC_ID_GIF, MKTAG('g', 'i', 'f', ' ') }, *//* embedded gif files as frames (usually one "click to play movie" frame) */
99 { CODEC_ID_SVQ1
, MKTAG('S', 'V', 'Q', '1') }, /* Sorenson Video v1 */
100 { CODEC_ID_SVQ1
, MKTAG('s', 'v', 'q', '1') }, /* Sorenson Video v1 */
101 { CODEC_ID_SVQ1
, MKTAG('s', 'v', 'q', 'i') }, /* Sorenson Video v1 (from QT specs)*/
102 { CODEC_ID_SVQ3
, MKTAG('S', 'V', 'Q', '3') }, /* Sorenson Video v3 */
103 { CODEC_ID_MPEG4
, MKTAG('m', 'p', '4', 'v') },
104 { CODEC_ID_MPEG4
, MKTAG('D', 'I', 'V', 'X') }, /* OpenDiVX *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */
105 { CODEC_ID_MPEG4
, MKTAG('X', 'V', 'I', 'D') },
106 /* { CODEC_ID_, MKTAG('I', 'V', '5', '0') }, *//* Indeo 5.0 */
107 { CODEC_ID_H263
, MKTAG('h', '2', '6', '3') }, /* H263 */
108 { CODEC_ID_H263
, MKTAG('s', '2', '6', '3') }, /* H263 ?? works */
109 { CODEC_ID_DVVIDEO
, MKTAG('d', 'v', 'c', ' ') }, /* DV NTSC */
110 { CODEC_ID_DVVIDEO
, MKTAG('d', 'v', 'c', 'p') }, /* DV PAL */
111 /* { CODEC_ID_DVVIDEO, MKTAG('A', 'V', 'd', 'v') }, *//* AVID dv */
112 { CODEC_ID_VP3
, MKTAG('V', 'P', '3', '1') }, /* On2 VP3 */
113 { CODEC_ID_RPZA
, MKTAG('r', 'p', 'z', 'a') }, /* Apple Video (RPZA) */
114 { CODEC_ID_CINEPAK
, MKTAG('c', 'v', 'i', 'd') }, /* Cinepak */
115 { CODEC_ID_8BPS
, MKTAG('8', 'B', 'P', 'S') }, /* Planar RGB (8BPS) */
116 { CODEC_ID_SMC
, MKTAG('s', 'm', 'c', ' ') }, /* Apple Graphics (SMC) */
117 { CODEC_ID_QTRLE
, MKTAG('r', 'l', 'e', ' ') }, /* Apple Animation (RLE) */
118 { CODEC_ID_QDRAW
, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */
119 { CODEC_ID_NONE
, 0 },
122 static const CodecTag mov_audio_tags
[] = {
123 /* { CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, *//* uncompressed */
124 { CODEC_ID_PCM_S16BE
, MKTAG('t', 'w', 'o', 's') }, /* 16 bits */
125 /* { CODEC_ID_PCM_S8, MKTAG('t', 'w', 'o', 's') },*/ /* 8 bits */
126 { CODEC_ID_PCM_U8
, MKTAG('r', 'a', 'w', ' ') }, /* 8 bits unsigned */
127 { CODEC_ID_PCM_S16LE
, MKTAG('s', 'o', 'w', 't') }, /* */
128 { CODEC_ID_PCM_MULAW
, MKTAG('u', 'l', 'a', 'w') }, /* */
129 { CODEC_ID_PCM_ALAW
, MKTAG('a', 'l', 'a', 'w') }, /* */
130 { CODEC_ID_ADPCM_IMA_QT
, MKTAG('i', 'm', 'a', '4') }, /* IMA-4 ADPCM */
131 { CODEC_ID_MACE3
, MKTAG('M', 'A', 'C', '3') }, /* Macintosh Audio Compression and Expansion 3:1 */
132 { CODEC_ID_MACE6
, MKTAG('M', 'A', 'C', '6') }, /* Macintosh Audio Compression and Expansion 6:1 */
134 { CODEC_ID_MP2
, MKTAG('.', 'm', 'p', '3') }, /* MPEG layer 3 */ /* sample files at http://www.3ivx.com/showcase.html use this tag */
135 { CODEC_ID_MP2
, 0x6D730055 }, /* MPEG layer 3 */
136 { CODEC_ID_MP2
, 0x5500736D }, /* MPEG layer 3 *//* XXX: check endianness */
137 /* { CODEC_ID_OGG_VORBIS, MKTAG('O', 'g', 'g', 'S') }, *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */
139 { CODEC_ID_MPEG4AAC
, MKTAG('m', 'p', '4', 'a') }, /* MPEG-4 AAC */
140 /* The standard for mpeg4 audio is still not normalised AFAIK anyway */
141 { CODEC_ID_AMR_NB
, MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp */
142 { CODEC_ID_AMR_WB
, MKTAG('s', 'a', 'w', 'b') }, /* AMR-WB 3gp */
143 { CODEC_ID_AC3
, MKTAG('m', 's', 0x20, 0x00) }, /* Dolby AC-3 */
144 { CODEC_ID_NONE
, 0 },
147 /* the QuickTime file format is quite convoluted...
148 * it has lots of index tables, each indexing something in another one...
149 * Here we just use what is needed to read the chunks
152 typedef struct MOV_sample_to_chunk_tbl
{
156 } MOV_sample_to_chunk_tbl
;
161 int64_t size
; /* total size (excluding the size and type fields) */
173 uint32_t flags
; // 24bit
175 /* 0x03 ESDescrTag */
177 #define MP4ODescrTag 0x01
178 #define MP4IODescrTag 0x02
179 #define MP4ESDescrTag 0x03
180 #define MP4DecConfigDescrTag 0x04
181 #define MP4DecSpecificDescrTag 0x05
182 #define MP4SLConfigDescrTag 0x06
183 #define MP4ContentIdDescrTag 0x07
184 #define MP4SupplContentIdDescrTag 0x08
185 #define MP4IPIPtrDescrTag 0x09
186 #define MP4IPMPPtrDescrTag 0x0A
187 #define MP4IPMPDescrTag 0x0B
188 #define MP4RegistrationDescrTag 0x0D
189 #define MP4ESIDIncDescrTag 0x0E
190 #define MP4ESIDRefDescrTag 0x0F
191 #define MP4FileIODescrTag 0x10
192 #define MP4FileODescrTag 0x11
193 #define MP4ExtProfileLevelDescrTag 0x13
194 #define MP4ExtDescrTagsStart 0x80
195 #define MP4ExtDescrTagsEnd 0xFE
196 uint8_t stream_priority
;
198 /* 0x04 DecConfigDescrTag */
199 uint8_t object_type_id
;
201 /* XXX: really streamType is
202 * only 6bit, followed by:
206 uint32_t buffer_size_db
; // 24
207 uint32_t max_bitrate
;
208 uint32_t avg_bitrate
;
210 /* 0x05 DecSpecificDescrTag */
211 uint8_t decoder_cfg_len
;
212 uint8_t *decoder_cfg
;
214 /* 0x06 SLConfigDescrTag */
215 uint8_t sl_config_len
;
219 struct MOVParseTableEntry
;
221 typedef struct MOVStreamContext
{
222 int ffindex
; /* the ffmpeg stream id */
223 int is_ff_stream
; /* Is this stream presented to ffmpeg ? i.e. is this an audio or video stream ? */
226 int64_t *chunk_offsets
;
228 uint64_t *stts_data
; /* concatenated data from the time-to-sample atom (count|duration) */
229 int32_t edit_count
; /* number of 'edit' (elst atom) */
230 long sample_to_chunk_sz
;
231 MOV_sample_to_chunk_tbl
*sample_to_chunk
;
232 long sample_to_chunk_index
;
240 long left_in_chunk
; /* how many samples before next chunk */
241 /* specific MPEG4 header which is added at the beginning of the stream */
242 unsigned int header_len
;
243 uint8_t *header_data
;
247 typedef struct MOVContext
{
248 int mp4
; /* set to 1 as soon as we are sure that the file is an .mp4 file (even some header parsing depends on this) */
251 int duration
; /* duration of the longest track */
252 int found_moov
; /* when both 'moov' and 'mdat' sections has been found */
253 int found_mdat
; /* we suppose we have enough data to read the file */
257 /* some streams listed here aren't presented to the ffmpeg API, since they aren't either video nor audio
258 * but we need the info to be able to skip data from those streams in the 'mdat' section
260 MOVStreamContext
*streams
[MAX_STREAMS
];
262 int64_t next_chunk_offset
;
263 MOVStreamContext
*partial
; /* != 0 : there is still to read in the current chunk */
265 MOV_ctab_t
**ctab
; /* color tables */
266 const struct MOVParseTableEntry
*parse_table
; /* could be eventually used to change the table */
267 /* NOTE: for recursion save to/ restore from local variable! */
269 AVPaletteControl palette_control
;
273 /* XXX: it's the first time I make a recursive parser I think... sorry if it's ugly :P */
275 /* those functions parse an atom */
277 1: found what I wanted, exit
278 0: continue to parse next atom
279 -1: error occured, exit
281 typedef int (*mov_parse_function
)(MOVContext
*ctx
, ByteIOContext
*pb
, MOV_atom_t atom
);
283 /* links atom IDs to parse functions */
284 typedef struct MOVParseTableEntry
{
286 mov_parse_function func
;
287 } MOVParseTableEntry
;
291 * XXX: static sux, even more in a multithreaded environment...
292 * Avoid them. This is here just to help debugging.
294 static int debug_indent
= 0;
295 void print_atom(const char *str
, MOV_atom_t atom
)
298 tag
= (unsigned int) atom
.type
;
300 if(tag
== 0) tag
= MKTAG('N', 'U', 'L', 'L');
302 av_log(NULL
, AV_LOG_DEBUG
, "|");
303 av_log(NULL
, AV_LOG_DEBUG
, "parse:");
304 av_log(NULL
, AV_LOG_DEBUG
, " %s: tag=%c%c%c%c offset=0x%x size=0x%x\n",
309 (unsigned int)atom
.offset
,
310 (unsigned int)atom
.size
);
311 assert((unsigned int)atom
.size
< 0x7fffffff);// catching errors
314 #define print_atom(a,b)
318 static int mov_read_leaf(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
320 print_atom("leaf", atom
);
323 url_fskip(pb
, atom
.size
);
324 /* url_seek(pb, atom_offset+atom.size, SEEK_SET); */
328 static int mov_read_default(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
330 int64_t total_size
= 0;
336 print_atom("default", atom
);
340 a
.offset
= atom
.offset
;
343 atom
.size
= 0x7fffffffffffffffLL
;
344 while(((total_size
+ 8) < atom
.size
) && !url_feof(pb
) && !err
) {
348 a
.size
= get_be32(pb
);
349 a
.type
= get_le32(pb
);
353 //av_log(NULL, AV_LOG_DEBUG, "type: %08x %.4s sz: %Lx %Lx %Lx\n", type, (char*)&type, size, atom.size, total_size);
354 if (a
.size
== 1) { /* 64 bit extended size */
355 a
.size
= get_be64(pb
) - 8;
360 a
.size
= atom
.size
- total_size
;
364 for (i
= 0; c
->parse_table
[i
].type
!= 0L
365 && c
->parse_table
[i
].type
!= a
.type
; i
++)
369 // av_log(NULL, AV_LOG_DEBUG, " i=%ld\n", i);
370 if (c
->parse_table
[i
].type
== 0) { /* skip leaf atoms data */
371 // url_seek(pb, atom.offset+atom.size, SEEK_SET);
373 print_atom("unknown", a
);
375 url_fskip(pb
, a
.size
);
378 //char b[5] = { type & 0xff, (type >> 8) & 0xff, (type >> 16) & 0xff, (type >> 24) & 0xff, 0 };
379 //print_atom(b, type, offset, size);
381 err
= (c
->parse_table
[i
].func
)(c
, pb
, a
);
385 total_size
+= a
.size
;
388 if (!err
&& total_size
< atom
.size
&& atom
.size
< 0x7ffff) {
389 //av_log(NULL, AV_LOG_DEBUG, "RESET %Ld %Ld err:%d\n", atom.size, total_size, err);
390 url_fskip(pb
, atom
.size
- total_size
);
399 static int mov_read_ctab(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
403 //url_fskip(pb, atom.size); // for now
404 c
->ctab
= av_realloc(c
->ctab
, ++c
->ctab_size
);
405 t
= c
->ctab
[c
->ctab_size
];
406 t
->seed
= get_be32(pb
);
407 t
->flags
= get_be16(pb
);
408 t
->size
= get_be16(pb
) + 1;
409 len
= 2 * t
->size
* 4;
411 t
->clrs
= av_malloc(len
); // 16bit A R G B
413 get_buffer(pb
, t
->clrs
, len
);
419 static int mov_read_hdlr(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
421 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
426 print_atom("hdlr", atom
);
428 get_byte(pb
); /* version */
429 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
432 ctype
= get_le32(pb
);
433 type
= get_le32(pb
); /* component subtype */
436 av_log(NULL
, AV_LOG_DEBUG
, "ctype= %c%c%c%c (0x%08lx)\n", *((char *)&ctype
), ((char *)&ctype
)[1], ((char *)&ctype
)[2], ((char *)&ctype
)[3], (long) ctype
);
437 av_log(NULL
, AV_LOG_DEBUG
, "stype= %c%c%c%c\n", *((char *)&type
), ((char *)&type
)[1], ((char *)&type
)[2], ((char *)&type
)[3]);
440 /* XXX: yeah this is ugly... */
441 if(ctype
== MKTAG('m', 'h', 'l', 'r')) { /* MOV */
442 if(type
== MKTAG('v', 'i', 'd', 'e'))
444 else if(type
== MKTAG('s', 'o', 'u', 'n'))
446 } else if(ctype
== 0) { /* MP4 */
447 if(type
== MKTAG('v', 'i', 'd', 'e'))
449 else if(type
== MKTAG('s', 'o', 'u', 'n'))
451 else if(type
== MKTAG('o', 'd', 's', 'm'))
453 else if(type
== MKTAG('s', 'd', 's', 'm'))
455 } else puts("hdlr: meta");
458 if(ctype
== MKTAG('m', 'h', 'l', 'r')) { /* MOV */
459 /* helps parsing the string hereafter... */
461 if(type
== MKTAG('v', 'i', 'd', 'e'))
462 st
->codec
.codec_type
= CODEC_TYPE_VIDEO
;
463 else if(type
== MKTAG('s', 'o', 'u', 'n'))
464 st
->codec
.codec_type
= CODEC_TYPE_AUDIO
;
465 } else if(ctype
== 0) { /* MP4 */
466 /* helps parsing the string hereafter... */
468 if(type
== MKTAG('v', 'i', 'd', 'e'))
469 st
->codec
.codec_type
= CODEC_TYPE_VIDEO
;
470 else if(type
== MKTAG('s', 'o', 'u', 'n'))
471 st
->codec
.codec_type
= CODEC_TYPE_AUDIO
;
473 get_be32(pb
); /* component manufacture */
474 get_be32(pb
); /* component flags */
475 get_be32(pb
); /* component flags mask */
478 return 0; /* nothing left to read */
479 /* XXX: MP4 uses a C string, not a pascal one */
484 while(get_byte(pb
) && (++len
< (atom
.size
- 24)));
486 /* .mov: PASCAL string */
492 buf
= (uint8_t*) av_malloc(len
+1);
494 get_buffer(pb
, buf
, len
);
496 av_log(NULL
, AV_LOG_DEBUG
, "**buf='%s'\n", buf
);
503 url_fskip(pb
, atom
.size
- (url_ftell(pb
) - atom
.offset
));
507 static int mov_mp4_read_descr_len(ByteIOContext
*pb
)
512 int c
= get_byte(pb
);
513 len
= (len
<< 7) | (c
& 0x7f);
520 static int mov_mp4_read_descr(ByteIOContext
*pb
, int *tag
)
524 len
= mov_mp4_read_descr_len(pb
);
526 av_log(NULL
, AV_LOG_DEBUG
, "MPEG4 description: tag=0x%02x len=%d\n", *tag
, len
);
531 static inline unsigned int get_be24(ByteIOContext
*s
)
534 val
= get_byte(s
) << 16;
535 val
|= get_byte(s
) << 8;
540 static int mov_read_esds(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
542 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
543 MOVStreamContext
*sc
= (MOVStreamContext
*)st
->priv_data
;
544 int64_t start_pos
= url_ftell(pb
);
547 print_atom("esds", atom
);
549 /* Well, broken but suffisant for some MP4 streams */
550 get_be32(pb
); /* version + flags */
551 len
= mov_mp4_read_descr(pb
, &tag
);
552 if (tag
== MP4ESDescrTag
) {
553 get_be16(pb
); /* ID */
554 get_byte(pb
); /* priority */
556 get_be16(pb
); /* ID */
558 len
= mov_mp4_read_descr(pb
, &tag
);
559 if (tag
== MP4DecConfigDescrTag
) {
560 sc
->esds
.object_type_id
= get_byte(pb
);
561 sc
->esds
.stream_type
= get_byte(pb
);
562 sc
->esds
.buffer_size_db
= get_be24(pb
);
563 sc
->esds
.max_bitrate
= get_be32(pb
);
564 sc
->esds
.avg_bitrate
= get_be32(pb
);
566 len
= mov_mp4_read_descr(pb
, &tag
);
567 //av_log(NULL, AV_LOG_DEBUG, "LEN %d TAG %d m:%d a:%d\n", len, tag, sc->esds.max_bitrate, sc->esds.avg_bitrate);
568 if (tag
== MP4DecSpecificDescrTag
) {
570 av_log(NULL
, AV_LOG_DEBUG
, "Specific MPEG4 header len=%d\n", len
);
572 st
->codec
.extradata
= (uint8_t*) av_mallocz(len
+ FF_INPUT_BUFFER_PADDING_SIZE
);
573 if (st
->codec
.extradata
) {
574 get_buffer(pb
, st
->codec
.extradata
, len
);
575 st
->codec
.extradata_size
= len
;
579 /* in any case, skip garbage */
580 url_fskip(pb
, atom
.size
- ((url_ftell(pb
) - start_pos
)));
584 /* this atom contains actual media data */
585 static int mov_read_mdat(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
587 print_atom("mdat", atom
);
589 if(atom
.size
== 0) /* wrong one (MP4) */
592 c
->mdat_offset
= atom
.offset
;
593 c
->mdat_size
= atom
.size
;
595 return 1; /* found both, just go */
596 url_fskip(pb
, atom
.size
);
597 return 0; /* now go for moov */
600 /* this atom should contain all header atoms */
601 static int mov_read_moov(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
605 print_atom("moov", atom
);
607 err
= mov_read_default(c
, pb
, atom
);
608 /* we parsed the 'moov' atom, we can terminate the parsing as soon as we find the 'mdat' */
609 /* so we don't parse the whole file if over a network */
612 return 1; /* found both, just go */
613 return 0; /* now go for mdat */
617 static int mov_read_mdhd(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
619 print_atom("mdhd", atom
);
621 get_byte(pb
); /* version */
623 get_byte(pb
); get_byte(pb
);
624 get_byte(pb
); /* flags */
626 get_be32(pb
); /* creation time */
627 get_be32(pb
); /* modification time */
629 c
->streams
[c
->fc
->nb_streams
-1]->time_scale
= get_be32(pb
);
632 av_log(NULL
, AV_LOG_DEBUG
, "track[%i].time_scale = %i\n", c
->fc
->nb_streams
-1, c
->streams
[c
->fc
->nb_streams
-1]->time_scale
); /* time scale */
634 get_be32(pb
); /* duration */
636 get_be16(pb
); /* language */
637 get_be16(pb
); /* quality */
642 static int mov_read_mvhd(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
644 print_atom("mvhd", atom
);
646 get_byte(pb
); /* version */
647 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
649 get_be32(pb
); /* creation time */
650 get_be32(pb
); /* modification time */
651 c
->time_scale
= get_be32(pb
); /* time scale */
653 av_log(NULL
, AV_LOG_DEBUG
, "time scale = %i\n", c
->time_scale
);
655 c
->duration
= get_be32(pb
); /* duration */
656 get_be32(pb
); /* preferred scale */
658 get_be16(pb
); /* preferred volume */
660 url_fskip(pb
, 10); /* reserved */
662 url_fskip(pb
, 36); /* display matrix */
664 get_be32(pb
); /* preview time */
665 get_be32(pb
); /* preview duration */
666 get_be32(pb
); /* poster time */
667 get_be32(pb
); /* selection time */
668 get_be32(pb
); /* selection duration */
669 get_be32(pb
); /* current time */
670 get_be32(pb
); /* next track ID */
675 static int mov_read_smi(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
677 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
679 // currently SVQ3 decoder expect full STSD header - so let's fake it
680 // this should be fixed and just SMI header should be passed
681 av_free(st
->codec
.extradata
);
682 st
->codec
.extradata_size
= 0x5a + atom
.size
;
683 st
->codec
.extradata
= (uint8_t*) av_mallocz(st
->codec
.extradata_size
+ FF_INPUT_BUFFER_PADDING_SIZE
);
685 if (st
->codec
.extradata
) {
686 strcpy(st
->codec
.extradata
, "SVQ3"); // fake
687 get_buffer(pb
, st
->codec
.extradata
+ 0x5a, atom
.size
);
688 //av_log(NULL, AV_LOG_DEBUG, "Reading SMI %Ld %s\n", atom.size, (char*)st->codec.extradata + 0x5a);
690 url_fskip(pb
, atom
.size
);
695 static int mov_read_stco(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
697 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
698 MOVStreamContext
*sc
= (MOVStreamContext
*)st
->priv_data
;
701 print_atom("stco", atom
);
703 get_byte(pb
); /* version */
704 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
706 entries
= get_be32(pb
);
707 sc
->chunk_count
= entries
;
708 sc
->chunk_offsets
= (int64_t*) av_malloc(entries
* sizeof(int64_t));
709 if (!sc
->chunk_offsets
)
711 if (atom
.type
== MKTAG('s', 't', 'c', 'o')) {
712 for(i
=0; i
<entries
; i
++) {
713 sc
->chunk_offsets
[i
] = get_be32(pb
);
715 } else if (atom
.type
== MKTAG('c', 'o', '6', '4')) {
716 for(i
=0; i
<entries
; i
++) {
717 sc
->chunk_offsets
[i
] = get_be64(pb
);
723 for(i=0; i<entries; i++) {
724 av_log(NULL, AV_LOG_DEBUG, "chunk offset=0x%Lx\n", sc->chunk_offsets[i]);
731 static int mov_read_stsd(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
733 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
734 //MOVStreamContext *sc = (MOVStreamContext *)st->priv_data;
735 int entries
, frames_per_sample
;
738 /* for palette traversal */
746 unsigned char *color_table
;
748 unsigned char r
, g
, b
;
750 print_atom("stsd", atom
);
752 get_byte(pb
); /* version */
753 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
755 entries
= get_be32(pb
);
757 while(entries
--) { //Parsing Sample description table
759 int size
= get_be32(pb
); /* size */
760 format
= get_le32(pb
); /* data format */
762 get_be32(pb
); /* reserved */
763 get_be16(pb
); /* reserved */
764 get_be16(pb
); /* index */
766 /* for MPEG4: set codec type by looking for it */
767 id
= codec_get_id(mov_video_tags
, format
);
770 codec
= avcodec_find_decoder(id
);
772 st
->codec
.codec_type
= codec
->type
;
775 av_log(NULL
, AV_LOG_DEBUG
, "size=%d 4CC= %c%c%c%c codec_type=%d\n",
777 (format
>> 0) & 0xff,
778 (format
>> 8) & 0xff,
779 (format
>> 16) & 0xff,
780 (format
>> 24) & 0xff,
781 st
->codec
.codec_type
);
783 st
->codec
.codec_tag
= format
;
784 if(st
->codec
.codec_type
==CODEC_TYPE_VIDEO
) {
785 MOV_atom_t a
= { 0, 0, 0 };
786 st
->codec
.codec_id
= id
;
787 get_be16(pb
); /* version */
788 get_be16(pb
); /* revision level */
789 get_be32(pb
); /* vendor */
790 get_be32(pb
); /* temporal quality */
791 get_be32(pb
); /* spacial quality */
792 st
->codec
.width
= get_be16(pb
); /* width */
793 st
->codec
.height
= get_be16(pb
); /* height */
795 if (st
->codec
.codec_id
== CODEC_ID_MPEG4
) {
796 /* in some MPEG4 the width/height are not correct, so
797 we ignore this info */
799 st
->codec
.height
= 0;
802 get_be32(pb
); /* horiz resolution */
803 get_be32(pb
); /* vert resolution */
804 get_be32(pb
); /* data size, always 0 */
805 frames_per_sample
= get_be16(pb
); /* frames per samples */
807 av_log(NULL
, AV_LOG_DEBUG
, "frames/samples = %d\n", frames_per_sample
);
809 get_buffer(pb
, (uint8_t *)st
->codec
.codec_name
, 32); /* codec name */
811 st
->codec
.bits_per_sample
= get_be16(pb
); /* depth */
812 st
->codec
.color_table_id
= get_be16(pb
); /* colortable id */
814 /* These are set in mov_read_stts and might already be set!
815 st->codec.frame_rate = 25;
816 st->codec.frame_rate_base = 1;
818 size
-= (16+8*4+2+32+2*2);
824 a
.size
= get_be32(pb
);
825 a
.type
= get_le32(pb
);
828 av_log(NULL
, AV_LOG_DEBUG
, "VIDEO: atom_type=%c%c%c%c atom.size=%Ld size_left=%d\n",
829 (a
.type
>> 0) & 0xff,
830 (a
.type
>> 8) & 0xff,
831 (a
.type
>> 16) & 0xff,
832 (a
.type
>> 24) & 0xff,
835 start_pos
= url_ftell(pb
);
838 case MKTAG('e', 's', 'd', 's'):
841 /* Well, broken but suffisant for some MP4 streams */
842 get_be32(pb
); /* version + flags */
843 len
= mov_mp4_read_descr(pb
, &tag
);
846 get_be16(pb
); /* ID */
847 get_byte(pb
); /* priority */
848 len
= mov_mp4_read_descr(pb
, &tag
);
851 /* MP4DecConfigDescrTag */
852 get_byte(pb
); /* objectTypeId */
853 get_be32(pb
); /* streamType + buffer size */
854 get_be32(pb
); /* max bit rate */
855 get_be32(pb
); /* avg bit rate */
856 len
= mov_mp4_read_descr(pb
, &tag
);
859 /* MP4DecSpecificDescrTag */
861 av_log(NULL
, AV_LOG_DEBUG
, "Specific MPEG4 header len=%d\n", len
);
863 sc
->header_data
= av_mallocz(len
);
864 if (sc
->header_data
) {
865 get_buffer(pb
, sc
->header_data
, len
);
866 sc
->header_len
= len
;
869 /* in any case, skip garbage */
876 av_log(NULL
, AV_LOG_DEBUG
, "ATOMENEWSIZE %Ld %d\n", atom
.size
, url_ftell(pb
) - start_pos
);
878 url_fskip(pb
, (atom
.size
- 8) -
879 ((url_ftell(pb
) - start_pos
)));
880 size
-= atom
.size
- 8;
884 /* unknown extension */
889 /* figure out the palette situation */
890 color_depth
= st
->codec
.bits_per_sample
& 0x1F;
891 color_greyscale
= st
->codec
.bits_per_sample
& 0x20;
893 /* if the depth is 2, 4, or 8 bpp, file is palettized */
894 if ((color_depth
== 2) || (color_depth
== 4) ||
895 (color_depth
== 8)) {
897 if (color_greyscale
) {
899 /* compute the greyscale palette */
900 color_count
= 1 << color_depth
;
902 color_dec
= 256 / (color_count
- 1);
903 for (j
= 0; j
< color_count
; j
++) {
904 r
= g
= b
= color_index
;
905 c
->palette_control
.palette
[j
] =
906 (r
<< 16) | (g
<< 8) | (b
);
907 color_index
-= color_dec
;
912 } else if (st
->codec
.color_table_id
& 0x08) {
914 /* if flag bit 3 is set, use the default palette */
915 color_count
= 1 << color_depth
;
916 if (color_depth
== 2)
917 color_table
= ff_qt_default_palette_4
;
918 else if (color_depth
== 4)
919 color_table
= ff_qt_default_palette_16
;
921 color_table
= ff_qt_default_palette_256
;
923 for (j
= 0; j
< color_count
; j
++) {
924 r
= color_table
[j
* 4 + 0];
925 g
= color_table
[j
* 4 + 1];
926 b
= color_table
[j
* 4 + 2];
927 c
->palette_control
.palette
[j
] =
928 (r
<< 16) | (g
<< 8) | (b
);
933 /* load the palette from the file */
934 color_start
= get_be32(pb
);
935 color_count
= get_be16(pb
);
936 color_end
= get_be16(pb
);
937 for (j
= color_start
; j
<= color_end
; j
++) {
938 /* each R, G, or B component is 16 bits;
939 * only use the top 8 bits; skip alpha bytes
949 c
->palette_control
.palette
[j
] =
950 (r
<< 16) | (g
<< 8) | (b
);
954 st
->codec
.palctrl
= &c
->palette_control
;
955 st
->codec
.palctrl
->palette_changed
= 1;
957 st
->codec
.palctrl
= NULL
;
960 mov_read_default(c
, pb
, a
);
963 st
->codec
.codec_id
= codec_get_id(mov_audio_tags
, format
);
964 if(st
->codec
.codec_id
==CODEC_ID_AMR_NB
|| st
->codec
.codec_id
==CODEC_ID_AMR_WB
) //from TS26.244
967 av_log(NULL
, AV_LOG_DEBUG
, "AMR-NB or AMR-WB audio identified!!\n");
969 get_be32(pb
);get_be32(pb
); //Reserved_8
970 get_be16(pb
);//Reserved_2
971 get_be16(pb
);//Reserved_2
972 get_be32(pb
);//Reserved_4
973 get_be16(pb
);//TimeScale
974 get_be16(pb
);//Reserved_2
976 //AMRSpecificBox.(10 bytes)
979 get_be32(pb
); //type=='damr'
980 get_be32(pb
); //vendor
981 get_byte(pb
); //decoder version
982 get_be16(pb
); //mode_set
983 get_byte(pb
); //mode_change_period
984 get_byte(pb
); //frames_per_sample
986 st
->duration
= AV_NOPTS_VALUE
;//Not possible to get from this info, must count number of AMR frames
987 if(st
->codec
.codec_id
==CODEC_ID_AMR_NB
)
989 st
->codec
.sample_rate
=8000;
990 st
->codec
.channels
=1;
994 st
->codec
.sample_rate
=16000;
995 st
->codec
.channels
=1;
997 st
->codec
.bits_per_sample
=16;
998 st
->codec
.bit_rate
=0; /*It is not possible to tell this before we have
999 an audio frame and even then every frame can be different*/
1001 else if( st
->codec
.codec_tag
== MKTAG( 'm', 'p', '4', 's' ))
1003 //This is some stuff for the hint track, lets ignore it!
1004 //Do some mp4 auto detect.
1007 url_fskip(pb
, size
); /* The mp4s atom also contians a esds atom that we can skip*/
1009 else if( st
->codec
.codec_tag
== MKTAG( 'm', 'p', '4', 'a' ))
1011 /* Handle mp4 audio tag */
1012 get_be32(pb
); /* version */
1014 st
->codec
.channels
= get_be16(pb
); /* channels */
1015 st
->codec
.bits_per_sample
= get_be16(pb
); /* bits per sample */
1017 st
->codec
.sample_rate
= get_be16(pb
); /* sample rate, not always correct */
1021 MOV_atom_t a
= { format
, url_ftell(pb
), size
- (20 + 20 + 8) };
1022 mov_read_default(c
, pb
, a
);
1024 /* Get correct sample rate from extradata */
1025 if(st
->codec
.extradata_size
) {
1026 const int samplerate_table
[] = {
1027 96000, 88200, 64000, 48000, 44100, 32000,
1028 24000, 22050, 16000, 12000, 11025, 8000,
1031 unsigned char *px
= st
->codec
.extradata
;
1032 // 5 bits objectTypeIndex, 4 bits sampleRateIndex, 4 bits channels
1033 int samplerate_index
= ((px
[0] & 7) << 1) + ((px
[1] >> 7) & 1);
1034 st
->codec
.sample_rate
= samplerate_table
[samplerate_index
];
1037 else if(size
>=(16+20))
1038 {//16 bytes read, reading atleast 20 more
1040 av_log(NULL
, AV_LOG_DEBUG
, "audio size=0x%X\n",size
);
1042 uint16_t version
= get_be16(pb
); /* version */
1043 get_be16(pb
); /* revision level */
1044 get_be32(pb
); /* vendor */
1046 st
->codec
.channels
= get_be16(pb
); /* channel count */
1047 st
->codec
.bits_per_sample
= get_be16(pb
); /* sample size */
1049 /* handle specific s8 codec */
1050 get_be16(pb
); /* compression id = 0*/
1051 get_be16(pb
); /* packet size = 0 */
1053 st
->codec
.sample_rate
= ((get_be32(pb
) >> 16));
1054 //av_log(NULL, AV_LOG_DEBUG, "CODECID %d %d %.4s\n", st->codec.codec_id, CODEC_ID_PCM_S16BE, (char*)&format);
1056 switch (st
->codec
.codec_id
) {
1057 case CODEC_ID_PCM_S16BE
:
1058 if (st
->codec
.bits_per_sample
== 8)
1059 st
->codec
.codec_id
= CODEC_ID_PCM_S8
;
1061 case CODEC_ID_PCM_U8
:
1062 st
->codec
.bit_rate
= st
->codec
.sample_rate
* 8;
1068 //Read QT version 1 fields. In version 0 theese dont exist
1070 av_log(NULL
, AV_LOG_DEBUG
, "version =%d mp4=%d\n",version
,c
->mp4
);
1071 av_log(NULL
, AV_LOG_DEBUG
, "size-(16+20+16)=%d\n",size
-(16+20+16));
1073 if((version
==1) && size
>=(16+20+16))
1075 get_be32(pb
); /* samples per packet */
1076 get_be32(pb
); /* bytes per packet */
1077 get_be32(pb
); /* bytes per frame */
1078 get_be32(pb
); /* bytes per sample */
1081 //Optional, additional atom-based fields
1083 av_log(NULL
, AV_LOG_DEBUG
, "offest=0x%X, sizeleft=%d=0x%x,format=%c%c%c%c\n",(int)url_ftell(pb
),size
- (16 + 20 + 16 ),size
- (16 + 20 + 16 ),
1084 (format
>> 0) & 0xff,
1085 (format
>> 8) & 0xff,
1086 (format
>> 16) & 0xff,
1087 (format
>> 24) & 0xff);
1089 MOV_atom_t a
= { format
, url_ftell(pb
), size
- (16 + 20 + 16 + 8) };
1090 mov_read_default(c
, pb
, a
);
1095 //We should be down to 0 bytes here, but lets make sure.
1099 av_log(NULL
, AV_LOG_DEBUG
, "skipping 0x%X bytes\n",size
-(16+20));
1101 url_fskip(pb
, size
);
1107 //Unknown size, but lets do our best and skip the rest.
1109 av_log(NULL
, AV_LOG_DEBUG
, "Strange size, skipping 0x%X bytes\n",size
);
1111 url_fskip(pb
, size
);
1119 static int mov_read_stsc(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1121 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
1122 MOVStreamContext
*sc
= (MOVStreamContext
*)st
->priv_data
;
1125 print_atom("stsc", atom
);
1127 get_byte(pb
); /* version */
1128 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
1130 entries
= get_be32(pb
);
1132 av_log(NULL
, AV_LOG_DEBUG
, "track[%i].stsc.entries = %i\n", c
->fc
->nb_streams
-1, entries
);
1134 sc
->sample_to_chunk_sz
= entries
;
1135 sc
->sample_to_chunk
= (MOV_sample_to_chunk_tbl
*) av_malloc(entries
* sizeof(MOV_sample_to_chunk_tbl
));
1136 if (!sc
->sample_to_chunk
)
1138 for(i
=0; i
<entries
; i
++) {
1139 sc
->sample_to_chunk
[i
].first
= get_be32(pb
);
1140 sc
->sample_to_chunk
[i
].count
= get_be32(pb
);
1141 sc
->sample_to_chunk
[i
].id
= get_be32(pb
);
1143 /* av_log(NULL, AV_LOG_DEBUG, "sample_to_chunk first=%ld count=%ld, id=%ld\n", sc->sample_to_chunk[i].first, sc->sample_to_chunk[i].count, sc->sample_to_chunk[i].id); */
1149 static int mov_read_stss(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1151 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
1152 MOVStreamContext
*sc
= (MOVStreamContext
*)st
->priv_data
;
1155 print_atom("stss", atom
);
1157 get_byte(pb
); /* version */
1158 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
1160 entries
= get_be32(pb
);
1161 sc
->keyframe_count
= entries
;
1163 av_log(NULL
, AV_LOG_DEBUG
, "keyframe_count = %ld\n", sc
->keyframe_count
);
1165 sc
->keyframes
= (long*) av_malloc(entries
* sizeof(long));
1168 for(i
=0; i
<entries
; i
++) {
1169 sc
->keyframes
[i
] = get_be32(pb
);
1171 /* av_log(NULL, AV_LOG_DEBUG, "keyframes[]=%ld\n", sc->keyframes[i]); */
1177 static int mov_read_stsz(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1179 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
1180 MOVStreamContext
*sc
= (MOVStreamContext
*)st
->priv_data
;
1183 print_atom("stsz", atom
);
1185 get_byte(pb
); /* version */
1186 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
1188 sc
->sample_size
= get_be32(pb
);
1189 entries
= get_be32(pb
);
1190 sc
->sample_count
= entries
;
1192 av_log(NULL
, AV_LOG_DEBUG
, "sample_size = %ld sample_count = %ld\n", sc
->sample_size
, sc
->sample_count
);
1195 return 0; /* there isn't any table following */
1196 sc
->sample_sizes
= (long*) av_malloc(entries
* sizeof(long));
1197 if (!sc
->sample_sizes
)
1199 for(i
=0; i
<entries
; i
++) {
1200 sc
->sample_sizes
[i
] = get_be32(pb
);
1202 /* av_log(NULL, AV_LOG_DEBUG, "sample_sizes[]=%ld\n", sc->sample_sizes[i]); */
1208 static int mov_read_stts(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1210 AVStream
*st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
1211 //MOVStreamContext *sc = (MOVStreamContext *)st->priv_data;
1214 int64_t total_sample_count
=0;
1216 print_atom("stts", atom
);
1218 get_byte(pb
); /* version */
1219 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
1220 entries
= get_be32(pb
);
1222 c
->streams
[c
->fc
->nb_streams
-1]->stts_count
= entries
;
1223 c
->streams
[c
->fc
->nb_streams
-1]->stts_data
= (uint64_t*) av_malloc(entries
* sizeof(uint64_t));
1226 av_log(NULL
, AV_LOG_DEBUG
, "track[%i].stts.entries = %i\n", c
->fc
->nb_streams
-1, entries
);
1228 for(i
=0; i
<entries
; i
++) {
1229 int32_t sample_duration
;
1230 int32_t sample_count
;
1232 sample_count
=get_be32(pb
);
1233 sample_duration
= get_be32(pb
);
1234 c
->streams
[c
->fc
->nb_streams
- 1]->stts_data
[i
] = (uint64_t)sample_count
<<32 | (uint64_t)sample_duration
;
1236 av_log(NULL
, AV_LOG_DEBUG
, "sample_count=%d, sample_duration=%d\n",sample_count
,sample_duration
);
1238 duration
+=sample_duration
*sample_count
;
1239 total_sample_count
+=sample_count
;
1241 #if 0 //We calculate an average instead, needed by .mp4-files created with nec e606 3g phone
1243 if (!i
&& st
->codec
.codec_type
==CODEC_TYPE_VIDEO
) {
1244 st
->codec
.frame_rate_base
= sample_duration ? sample_duration
: 1;
1245 st
->codec
.frame_rate
= c
->streams
[c
->fc
->nb_streams
-1]->time_scale
;
1247 av_log(NULL
, AV_LOG_DEBUG
, "VIDEO FRAME RATE= %i (sd= %i)\n", st
->codec
.frame_rate
, sample_duration
);
1253 /*The stsd atom which contain codec type sometimes comes after the stts so we cannot check for codec_type*/
1257 &st
->codec
.frame_rate
,
1258 &st
->codec
.frame_rate_base
,
1259 c
->streams
[c
->fc
->nb_streams
-1]->time_scale
* total_sample_count
,
1265 av_log(NULL
, AV_LOG_DEBUG
, "FRAME RATE average (video or audio)= %f (tot sample count= %i ,tot dur= %i timescale=%d)\n", (float)st
->codec
.frame_rate
/st
->codec
.frame_rate_base
,total_sample_count
,duration
,c
->streams
[c
->fc
->nb_streams
-1]->time_scale
);
1270 st
->codec
.frame_rate_base
= 1;
1271 st
->codec
.frame_rate
= c
->streams
[c
->fc
->nb_streams
-1]->time_scale
;
1276 static int mov_read_trak(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1279 MOVStreamContext
*sc
;
1281 print_atom("trak", atom
);
1283 st
= av_new_stream(c
->fc
, c
->fc
->nb_streams
);
1285 sc
= (MOVStreamContext
*) av_mallocz(sizeof(MOVStreamContext
));
1291 sc
->sample_to_chunk_index
= -1;
1293 st
->codec
.codec_type
= CODEC_TYPE_MOV_OTHER
;
1294 st
->start_time
= 0; /* XXX: check */
1295 st
->duration
= (c
->duration
* (int64_t)AV_TIME_BASE
) / c
->time_scale
;
1296 c
->streams
[c
->fc
->nb_streams
-1] = sc
;
1298 return mov_read_default(c
, pb
, atom
);
1301 static int mov_read_tkhd(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1305 print_atom("tkhd", atom
);
1307 st
= c
->fc
->streams
[c
->fc
->nb_streams
-1];
1309 get_byte(pb
); /* version */
1311 get_byte(pb
); get_byte(pb
);
1312 get_byte(pb
); /* flags */
1314 MOV_TRACK_ENABLED 0x0001
1315 MOV_TRACK_IN_MOVIE 0x0002
1316 MOV_TRACK_IN_PREVIEW 0x0004
1317 MOV_TRACK_IN_POSTER 0x0008
1320 get_be32(pb
); /* creation time */
1321 get_be32(pb
); /* modification time */
1322 st
->id
= (int)get_be32(pb
); /* track id (NOT 0 !)*/
1323 get_be32(pb
); /* reserved */
1324 st
->start_time
= 0; /* check */
1325 st
->duration
= (get_be32(pb
) * (int64_t)AV_TIME_BASE
) / c
->time_scale
; /* duration */
1326 get_be32(pb
); /* reserved */
1327 get_be32(pb
); /* reserved */
1329 get_be16(pb
); /* layer */
1330 get_be16(pb
); /* alternate group */
1331 get_be16(pb
); /* volume */
1332 get_be16(pb
); /* reserved */
1334 url_fskip(pb
, 36); /* display matrix */
1336 /* those are fixed-point */
1337 st
->codec
.width
= get_be32(pb
) >> 16; /* track width */
1338 st
->codec
.height
= get_be32(pb
) >> 16; /* track height */
1343 /* this atom should be null (from specs), but some buggy files put the 'moov' atom inside it... */
1344 /* like the files created with Adobe Premiere 5.0, for samples see */
1345 /* http://graphics.tudelft.nl/~wouter/publications/soundtests/ */
1346 static int mov_read_wide(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1351 print_atom("wide", atom
);
1355 return 0; /* continue */
1356 if (get_be32(pb
) != 0) { /* 0 sized mdat atom... use the 'wide' atom size */
1357 url_fskip(pb
, atom
.size
- 4);
1360 atom
.type
= get_le32(pb
);
1363 if (atom
.type
!= MKTAG('m', 'd', 'a', 't')) {
1364 url_fskip(pb
, atom
.size
);
1367 err
= mov_read_mdat(c
, pb
, atom
);
1376 static int null_read_packet(void *opaque
, uint8_t *buf
, int buf_size
)
1381 static int mov_read_cmov(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1385 uint8_t *moov_data
; /* uncompressed data */
1386 long cmov_len
, moov_len
;
1389 print_atom("cmov", atom
);
1391 get_be32(pb
); /* dcom atom */
1392 if (get_le32(pb
) != MKTAG( 'd', 'c', 'o', 'm' ))
1394 if (get_le32(pb
) != MKTAG( 'z', 'l', 'i', 'b' )) {
1395 av_log(NULL
, AV_LOG_DEBUG
, "unknown compression for cmov atom !");
1398 get_be32(pb
); /* cmvd atom */
1399 if (get_le32(pb
) != MKTAG( 'c', 'm', 'v', 'd' ))
1401 moov_len
= get_be32(pb
); /* uncompressed size */
1402 cmov_len
= atom
.size
- 6 * 4;
1404 cmov_data
= (uint8_t *) av_malloc(cmov_len
);
1407 moov_data
= (uint8_t *) av_malloc(moov_len
);
1412 get_buffer(pb
, cmov_data
, cmov_len
);
1413 if(uncompress (moov_data
, (uLongf
*) &moov_len
, (const Bytef
*)cmov_data
, cmov_len
) != Z_OK
)
1415 if(init_put_byte(&ctx
, moov_data
, moov_len
, 0, NULL
, null_read_packet
, NULL
, NULL
) != 0)
1417 ctx
.buf_end
= ctx
.buffer
+ moov_len
;
1418 atom
.type
= MKTAG( 'm', 'o', 'o', 'v' );
1420 atom
.size
= moov_len
;
1422 { int fd
= open("/tmp/uncompheader.mov", O_WRONLY
| O_CREAT
); write(fd
, moov_data
, moov_len
); close(fd
); }
1424 ret
= mov_read_default(c
, &ctx
, atom
);
1432 /* edit list atom */
1433 static int mov_read_elst(MOVContext
*c
, ByteIOContext
*pb
, MOV_atom_t atom
)
1436 print_atom("elst", atom
);
1438 get_byte(pb
); /* version */
1439 get_byte(pb
); get_byte(pb
); get_byte(pb
); /* flags */
1440 edit_count
= c
->streams
[c
->fc
->nb_streams
-1]->edit_count
= get_be32(pb
); /* entries */
1442 for(i
=0; i
<edit_count
; i
++){
1443 get_be32(pb
); /* Track duration */
1444 get_be32(pb
); /* Media time */
1445 get_be32(pb
); /* Media rate */
1448 av_log(NULL
, AV_LOG_DEBUG
, "track[%i].edit_count = %i\n", c
->fc
->nb_streams
-1, c
->streams
[c
->fc
->nb_streams
-1]->edit_count
);
1453 static const MOVParseTableEntry mov_default_parse_table
[] = {
1455 { MKTAG( 'c', 'o', '6', '4' ), mov_read_stco
},
1456 { MKTAG( 'c', 'p', 'r', 't' ), mov_read_default
},
1457 { MKTAG( 'c', 'r', 'h', 'd' ), mov_read_default
},
1458 { MKTAG( 'c', 't', 't', 's' ), mov_read_leaf
}, /* composition time to sample */
1459 { MKTAG( 'd', 'i', 'n', 'f' ), mov_read_default
}, /* data information */
1460 { MKTAG( 'd', 'p', 'n', 'd' ), mov_read_leaf
},
1461 { MKTAG( 'd', 'r', 'e', 'f' ), mov_read_leaf
},
1462 { MKTAG( 'e', 'd', 't', 's' ), mov_read_default
},
1463 { MKTAG( 'e', 'l', 's', 't' ), mov_read_elst
},
1464 { MKTAG( 'f', 'r', 'e', 'e' ), mov_read_leaf
},
1465 { MKTAG( 'h', 'd', 'l', 'r' ), mov_read_hdlr
},
1466 { MKTAG( 'h', 'i', 'n', 't' ), mov_read_leaf
},
1467 { MKTAG( 'h', 'm', 'h', 'd' ), mov_read_leaf
},
1468 { MKTAG( 'i', 'o', 'd', 's' ), mov_read_leaf
},
1469 { MKTAG( 'm', 'd', 'a', 't' ), mov_read_mdat
},
1470 { MKTAG( 'm', 'd', 'h', 'd' ), mov_read_mdhd
},
1471 { MKTAG( 'm', 'd', 'i', 'a' ), mov_read_default
},
1472 { MKTAG( 'm', 'i', 'n', 'f' ), mov_read_default
},
1473 { MKTAG( 'm', 'o', 'o', 'v' ), mov_read_moov
},
1474 { MKTAG( 'm', 'p', '4', 'a' ), mov_read_default
},
1475 { MKTAG( 'm', 'p', '4', 's' ), mov_read_default
},
1476 { MKTAG( 'm', 'p', '4', 'v' ), mov_read_default
},
1477 { MKTAG( 'm', 'p', 'o', 'd' ), mov_read_leaf
},
1478 { MKTAG( 'm', 'v', 'h', 'd' ), mov_read_mvhd
},
1479 { MKTAG( 'n', 'm', 'h', 'd' ), mov_read_leaf
},
1480 { MKTAG( 'o', 'd', 'h', 'd' ), mov_read_default
},
1481 { MKTAG( 's', 'd', 'h', 'd' ), mov_read_default
},
1482 { MKTAG( 's', 'k', 'i', 'p' ), mov_read_leaf
},
1483 { MKTAG( 's', 'm', 'h', 'd' ), mov_read_leaf
}, /* sound media info header */
1484 { MKTAG( 'S', 'M', 'I', ' ' ), mov_read_smi
}, /* Sorrenson extension ??? */
1485 { MKTAG( 's', 't', 'b', 'l' ), mov_read_default
},
1486 { MKTAG( 's', 't', 'c', 'o' ), mov_read_stco
},
1487 { MKTAG( 's', 't', 'd', 'p' ), mov_read_default
},
1488 { MKTAG( 's', 't', 's', 'c' ), mov_read_stsc
},
1489 { MKTAG( 's', 't', 's', 'd' ), mov_read_stsd
}, /* sample description */
1490 { MKTAG( 's', 't', 's', 'h' ), mov_read_default
},
1491 { MKTAG( 's', 't', 's', 's' ), mov_read_stss
}, /* sync sample */
1492 { MKTAG( 's', 't', 's', 'z' ), mov_read_stsz
}, /* sample size */
1493 { MKTAG( 's', 't', 't', 's' ), mov_read_stts
},
1494 { MKTAG( 't', 'k', 'h', 'd' ), mov_read_tkhd
}, /* track header */
1495 { MKTAG( 't', 'r', 'a', 'k' ), mov_read_trak
},
1496 { MKTAG( 't', 'r', 'e', 'f' ), mov_read_default
}, /* not really */
1497 { MKTAG( 'u', 'd', 't', 'a' ), mov_read_leaf
},
1498 { MKTAG( 'u', 'r', 'l', ' ' ), mov_read_leaf
},
1499 { MKTAG( 'u', 'r', 'n', ' ' ), mov_read_leaf
},
1500 { MKTAG( 'u', 'u', 'i', 'd' ), mov_read_default
},
1501 { MKTAG( 'v', 'm', 'h', 'd' ), mov_read_leaf
}, /* video media info header */
1502 { MKTAG( 'w', 'a', 'v', 'e' ), mov_read_default
},
1504 { MKTAG( 'M', 'D', 'E', 'S' ), mov_read_leaf
},
1506 { MKTAG( 'c', 'h', 'a', 'p' ), mov_read_leaf
},
1507 { MKTAG( 'c', 'l', 'i', 'p' ), mov_read_default
},
1508 { MKTAG( 'c', 'r', 'g', 'n' ), mov_read_leaf
},
1509 { MKTAG( 'c', 't', 'a', 'b' ), mov_read_ctab
},
1510 { MKTAG( 'e', 's', 'd', 's' ), mov_read_esds
},
1511 { MKTAG( 'k', 'm', 'a', 't' ), mov_read_leaf
},
1512 { MKTAG( 'm', 'a', 't', 't' ), mov_read_default
},
1513 { MKTAG( 'r', 'd', 'r', 'f' ), mov_read_leaf
},
1514 { MKTAG( 'r', 'm', 'd', 'a' ), mov_read_default
},
1515 { MKTAG( 'r', 'm', 'd', 'r' ), mov_read_leaf
},
1516 { MKTAG( 'r', 'm', 'r', 'a' ), mov_read_default
},
1517 { MKTAG( 's', 'c', 'p', 't' ), mov_read_leaf
},
1518 { MKTAG( 's', 's', 'r', 'c' ), mov_read_leaf
},
1519 { MKTAG( 's', 'y', 'n', 'c' ), mov_read_leaf
},
1520 { MKTAG( 't', 'c', 'm', 'd' ), mov_read_leaf
},
1521 { MKTAG( 'w', 'i', 'd', 'e' ), mov_read_wide
}, /* place holder */
1522 //{ MKTAG( 'r', 'm', 'q', 'u' ), mov_read_leaf },
1524 { MKTAG( 'c', 'm', 'o', 'v' ), mov_read_cmov
},
1526 { MKTAG( 'c', 'm', 'o', 'v' ), mov_read_leaf
},
1528 { 0L, mov_read_leaf
}
1531 static void mov_free_stream_context(MOVStreamContext
*sc
)
1534 av_free(sc
->chunk_offsets
);
1535 av_free(sc
->sample_to_chunk
);
1536 av_free(sc
->sample_sizes
);
1537 av_free(sc
->keyframes
);
1538 av_free(sc
->header_data
);
1539 av_free(sc
->stts_data
);
1544 static inline uint32_t mov_to_tag(uint8_t *buf
)
1546 return MKTAG(buf
[0], buf
[1], buf
[2], buf
[3]);
1549 static inline uint32_t to_be32(uint8_t *buf
)
1551 return (buf
[0] << 24) | (buf
[1] << 16) | (buf
[2] << 8) | buf
[3];
1554 /* XXX: is it sufficient ? */
1555 static int mov_probe(AVProbeData
*p
)
1557 unsigned int offset
;
1560 /* check file header */
1561 if (p
->buf_size
<= 12)
1565 /* ignore invalid offset */
1566 if ((offset
+ 8) > (unsigned int)p
->buf_size
)
1568 tag
= mov_to_tag(p
->buf
+ offset
+ 4);
1570 case MKTAG( 'm', 'o', 'o', 'v' ):
1571 case MKTAG( 'w', 'i', 'd', 'e' ):
1572 case MKTAG( 'f', 'r', 'e', 'e' ):
1573 case MKTAG( 'm', 'd', 'a', 't' ):
1574 case MKTAG( 'p', 'n', 'o', 't' ): /* detect movs with preview pics like ew.mov and april.mov */
1575 case MKTAG( 'u', 'd', 't', 'a' ): /* Packet Video PVAuthor adds this and a lot of more junk */
1576 return AVPROBE_SCORE_MAX
;
1577 case MKTAG( 'f', 't', 'y', 'p' ):
1578 case MKTAG( 's', 'k', 'i', 'p' ):
1579 offset
= to_be32(p
->buf
+offset
) + offset
;
1582 /* unrecognized tag */
1589 static int mov_read_header(AVFormatContext
*s
, AVFormatParameters
*ap
)
1591 MOVContext
*mov
= (MOVContext
*) s
->priv_data
;
1592 ByteIOContext
*pb
= &s
->pb
;
1594 MOV_atom_t atom
= { 0, 0, 0 };
1597 mov
->parse_table
= mov_default_parse_table
;
1599 /* XXX: I think we should auto detect */
1600 if(s
->iformat
->name
[1] == 'p')
1603 if(!url_is_streamed(pb
)) /* .mov and .mp4 aren't streamable anyway (only progressive download if moov is before mdat) */
1604 atom
.size
= url_filesize(url_fileno(pb
));
1606 atom
.size
= 0x7FFFFFFFFFFFFFFFLL
;
1609 av_log(NULL
, AV_LOG_DEBUG
, "filesz=%Ld\n", atom
.size
);
1612 /* check MOV header */
1613 err
= mov_read_default(mov
, pb
, atom
);
1614 if (err
<0 || (!mov
->found_moov
&& !mov
->found_mdat
)) {
1615 av_log(s
, AV_LOG_ERROR
, "mov: header not found !!! (err:%d, moov:%d, mdat:%d) pos:%lld\n",
1616 err
, mov
->found_moov
, mov
->found_mdat
, url_ftell(pb
));
1620 av_log(NULL
, AV_LOG_DEBUG
, "on_parse_exit_offset=%d\n", (int) url_ftell(pb
));
1622 /* some cleanup : make sure we are on the mdat atom */
1623 if(!url_is_streamed(pb
) && (url_ftell(pb
) != mov
->mdat_offset
))
1624 url_fseek(pb
, mov
->mdat_offset
, SEEK_SET
);
1626 mov
->next_chunk_offset
= mov
->mdat_offset
; /* initialise reading */
1629 av_log(NULL
, AV_LOG_DEBUG
, "mdat_reset_offset=%d\n", (int) url_ftell(pb
));
1633 av_log(NULL
, AV_LOG_DEBUG
, "streams= %d\n", s
->nb_streams
);
1635 mov
->total_streams
= nb
= s
->nb_streams
;
1638 for(i
=0; i
<s
->nb_streams
;) {
1639 if(s
->streams
[i
]->codec
.codec_type
== CODEC_TYPE_MOV_OTHER
) {/* not audio, not video, delete */
1640 av_free(s
->streams
[i
]);
1641 for(j
=i
+1; j
<s
->nb_streams
; j
++)
1642 s
->streams
[j
-1] = s
->streams
[j
];
1647 for(i
=0; i
<s
->nb_streams
;i
++) {
1648 MOVStreamContext
*sc
;
1649 sc
= (MOVStreamContext
*)s
->streams
[i
]->priv_data
;
1651 sc
->is_ff_stream
= 1;
1655 av_log(NULL
, AV_LOG_DEBUG
, "real streams= %d\n", s
->nb_streams
);
1660 /* Yes, this is ugly... I didn't write the specs of QT :p */
1661 /* XXX:remove useless commented code sometime */
1662 static int mov_read_packet(AVFormatContext
*s
, AVPacket
*pkt
)
1664 MOVContext
*mov
= (MOVContext
*) s
->priv_data
;
1665 MOVStreamContext
*sc
;
1666 int64_t offset
= 0x0FFFFFFFFFFFFFFFLL
;
1671 #ifdef MOV_SPLIT_CHUNKS
1677 idx
= sc
->sample_to_chunk_index
;
1679 if (idx
< 0) return 0;
1680 size
= sc
->sample_sizes
[sc
->current_sample
];
1682 sc
->current_sample
++;
1683 sc
->left_in_chunk
--;
1685 if (sc
->left_in_chunk
<= 0)
1687 offset
= mov
->next_chunk_offset
;
1688 /* extract the sample */
1696 for(i
=0; i
<mov
->total_streams
; i
++) {
1697 MOVStreamContext
*msc
= mov
->streams
[i
];
1698 //av_log(NULL, AV_LOG_DEBUG, "MOCHUNK %ld %d %p pos:%Ld\n", mov->streams[i]->next_chunk, mov->total_streams, mov->streams[i], url_ftell(&s->pb));
1699 if ((msc
->next_chunk
< msc
->chunk_count
) && msc
->next_chunk
>= 0
1700 && (msc
->chunk_offsets
[msc
->next_chunk
] < offset
)) {
1702 offset
= msc
->chunk_offsets
[msc
->next_chunk
];
1703 //av_log(NULL, AV_LOG_DEBUG, "SELETED %Ld i:%d\n", offset, i);
1706 if (!sc
|| offset
==0x0FFFFFFFFFFFFFFFLL
)
1711 if(mov
->next_chunk_offset
< offset
) { /* some meta data */
1712 url_fskip(&s
->pb
, (offset
- mov
->next_chunk_offset
));
1713 mov
->next_chunk_offset
= offset
;
1716 //av_log(NULL, AV_LOG_DEBUG, "chunk: [%i] %lli -> %lli\n", st_id, mov->next_chunk_offset, offset);
1717 if(!sc
->is_ff_stream
) {
1718 url_fskip(&s
->pb
, (offset
- mov
->next_chunk_offset
));
1719 mov
->next_chunk_offset
= offset
;
1720 offset
= 0x0FFFFFFFFFFFFFFFLL
;
1724 /* now get the chunk size... */
1726 for(i
=0; i
<mov
->total_streams
; i
++) {
1727 MOVStreamContext
*msc
= mov
->streams
[i
];
1728 if ((msc
->next_chunk
< msc
->chunk_count
)
1729 && ((msc
->chunk_offsets
[msc
->next_chunk
] - offset
) < size
))
1730 size
= msc
->chunk_offsets
[msc
->next_chunk
] - offset
;
1733 #ifdef MOV_MINOLTA_FIX
1734 //Make sure that size is according to sample_size (Needed by .mov files
1735 //created on a Minolta Dimage Xi where audio chunks contains waste data in the end)
1736 //Maybe we should really not only check sc->sample_size, but also sc->sample_sizes
1737 //but I have no such movies
1738 if (sc
->sample_size
> 0) {
1740 for(i
=0; i
<(sc
->sample_to_chunk_sz
); i
++) {
1741 if( (sc
->sample_to_chunk
[i
].first
)<=(sc
->next_chunk
) && (sc
->sample_size
>0) )
1743 // I can't figure out why for PCM audio sample_size is always 1
1744 // (it should actually be channels*bits_per_second/8) but it is.
1745 AVCodecContext
* cod
= &s
->streams
[sc
->ffindex
]->codec
;
1746 if (sc
->sample_size
== 1 && (cod
->codec_id
== CODEC_ID_PCM_S16BE
|| cod
->codec_id
== CODEC_ID_PCM_S16LE
))
1747 foundsize
=(sc
->sample_to_chunk
[i
].count
*cod
->channels
*cod
->bits_per_sample
)/8;
1749 foundsize
=sc
->sample_to_chunk
[i
].count
*sc
->sample_size
;
1752 /*av_log(NULL, AV_LOG_DEBUG, "sample_to_chunk first=%ld count=%ld, id=%ld\n", sc->sample_to_chunk[i].first, sc->sample_to_chunk[i].count, sc->sample_to_chunk[i].id);*/
1755 if( (foundsize
>0) && (foundsize
<size
) )
1758 /*av_log(NULL, AV_LOG_DEBUG, "this size should actually be %d\n",foundsize);*/
1763 #endif //MOV_MINOLTA_FIX
1765 #ifdef MOV_SPLIT_CHUNKS
1766 /* split chunks into samples */
1767 if (sc
->sample_size
== 0) {
1768 int idx
= sc
->sample_to_chunk_index
;
1769 if ((idx
+ 1 < sc
->sample_to_chunk_sz
)
1770 && (sc
->next_chunk
>= sc
->sample_to_chunk
[idx
+ 1].first
))
1772 sc
->sample_to_chunk_index
= idx
;
1773 if (idx
>= 0 && sc
->sample_to_chunk
[idx
].count
!= 1) {
1775 /* we'll have to get those samples before next chunk */
1776 sc
->left_in_chunk
= sc
->sample_to_chunk
[idx
].count
- 1;
1777 size
= sc
->sample_sizes
[sc
->current_sample
];
1780 sc
->current_sample
++;
1785 //av_log(NULL, AV_LOG_DEBUG, "chunk: [%i] %lli -> %lli (%i)\n", st_id, offset, offset + size, size);
1786 if(size
== 0x0FFFFFFF)
1787 size
= mov
->mdat_size
+ mov
->mdat_offset
- offset
;
1792 url_fseek(&s
->pb
, offset
, SEEK_SET
);
1794 //av_log(NULL, AV_LOG_DEBUG, "READCHUNK hlen: %d %d off: %Ld pos:%Ld\n", size, sc->header_len, offset, url_ftell(&s->pb));
1795 if (sc
->header_len
> 0) {
1796 av_new_packet(pkt
, size
+ sc
->header_len
);
1797 memcpy(pkt
->data
, sc
->header_data
, sc
->header_len
);
1798 get_buffer(&s
->pb
, pkt
->data
+ sc
->header_len
, size
);
1800 av_freep(&sc
->header_data
);
1803 av_new_packet(pkt
, size
);
1804 get_buffer(&s
->pb
, pkt
->data
, pkt
->size
);
1806 pkt
->stream_index
= sc
->ffindex
;
1808 // If the keyframes table exists, mark any samples that are in the table as key frames.
1809 // If no table exists, treat very sample as a key frame.
1810 if (sc
->keyframes
) {
1812 b
= sc
->keyframe_count
- 1;
1815 m
= (a
+ b
+ 1) >> 1;
1816 if (sc
->keyframes
[m
] > sc
->current_sample
) {
1823 if (sc
->keyframes
[a
] == sc
->current_sample
)
1824 pkt
->flags
|= PKT_FLAG_KEY
;
1827 pkt
->flags
|= PKT_FLAG_KEY
;
1831 av_log(NULL, AV_LOG_DEBUG, "Packet (%d, %d, %ld) ", pkt->stream_index, st_id, pkt->size);
1833 av_log(NULL, AV_LOG_DEBUG, "%02x ", pkt->data[i]);
1835 av_log(NULL, AV_LOG_DEBUG, "%c ", (pkt->data[i]) & 0x7F);
1840 mov
->next_chunk_offset
= offset
+ size
;
1845 #if defined(MOV_SPLIT_CHUNKS) && defined(MOV_SEEK)
1847 * Seek method based on the one described in the Appendix C of QTFileFormat.pdf
1849 static int mov_read_seek(AVFormatContext
*s
, int stream_index
, int64_t timestamp
, int flags
)
1851 MOVContext
* mov
= (MOVContext
*) s
->priv_data
;
1852 MOVStreamContext
* sc
;
1854 int64_t sample_time
;
1856 int32_t seek_sample
, sample
;
1860 int32_t left_in_chunk
;
1861 int64_t chunk_file_offset
;
1862 int64_t sample_file_offset
;
1863 int32_t first_chunk_sample
;
1864 int32_t sample_to_chunk_idx
;
1867 // Find the corresponding mov stream
1868 for (mov_idx
= 0; mov_idx
< mov
->total_streams
; mov_idx
++)
1869 if (mov
->streams
[mov_idx
]->ffindex
== stream_index
)
1871 if (mov_idx
== mov
->total_streams
) {
1872 av_log(s
, AV_LOG_ERROR
, "mov: requested stream was not found in mov streams (idx=%i)\n", stream_index
);
1875 sc
= mov
->streams
[mov_idx
];
1877 // Step 1. Find the edit that contains the requested time (elst)
1878 if (sc
->edit_count
) {
1879 // FIXME should handle edit list
1880 av_log(s
, AV_LOG_ERROR
, "mov: does not handle seeking in files that contain edit list (c:%d)\n", sc
->edit_count
);
1884 // Step 2. Find the corresponding sample using the Time-to-sample atom (stts) */
1886 av_log(s
, AV_LOG_DEBUG
, "Searching for time %li in stream #%i (time_scale=%i)\n", (long)timestamp
, mov_idx
, sc
->time_scale
);
1888 // convert timestamp from time_base unit to timescale unit
1889 sample_time
= av_rescale( timestamp
,
1890 (int64_t)sc
->time_scale
* s
->streams
[stream_index
]->time_base
.num
,
1891 (int64_t)s
->streams
[stream_index
]->time_base
.den
);
1892 start_time
= 0; // FIXME use elst atom
1893 sample
= 1; // sample are 0 based in table
1895 av_log(s
, AV_LOG_DEBUG
, "Searching for sample_time %li \n", (long)sample_time
);
1897 for (i
= 0; i
< sc
->stts_count
; i
++) {
1898 count
= (uint32_t)(sc
->stts_data
[i
]>>32);
1899 duration
= (uint32_t)(sc
->stts_data
[i
]&0xffff);
1900 //av_log(s, AV_LOG_DEBUG, "> sample_time %lli \n", (long)sample_time);
1901 //av_log(s, AV_LOG_DEBUG, "> count=%i duration=%i\n", count, duration);
1902 if ((start_time
+ count
*duration
) > sample_time
) {
1903 sample
+= (sample_time
- start_time
) / duration
;
1907 start_time
+= count
* duration
;
1909 /* NOTE: despite what qt doc say, the dt value (Display Time in qt vocabulary) computed with the stts atom
1910 is a decoding time stamp (dts) not a presentation time stamp. And as usual dts != pts for stream with b frames */
1913 av_log(s
, AV_LOG_DEBUG
, "Found time %li at sample #%u\n", (long)sample_time
, sample
);
1915 if (sample
> sc
->sample_count
) {
1916 av_log(s
, AV_LOG_ERROR
, "mov: sample pos is too high, unable to seek (req. sample=%i, sample count=%ld)\n", sample
, sc
->sample_count
);
1920 // Step 3. Find the prior sync. sample using the Sync sample atom (stss)
1921 if (sc
->keyframes
) {
1923 b
= sc
->keyframe_count
- 1;
1925 m
= (a
+ b
+ 1) >> 1;
1926 if (sc
->keyframes
[m
] > sample
) {
1932 // av_log(s, AV_LOG_DEBUG, "a=%i (%i) b=%i (%i) m=%i (%i) stream #%i\n", a, sc->keyframes[a], b, sc->keyframes[b], m, sc->keyframes[m], mov_idx);
1935 seek_sample
= sc
->keyframes
[a
];
1938 seek_sample
= sample
; // else all samples are key frames
1940 av_log(s
, AV_LOG_DEBUG
, "Found nearest keyframe at sample #%i \n", seek_sample
);
1943 // Step 4. Find the chunk of the sample using the Sample-to-chunk-atom (stsc)
1944 for (first_chunk_sample
= 1, i
= 0; i
< (sc
->sample_to_chunk_sz
- 1); i
++) {
1945 b
= (sc
->sample_to_chunk
[i
+ 1].first
- sc
->sample_to_chunk
[i
].first
) * sc
->sample_to_chunk
[i
].count
;
1946 if (seek_sample
>= first_chunk_sample
&& seek_sample
< (first_chunk_sample
+ b
))
1948 first_chunk_sample
+= b
;
1950 chunk
= sc
->sample_to_chunk
[i
].first
+ (seek_sample
- first_chunk_sample
) / sc
->sample_to_chunk
[i
].count
;
1951 left_in_chunk
= sc
->sample_to_chunk
[i
].count
- (seek_sample
- first_chunk_sample
) % sc
->sample_to_chunk
[i
].count
;
1952 first_chunk_sample
+= ((seek_sample
- first_chunk_sample
) / sc
->sample_to_chunk
[i
].count
) * sc
->sample_to_chunk
[i
].count
;
1953 sample_to_chunk_idx
= i
;
1955 av_log(s
, AV_LOG_DEBUG
, "Sample was found in chunk #%i at sample offset %i (idx %i)\n", chunk
, seek_sample
- first_chunk_sample
, sample_to_chunk_idx
);
1958 // Step 5. Find the offset of the chunk using the chunk offset atom
1959 if (!sc
->chunk_offsets
) {
1960 av_log(s
, AV_LOG_ERROR
, "mov: no chunk offset atom, unable to seek\n");
1963 if (chunk
> sc
->chunk_count
) {
1964 av_log(s
, AV_LOG_ERROR
, "mov: chunk offset atom too short, unable to seek (req. chunk=%i, chunk count=%li)\n", chunk
, sc
->chunk_count
);
1967 chunk_file_offset
= sc
->chunk_offsets
[chunk
- 1];
1969 av_log(s
, AV_LOG_DEBUG
, "Chunk file offset is #%llu \n", chunk_file_offset
);
1972 // Step 6. Find the byte offset within the chunk using the sample size atom
1973 sample_file_offset
= chunk_file_offset
;
1974 if (sc
->sample_size
)
1975 sample_file_offset
+= (seek_sample
- first_chunk_sample
) * sc
->sample_size
;
1977 for (i
= 0; i
< (seek_sample
- first_chunk_sample
); i
++) {
1978 sample_file_offset
+= sc
->sample_sizes
[first_chunk_sample
+ i
- 1];
1982 av_log(s
, AV_LOG_DEBUG
, "Sample file offset is #%llu \n", sample_file_offset
);
1985 // Step 6. Update the parser
1987 mov
->next_chunk_offset
= sample_file_offset
;
1988 // Update current stream state
1989 sc
->current_sample
= seek_sample
- 1; // zero based
1990 sc
->left_in_chunk
= left_in_chunk
;
1991 sc
->next_chunk
= chunk
; // +1 -1 (zero based)
1992 sc
->sample_to_chunk_index
= sample_to_chunk_idx
;
1994 // Update other streams
1995 for (i
= 0; i
<mov
->total_streams
; i
++) {
1996 MOVStreamContext
*msc
;
1997 if (i
== mov_idx
) continue;
1998 // Find the nearest 'next' chunk
1999 msc
= mov
->streams
[i
];
2001 b
= msc
->chunk_count
- 1;
2003 m
= (a
+ b
+ 1) >> 1;
2004 if (msc
->chunk_offsets
[m
] > chunk_file_offset
) {
2010 /* av_log(s, AV_LOG_DEBUG, "a=%i (%li) b=%i (%li) m=%i (%li) stream #%i\n"
2011 , a, (long)msc->chunk_offsets[a], b, (long)msc->chunk_offsets[b], m, (long)msc->chunk_offsets[m], i); */
2014 msc
->next_chunk
= a
;
2015 if (msc
->chunk_offsets
[a
] < chunk_file_offset
&& a
< (msc
->chunk_count
-1))
2018 av_log(s
, AV_LOG_DEBUG
, "Nearest next chunk for stream #%i is #%i @%lli\n", i
, msc
->next_chunk
+1, msc
->chunk_offsets
[msc
->next_chunk
]);
2020 // Compute sample count and index in the sample_to_chunk table (what a pity)
2021 msc
->sample_to_chunk_index
= 0;
2022 msc
->current_sample
= 0;
2023 for(; msc
->sample_to_chunk_index
< (msc
->sample_to_chunk_sz
- 1)
2024 && msc
->sample_to_chunk
[msc
->sample_to_chunk_index
+ 1].first
<= (1 + msc
->next_chunk
); msc
->sample_to_chunk_index
++) {
2025 msc
->current_sample
+= (msc
->sample_to_chunk
[msc
->sample_to_chunk_index
+ 1].first
- msc
->sample_to_chunk
[msc
->sample_to_chunk_index
].first
) \
2026 * msc
->sample_to_chunk
[msc
->sample_to_chunk_index
].count
;
2028 msc
->current_sample
+= (msc
->next_chunk
- (msc
->sample_to_chunk
[msc
->sample_to_chunk_index
].first
- 1)) * sc
->sample_to_chunk
[msc
->sample_to_chunk_index
].count
;
2029 msc
->left_in_chunk
= msc
->sample_to_chunk
[msc
->sample_to_chunk_index
].count
- 1;
2031 av_log(s
, AV_LOG_DEBUG
, "Next Sample for stream #%i is #%i @%i\n", i
, msc
->current_sample
+ 1, msc
->sample_to_chunk_index
+ 1);
2038 static int mov_read_close(AVFormatContext
*s
)
2041 MOVContext
*mov
= (MOVContext
*) s
->priv_data
;
2042 for(i
=0; i
<mov
->total_streams
; i
++)
2043 mov_free_stream_context(mov
->streams
[i
]);
2044 /* free color tabs */
2045 for(i
=0; i
<mov
->ctab_size
; i
++)
2046 av_freep(&mov
->ctab
[i
]);
2047 av_freep(&mov
->ctab
);
2051 static AVInputFormat mov_iformat
= {
2053 "QuickTime/MPEG4 format",
2059 #if defined(MOV_SPLIT_CHUNKS) && defined(MOV_SEEK)
2066 av_register_input_format(&mov_iformat
);