Mercurial > libavformat.hg
annotate mov.c @ 889:22b044eeeaed libavformat
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
| author | mmu_man |
|---|---|
| date | Fri, 30 Dec 2005 18:25:46 +0000 |
| parents | d70e50f1495f |
| children | 1e49bfea0ffb |
| rev | line source |
|---|---|
| 0 | 1 /* |
| 2 * MOV decoder. | |
| 3 * Copyright (c) 2001 Fabrice Bellard. | |
| 4 * | |
| 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. | |
| 9 * | |
| 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. | |
| 14 * | |
| 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 | |
| 18 */ | |
|
395
c1ed10f3b052
cleanup frame_rate code, this may also fix some large file bugs
michael
parents:
383
diff
changeset
|
19 |
|
c1ed10f3b052
cleanup frame_rate code, this may also fix some large file bugs
michael
parents:
383
diff
changeset
|
20 #include <limits.h> |
| 885 | 21 |
| 0 | 22 #include "avformat.h" |
| 23 #include "avi.h" | |
| 24 | |
| 25 #ifdef CONFIG_ZLIB | |
| 26 #include <zlib.h> | |
| 27 #endif | |
| 28 | |
| 29 /* | |
| 30 * First version by Francois Revol revol@free.fr | |
| 885 | 31 * Seek function by Gael Chardon gael.dev@4now.net |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
32 * |
| 0 | 33 * Features and limitations: |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
34 * - reads most of the QT files I have (at least the structure), |
| 0 | 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 :-) | |
| 491 | 44 * - seek is not supported with files that contain edit list |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
45 * |
| 0 | 46 * Funny I didn't know about http://sourceforge.net/projects/qt-ffmpeg/ |
| 47 * when coding this :) (it's a writer anyway) | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
48 * |
| 0 | 49 * Reference documents: |
| 50 * http://www.geocities.com/xhelmboyx/quicktime/formats/qtm-layout.txt | |
| 51 * Apple: | |
| 491 | 52 * http://developer.apple.com/documentation/QuickTime/QTFF/ |
|
506
74ad3aa6749c
2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
500
diff
changeset
|
53 * http://developer.apple.com/documentation/QuickTime/QTFF/qtff.pdf |
| 0 | 54 * QuickTime is a trademark of Apple (AFAIK :)) |
| 55 */ | |
| 56 | |
| 57 //#define DEBUG | |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
58 #ifdef DEBUG |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
59 #include <stdio.h> |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
60 #include <fcntl.h> |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
61 #endif |
| 0 | 62 |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
63 #include "qtpalette.h" |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
64 |
| 491 | 65 |
| 66 /* Allows seeking (MOV_SPLIT_CHUNKS should also be defined) */ | |
| 67 #define MOV_SEEK | |
| 68 | |
| 0 | 69 /* allows chunk splitting - should work now... */ |
| 70 /* in case you can't read a file, try commenting */ | |
| 71 #define MOV_SPLIT_CHUNKS | |
| 72 | |
| 147 | 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 | |
| 76 | |
| 0 | 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 */ | |
| 887 | 80 #define CODEC_TYPE_MOV_OTHER (enum CodecType) 2 |
| 0 | 81 |
| 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 */ | |
|
101
0865b0aaa2af
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
mmu_man
parents:
85
diff
changeset
|
86 /* { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, *//* YUV with alpha-channel (AVID Uncompressed) */ |
| 0 | 87 /* Graphics */ |
| 88 /* Animation */ | |
| 89 /* Apple video */ | |
| 90 /* Kodak Photo CD */ | |
| 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) */ | |
|
101
0865b0aaa2af
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
mmu_man
parents:
85
diff
changeset
|
95 { CODEC_ID_MJPEG, MKTAG('A', 'V', 'D', 'J') }, /* MJPEG with alpha-channel (AVID JFIF meridien compressed) */ |
|
0865b0aaa2af
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
mmu_man
parents:
85
diff
changeset
|
96 /* { CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') }, *//* MJPEG with alpha-channel (AVID ABVB/Truevision NuVista) */ |
| 0 | 97 /* { CODEC_ID_GIF, MKTAG('g', 'i', 'f', ' ') }, *//* embedded gif files as frames (usually one "click to play movie" frame) */ |
| 98 /* Sorenson video */ | |
| 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)*/ | |
| 129 | 102 { CODEC_ID_SVQ3, MKTAG('S', 'V', 'Q', '3') }, /* Sorenson Video v3 */ |
| 0 | 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 */ | |
| 289 | 105 { CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'D') }, |
|
697
c7e1501cc306
Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>
mmu_man
parents:
695
diff
changeset
|
106 { CODEC_ID_MPEG4, MKTAG('3', 'I', 'V', '2') }, /* experimental: 3IVX files before ivx D4 4.5.1 */ |
| 0 | 107 /* { CODEC_ID_, MKTAG('I', 'V', '5', '0') }, *//* Indeo 5.0 */ |
| 108 { CODEC_ID_H263, MKTAG('h', '2', '6', '3') }, /* H263 */ | |
| 133 | 109 { CODEC_ID_H263, MKTAG('s', '2', '6', '3') }, /* H263 ?? works */ |
| 0 | 110 { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, /* DV NTSC */ |
| 111 { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 'p') }, /* DV PAL */ | |
|
101
0865b0aaa2af
QT AVID 4CCs patch by ("Sebastien Bechet" <s dot bechet at av7 dot net>) (not tested)
mmu_man
parents:
85
diff
changeset
|
112 /* { CODEC_ID_DVVIDEO, MKTAG('A', 'V', 'd', 'v') }, *//* AVID dv */ |
| 124 | 113 { CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') }, /* On2 VP3 */ |
|
266
8bb470d85249
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
tmmm
parents:
258
diff
changeset
|
114 { CODEC_ID_RPZA, MKTAG('r', 'p', 'z', 'a') }, /* Apple Video (RPZA) */ |
|
8bb470d85249
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
tmmm
parents:
258
diff
changeset
|
115 { CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') }, /* Cinepak */ |
| 301 | 116 { CODEC_ID_8BPS, MKTAG('8', 'B', 'P', 'S') }, /* Planar RGB (8BPS) */ |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
117 { CODEC_ID_SMC, MKTAG('s', 'm', 'c', ' ') }, /* Apple Graphics (SMC) */ |
|
358
d18a2b1fc182
initial commit for Quicktime Animation (RLE) video decoder; bit depths
melanson
parents:
308
diff
changeset
|
118 { CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') }, /* Apple Animation (RLE) */ |
|
533
59da52e5f5a5
support for Sierra Online audio files and Apple QuickDraw codec,
melanson
parents:
506
diff
changeset
|
119 { CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */ |
| 615 | 120 { CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, /* AVC-1/H.264 */ |
| 805 | 121 { CODEC_ID_MPEG2VIDEO, MKTAG('h', 'd', 'v', '2') }, /* MPEG2 produced by Sony HD camera */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
122 { CODEC_ID_NONE, 0 }, |
| 0 | 123 }; |
| 124 | |
| 125 static const CodecTag mov_audio_tags[] = { | |
| 126 /* { CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, *//* uncompressed */ | |
| 127 { CODEC_ID_PCM_S16BE, MKTAG('t', 'w', 'o', 's') }, /* 16 bits */ | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
128 /* { CODEC_ID_PCM_S8, MKTAG('t', 'w', 'o', 's') },*/ /* 8 bits */ |
| 118 | 129 { CODEC_ID_PCM_U8, MKTAG('r', 'a', 'w', ' ') }, /* 8 bits unsigned */ |
| 0 | 130 { CODEC_ID_PCM_S16LE, MKTAG('s', 'o', 'w', 't') }, /* */ |
| 131 { CODEC_ID_PCM_MULAW, MKTAG('u', 'l', 'a', 'w') }, /* */ | |
| 132 { CODEC_ID_PCM_ALAW, MKTAG('a', 'l', 'a', 'w') }, /* */ | |
| 133 { CODEC_ID_ADPCM_IMA_QT, MKTAG('i', 'm', 'a', '4') }, /* IMA-4 ADPCM */ | |
| 134 { CODEC_ID_MACE3, MKTAG('M', 'A', 'C', '3') }, /* Macintosh Audio Compression and Expansion 3:1 */ | |
| 135 { CODEC_ID_MACE6, MKTAG('M', 'A', 'C', '6') }, /* Macintosh Audio Compression and Expansion 6:1 */ | |
| 136 | |
| 137 { CODEC_ID_MP2, MKTAG('.', 'm', 'p', '3') }, /* MPEG layer 3 */ /* sample files at http://www.3ivx.com/showcase.html use this tag */ | |
| 138 { CODEC_ID_MP2, 0x6D730055 }, /* MPEG layer 3 */ | |
| 139 { CODEC_ID_MP2, 0x5500736D }, /* MPEG layer 3 *//* XXX: check endianness */ | |
| 140 /* { CODEC_ID_OGG_VORBIS, MKTAG('O', 'g', 'g', 'S') }, *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */ | |
| 141 /* MP4 tags */ | |
|
655
7cba02909808
AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi>
mmu_man
parents:
654
diff
changeset
|
142 { CODEC_ID_AAC, MKTAG('m', 'p', '4', 'a') }, /* MPEG-4 AAC */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
143 /* The standard for mpeg4 audio is still not normalised AFAIK anyway */ |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
144 { CODEC_ID_AMR_NB, MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp */ |
|
258
59c2e84817a1
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
michaelni
parents:
191
diff
changeset
|
145 { CODEC_ID_AMR_WB, MKTAG('s', 'a', 'w', 'b') }, /* AMR-WB 3gp */ |
| 289 | 146 { CODEC_ID_AC3, MKTAG('m', 's', 0x20, 0x00) }, /* Dolby AC-3 */ |
|
691
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
147 { CODEC_ID_ALAC,MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */ |
| 865 | 148 { CODEC_ID_QDM2,MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
149 { CODEC_ID_NONE, 0 }, |
| 0 | 150 }; |
| 151 | |
|
889
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
152 /* map numeric codes from mdhd atom to ISO 639 */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
153 /* cf. QTFileFormat.pdf p253, qtff.pdf p205 */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
154 static const char *mov_mdhd_language_map[] = { |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
155 /* 0-9 */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
156 "eng", "fra", "ger", "ita", "dut", "sve", "spa", "dan", "por", "nor", |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
157 "heb", "jpn", "ara", "fin", "gre", "ice", "mlt", "tur", "hr "/*scr*/, "chi"/*ace?*/, |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
158 "urd", "hin", "tha", "kor", "lit", "pol", "hun", "est", "lav", NULL, |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
159 "fo ", NULL, "rus", "chi", NULL, "iri", "alb", "ron", "ces", "slk", |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
160 "slv", "yid", "sr ", "mac", "bul", "ukr", "bel", "uzb", "kaz", "aze", |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
161 /*?*/ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
162 "aze", "arm", "geo", "mol", "kir", "tgk", "tuk", "mon", NULL, "pus", |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
163 "kur", "kas", "snd", "tib", "nep", "san", "mar", "ben", "asm", "guj", |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
164 "pa ", "ori", "mal", "kan", "tam", "tel", NULL, "bur", "khm", "lao", |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
165 /* roman? arabic? */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
166 "vie", "ind", "tgl", "may", "may", "amh", "tir", "orm", "som", "swa", |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
167 /*==rundi?*/ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
168 NULL, "run", NULL, "mlg", "epo", NULL, NULL, NULL, NULL, NULL, |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
169 /* 100 */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
170 NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
171 NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
172 NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "wel", "baq", |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
173 "cat", "lat", "que", "grn", "aym", "tat", "uig", "dzo", "jav" |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
174 }; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
175 |
| 0 | 176 /* the QuickTime file format is quite convoluted... |
| 177 * it has lots of index tables, each indexing something in another one... | |
| 178 * Here we just use what is needed to read the chunks | |
| 179 */ | |
| 180 | |
| 181 typedef struct MOV_sample_to_chunk_tbl { | |
| 182 long first; | |
| 183 long count; | |
| 184 long id; | |
| 185 } MOV_sample_to_chunk_tbl; | |
| 186 | |
| 118 | 187 typedef struct { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
188 uint32_t type; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
189 int64_t offset; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
190 int64_t size; /* total size (excluding the size and type fields) */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
191 } MOV_atom_t; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
192 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
193 typedef struct { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
194 int seed; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
195 int flags; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
196 int size; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
197 void* clrs; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
198 } MOV_ctab_t; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
199 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
200 typedef struct { |
| 118 | 201 uint8_t version; |
| 202 uint32_t flags; // 24bit | |
| 203 | |
| 204 /* 0x03 ESDescrTag */ | |
| 205 uint16_t es_id; | |
| 887 | 206 #define MP4ODescrTag 0x01 |
| 207 #define MP4IODescrTag 0x02 | |
| 208 #define MP4ESDescrTag 0x03 | |
| 209 #define MP4DecConfigDescrTag 0x04 | |
| 210 #define MP4DecSpecificDescrTag 0x05 | |
| 211 #define MP4SLConfigDescrTag 0x06 | |
| 212 #define MP4ContentIdDescrTag 0x07 | |
| 213 #define MP4SupplContentIdDescrTag 0x08 | |
| 214 #define MP4IPIPtrDescrTag 0x09 | |
| 215 #define MP4IPMPPtrDescrTag 0x0A | |
| 216 #define MP4IPMPDescrTag 0x0B | |
| 217 #define MP4RegistrationDescrTag 0x0D | |
| 218 #define MP4ESIDIncDescrTag 0x0E | |
| 219 #define MP4ESIDRefDescrTag 0x0F | |
| 220 #define MP4FileIODescrTag 0x10 | |
| 221 #define MP4FileODescrTag 0x11 | |
| 222 #define MP4ExtProfileLevelDescrTag 0x13 | |
| 223 #define MP4ExtDescrTagsStart 0x80 | |
| 224 #define MP4ExtDescrTagsEnd 0xFE | |
| 118 | 225 uint8_t stream_priority; |
| 226 | |
| 227 /* 0x04 DecConfigDescrTag */ | |
| 228 uint8_t object_type_id; | |
| 229 uint8_t stream_type; | |
| 230 /* XXX: really streamType is | |
| 231 * only 6bit, followed by: | |
| 232 * 1bit upStream | |
| 233 * 1bit reserved | |
| 234 */ | |
| 235 uint32_t buffer_size_db; // 24 | |
| 236 uint32_t max_bitrate; | |
| 237 uint32_t avg_bitrate; | |
| 238 | |
| 239 /* 0x05 DecSpecificDescrTag */ | |
| 240 uint8_t decoder_cfg_len; | |
| 241 uint8_t *decoder_cfg; | |
| 242 | |
| 243 /* 0x06 SLConfigDescrTag */ | |
| 244 uint8_t sl_config_len; | |
| 245 uint8_t *sl_config; | |
| 246 } MOV_esds_t; | |
| 247 | |
| 121 | 248 struct MOVParseTableEntry; |
| 249 | |
| 670 | 250 typedef struct Time2Sample{ |
| 251 int count; | |
| 252 int duration; | |
| 253 }Time2Sample; | |
| 254 | |
| 0 | 255 typedef struct MOVStreamContext { |
| 256 int ffindex; /* the ffmpeg stream id */ | |
| 257 int is_ff_stream; /* Is this stream presented to ffmpeg ? i.e. is this an audio or video stream ? */ | |
| 258 long next_chunk; | |
| 259 long chunk_count; | |
| 65 | 260 int64_t *chunk_offsets; |
| 670 | 261 int stts_count; |
| 262 Time2Sample *stts_data; | |
| 671 | 263 int ctts_count; |
| 264 Time2Sample *ctts_data; | |
| 670 | 265 int edit_count; /* number of 'edit' (elst atom) */ |
| 0 | 266 long sample_to_chunk_sz; |
| 267 MOV_sample_to_chunk_tbl *sample_to_chunk; | |
| 268 long sample_to_chunk_index; | |
| 885 | 269 int sample_to_time_index; |
| 270 long sample_to_time_sample; | |
| 271 uint64_t sample_to_time_time; | |
| 671 | 272 int sample_to_ctime_index; |
| 273 int sample_to_ctime_sample; | |
| 0 | 274 long sample_size; |
| 275 long sample_count; | |
| 276 long *sample_sizes; | |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
277 long keyframe_count; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
278 long *keyframes; |
| 118 | 279 int time_scale; |
| 0 | 280 long current_sample; |
| 281 long left_in_chunk; /* how many samples before next chunk */ | |
| 118 | 282 MOV_esds_t esds; |
| 0 | 283 } MOVStreamContext; |
| 284 | |
| 285 typedef struct MOVContext { | |
| 286 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) */ | |
| 287 AVFormatContext *fc; | |
| 118 | 288 int time_scale; |
| 289 int duration; /* duration of the longest track */ | |
| 0 | 290 int found_moov; /* when both 'moov' and 'mdat' sections has been found */ |
| 291 int found_mdat; /* we suppose we have enough data to read the file */ | |
| 65 | 292 int64_t mdat_size; |
| 293 int64_t mdat_offset; | |
| 769 | 294 int ni; ///< non interleaved mode |
| 0 | 295 int total_streams; |
| 296 /* some streams listed here aren't presented to the ffmpeg API, since they aren't either video nor audio | |
| 297 * but we need the info to be able to skip data from those streams in the 'mdat' section | |
| 298 */ | |
| 299 MOVStreamContext *streams[MAX_STREAMS]; | |
| 118 | 300 |
| 65 | 301 int64_t next_chunk_offset; |
| 118 | 302 MOVStreamContext *partial; /* != 0 : there is still to read in the current chunk */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
303 int ctab_size; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
304 MOV_ctab_t **ctab; /* color tables */ |
| 121 | 305 const struct MOVParseTableEntry *parse_table; /* could be eventually used to change the table */ |
| 306 /* NOTE: for recursion save to/ restore from local variable! */ | |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
307 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
308 AVPaletteControl palette_control; |
| 0 | 309 } MOVContext; |
| 310 | |
| 311 | |
| 312 /* XXX: it's the first time I make a recursive parser I think... sorry if it's ugly :P */ | |
| 313 | |
| 314 /* those functions parse an atom */ | |
| 315 /* return code: | |
| 316 1: found what I wanted, exit | |
| 317 0: continue to parse next atom | |
| 318 -1: error occured, exit | |
| 319 */ | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
320 typedef int (*mov_parse_function)(MOVContext *ctx, ByteIOContext *pb, MOV_atom_t atom); |
| 0 | 321 |
| 322 /* links atom IDs to parse functions */ | |
| 323 typedef struct MOVParseTableEntry { | |
| 65 | 324 uint32_t type; |
| 0 | 325 mov_parse_function func; |
| 326 } MOVParseTableEntry; | |
| 327 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
328 #ifdef DEBUG |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
329 /* |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
330 * XXX: static sux, even more in a multithreaded environment... |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
331 * Avoid them. This is here just to help debugging. |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
332 */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
333 static int debug_indent = 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
334 void print_atom(const char *str, MOV_atom_t atom) |
| 0 | 335 { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
336 unsigned int tag, i; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
337 tag = (unsigned int) atom.type; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
338 i=debug_indent; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
339 if(tag == 0) tag = MKTAG('N', 'U', 'L', 'L'); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
340 while(i--) |
| 491 | 341 av_log(NULL, AV_LOG_DEBUG, "|"); |
| 342 av_log(NULL, AV_LOG_DEBUG, "parse:"); | |
| 343 av_log(NULL, AV_LOG_DEBUG, " %s: tag=%c%c%c%c offset=0x%x size=0x%x\n", | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
344 str, tag & 0xff, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
345 (tag >> 8) & 0xff, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
346 (tag >> 16) & 0xff, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
347 (tag >> 24) & 0xff, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
348 (unsigned int)atom.offset, |
| 887 | 349 (unsigned int)atom.size); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
350 assert((unsigned int)atom.size < 0x7fffffff);// catching errors |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
351 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
352 #else |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
353 #define print_atom(a,b) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
354 #endif |
| 121 | 355 |
|
889
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
356 const char *ff_mov_lang_to_iso639(int code) |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
357 { |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
358 if (code >= (sizeof(mov_mdhd_language_map)/sizeof(char *))) |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
359 return NULL; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
360 if (!mov_mdhd_language_map[code]) |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
361 return NULL; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
362 return mov_mdhd_language_map[code]; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
363 } |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
364 |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
365 extern int ff_mov_iso639_to_lang(const char *lang); /* for movenc.c */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
366 int ff_mov_iso639_to_lang(const char *lang) |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
367 { |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
368 int i; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
369 for (i = 0; i < (sizeof(mov_mdhd_language_map)/sizeof(char *)); i++) { |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
370 if (mov_mdhd_language_map[i] && !strcmp(lang, mov_mdhd_language_map[i])) |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
371 return i; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
372 } |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
373 return -1; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
374 } |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
375 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
376 static int mov_read_leaf(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
377 { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
378 print_atom("leaf", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
379 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
380 if (atom.size>1) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
381 url_fskip(pb, atom.size); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
382 /* url_seek(pb, atom_offset+atom.size, SEEK_SET); */ |
| 0 | 383 return 0; |
| 384 } | |
| 385 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
386 static int mov_read_default(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 0 | 387 { |
| 121 | 388 int64_t total_size = 0; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
389 MOV_atom_t a; |
| 0 | 390 int i; |
| 391 int err = 0; | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
392 |
| 0 | 393 #ifdef DEBUG |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
394 print_atom("default", atom); |
| 0 | 395 debug_indent++; |
| 396 #endif | |
| 118 | 397 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
398 a.offset = atom.offset; |
| 0 | 399 |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
400 if (atom.size < 0) |
| 887 | 401 atom.size = 0x7fffffffffffffffLL; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
402 while(((total_size + 8) < atom.size) && !url_feof(pb) && !err) { |
| 887 | 403 a.size = atom.size; |
| 404 a.type=0L; | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
405 if(atom.size >= 8) { |
| 887 | 406 a.size = get_be32(pb); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
407 a.type = get_le32(pb); |
| 0 | 408 } |
| 887 | 409 total_size += 8; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
410 a.offset += 8; |
| 887 | 411 //av_log(NULL, AV_LOG_DEBUG, "type: %08x %.4s sz: %Lx %Lx %Lx\n", type, (char*)&type, size, atom.size, total_size); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
412 if (a.size == 1) { /* 64 bit extended size */ |
| 887 | 413 a.size = get_be64(pb) - 8; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
414 a.offset += 8; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
415 total_size += 8; |
| 0 | 416 } |
| 887 | 417 if (a.size == 0) { |
| 418 a.size = atom.size - total_size; | |
| 419 if (a.size <= 8) | |
| 118 | 420 break; |
| 887 | 421 } |
| 422 for (i = 0; c->parse_table[i].type != 0L | |
| 423 && c->parse_table[i].type != a.type; i++) | |
| 424 /* empty */; | |
| 118 | 425 |
| 887 | 426 a.size -= 8; |
| 885 | 427 |
| 639 | 428 if(a.size < 0) |
| 429 break; | |
| 885 | 430 |
| 491 | 431 // av_log(NULL, AV_LOG_DEBUG, " i=%ld\n", i); |
| 887 | 432 if (c->parse_table[i].type == 0) { /* skip leaf atoms data */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
433 // url_seek(pb, atom.offset+atom.size, SEEK_SET); |
| 0 | 434 #ifdef DEBUG |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
435 print_atom("unknown", a); |
| 0 | 436 #endif |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
437 url_fskip(pb, a.size); |
| 887 | 438 } else { |
| 121 | 439 #ifdef DEBUG |
| 887 | 440 //char b[5] = { type & 0xff, (type >> 8) & 0xff, (type >> 16) & 0xff, (type >> 24) & 0xff, 0 }; |
| 441 //print_atom(b, type, offset, size); | |
| 121 | 442 #endif |
| 887 | 443 err = (c->parse_table[i].func)(c, pb, a); |
| 444 } | |
| 0 | 445 |
| 887 | 446 a.offset += a.size; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
447 total_size += a.size; |
| 0 | 448 } |
| 449 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
450 if (!err && total_size < atom.size && atom.size < 0x7ffff) { |
| 887 | 451 //av_log(NULL, AV_LOG_DEBUG, "RESET %Ld %Ld err:%d\n", atom.size, total_size, err); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
452 url_fskip(pb, atom.size - total_size); |
| 118 | 453 } |
| 454 | |
| 0 | 455 #ifdef DEBUG |
| 456 debug_indent--; | |
| 457 #endif | |
| 458 return err; | |
| 459 } | |
| 460 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
461 static int mov_read_ctab(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 0 | 462 { |
| 639 | 463 #if 1 |
| 464 url_fskip(pb, atom.size); // for now | |
| 465 #else | |
| 466 VERY VERY BROKEN, NEVER execute this, needs rewrite | |
|
683
095009fc2f35
kill warnings patch by (M?ns Rullg?rd <mru inprovide com>)
michael
parents:
677
diff
changeset
|
467 unsigned int len; |
|
095009fc2f35
kill warnings patch by (M?ns Rullg?rd <mru inprovide com>)
michael
parents:
677
diff
changeset
|
468 MOV_ctab_t *t; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
469 c->ctab = av_realloc(c->ctab, ++c->ctab_size); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
470 t = c->ctab[c->ctab_size]; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
471 t->seed = get_be32(pb); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
472 t->flags = get_be16(pb); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
473 t->size = get_be16(pb) + 1; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
474 len = 2 * t->size * 4; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
475 if (len > 0) { |
| 887 | 476 t->clrs = av_malloc(len); // 16bit A R G B |
| 477 if (t->clrs) | |
| 478 get_buffer(pb, t->clrs, len); | |
| 0 | 479 } |
| 639 | 480 #endif |
| 118 | 481 |
| 0 | 482 return 0; |
| 483 } | |
| 484 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
485 static int mov_read_hdlr(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 0 | 486 { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
487 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; |
| 0 | 488 int len = 0; |
| 65 | 489 uint32_t type; |
| 490 uint32_t ctype; | |
| 121 | 491 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
492 print_atom("hdlr", atom); |
| 0 | 493 |
| 494 get_byte(pb); /* version */ | |
| 495 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ | |
| 496 | |
| 497 /* component type */ | |
| 498 ctype = get_le32(pb); | |
| 499 type = get_le32(pb); /* component subtype */ | |
| 500 | |
| 501 #ifdef DEBUG | |
| 491 | 502 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); |
| 503 av_log(NULL, AV_LOG_DEBUG, "stype= %c%c%c%c\n", *((char *)&type), ((char *)&type)[1], ((char *)&type)[2], ((char *)&type)[3]); | |
| 0 | 504 #endif |
| 505 #ifdef DEBUG | |
| 506 /* XXX: yeah this is ugly... */ | |
| 507 if(ctype == MKTAG('m', 'h', 'l', 'r')) { /* MOV */ | |
| 508 if(type == MKTAG('v', 'i', 'd', 'e')) | |
| 509 puts("hdlr: vide"); | |
| 510 else if(type == MKTAG('s', 'o', 'u', 'n')) | |
| 511 puts("hdlr: soun"); | |
| 512 } else if(ctype == 0) { /* MP4 */ | |
| 513 if(type == MKTAG('v', 'i', 'd', 'e')) | |
| 514 puts("hdlr: vide"); | |
| 515 else if(type == MKTAG('s', 'o', 'u', 'n')) | |
| 516 puts("hdlr: soun"); | |
| 517 else if(type == MKTAG('o', 'd', 's', 'm')) | |
| 518 puts("hdlr: odsm"); | |
| 519 else if(type == MKTAG('s', 'd', 's', 'm')) | |
| 520 puts("hdlr: sdsm"); | |
| 521 } else puts("hdlr: meta"); | |
| 522 #endif | |
| 523 | |
| 524 if(ctype == MKTAG('m', 'h', 'l', 'r')) { /* MOV */ | |
| 525 /* helps parsing the string hereafter... */ | |
| 526 c->mp4 = 0; | |
| 527 if(type == MKTAG('v', 'i', 'd', 'e')) | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
528 st->codec->codec_type = CODEC_TYPE_VIDEO; |
| 0 | 529 else if(type == MKTAG('s', 'o', 'u', 'n')) |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
530 st->codec->codec_type = CODEC_TYPE_AUDIO; |
| 0 | 531 } else if(ctype == 0) { /* MP4 */ |
| 532 /* helps parsing the string hereafter... */ | |
| 533 c->mp4 = 1; | |
| 534 if(type == MKTAG('v', 'i', 'd', 'e')) | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
535 st->codec->codec_type = CODEC_TYPE_VIDEO; |
| 0 | 536 else if(type == MKTAG('s', 'o', 'u', 'n')) |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
537 st->codec->codec_type = CODEC_TYPE_AUDIO; |
| 0 | 538 } |
| 539 get_be32(pb); /* component manufacture */ | |
| 540 get_be32(pb); /* component flags */ | |
| 541 get_be32(pb); /* component flags mask */ | |
| 542 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
543 if(atom.size <= 24) |
| 0 | 544 return 0; /* nothing left to read */ |
| 545 /* XXX: MP4 uses a C string, not a pascal one */ | |
| 546 /* component name */ | |
| 547 | |
| 548 if(c->mp4) { | |
| 549 /* .mp4: C string */ | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
550 while(get_byte(pb) && (++len < (atom.size - 24))); |
| 0 | 551 } else { |
| 552 /* .mov: PASCAL string */ | |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
553 #ifdef DEBUG |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
554 char* buf; |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
555 #endif |
| 0 | 556 len = get_byte(pb); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
557 #ifdef DEBUG |
| 887 | 558 buf = (uint8_t*) av_malloc(len+1); |
| 559 if (buf) { | |
| 560 get_buffer(pb, buf, len); | |
| 561 buf[len] = '\0'; | |
| 562 av_log(NULL, AV_LOG_DEBUG, "**buf='%s'\n", buf); | |
| 563 av_free(buf); | |
| 564 } else | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
565 #endif |
| 887 | 566 url_fskip(pb, len); |
| 0 | 567 } |
| 118 | 568 |
|
489
aeb69a5f3756
The atom 'skip' should be handled by 'mov_read_leaf()', not by
michael
parents:
438
diff
changeset
|
569 url_fskip(pb, atom.size - (url_ftell(pb) - atom.offset)); |
| 0 | 570 return 0; |
| 571 } | |
| 572 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
573 static int mov_mp4_read_descr_len(ByteIOContext *pb) |
| 0 | 574 { |
| 118 | 575 int len = 0; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
576 int count = 4; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
577 while (count--) { |
| 118 | 578 int c = get_byte(pb); |
| 887 | 579 len = (len << 7) | (c & 0x7f); |
| 580 if (!(c & 0x80)) | |
| 581 break; | |
| 0 | 582 } |
| 583 return len; | |
| 584 } | |
| 585 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
586 static int mov_mp4_read_descr(ByteIOContext *pb, int *tag) |
| 0 | 587 { |
| 588 int len; | |
| 589 *tag = get_byte(pb); | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
590 len = mov_mp4_read_descr_len(pb); |
| 0 | 591 #ifdef DEBUG |
| 491 | 592 av_log(NULL, AV_LOG_DEBUG, "MPEG4 description: tag=0x%02x len=%d\n", *tag, len); |
| 0 | 593 #endif |
| 594 return len; | |
| 595 } | |
| 596 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
597 static int mov_read_esds(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 118 | 598 { |
| 599 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; | |
| 600 MOVStreamContext *sc = (MOVStreamContext *)st->priv_data; | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
601 int64_t start_pos = url_ftell(pb); |
| 118 | 602 int tag, len; |
| 121 | 603 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
604 print_atom("esds", atom); |
| 118 | 605 |
| 606 /* Well, broken but suffisant for some MP4 streams */ | |
| 607 get_be32(pb); /* version + flags */ | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
608 len = mov_mp4_read_descr(pb, &tag); |
| 118 | 609 if (tag == MP4ESDescrTag) { |
| 887 | 610 get_be16(pb); /* ID */ |
| 611 get_byte(pb); /* priority */ | |
| 118 | 612 } else |
| 887 | 613 get_be16(pb); /* ID */ |
| 118 | 614 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
615 len = mov_mp4_read_descr(pb, &tag); |
| 118 | 616 if (tag == MP4DecConfigDescrTag) { |
| 887 | 617 sc->esds.object_type_id = get_byte(pb); |
| 618 sc->esds.stream_type = get_byte(pb); | |
| 619 sc->esds.buffer_size_db = get_be24(pb); | |
| 620 sc->esds.max_bitrate = get_be32(pb); | |
| 621 sc->esds.avg_bitrate = get_be32(pb); | |
| 118 | 622 |
| 887 | 623 len = mov_mp4_read_descr(pb, &tag); |
| 624 //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); | |
| 625 if (tag == MP4DecSpecificDescrTag) { | |
| 118 | 626 #ifdef DEBUG |
| 887 | 627 av_log(NULL, AV_LOG_DEBUG, "Specific MPEG4 header len=%d\n", len); |
| 118 | 628 #endif |
| 887 | 629 st->codec->extradata = (uint8_t*) av_mallocz(len + FF_INPUT_BUFFER_PADDING_SIZE); |
| 630 if (st->codec->extradata) { | |
| 631 get_buffer(pb, st->codec->extradata, len); | |
| 632 st->codec->extradata_size = len; | |
| 633 } | |
| 634 } | |
| 118 | 635 } |
| 636 /* in any case, skip garbage */ | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
637 url_fskip(pb, atom.size - ((url_ftell(pb) - start_pos))); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
638 return 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
639 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
640 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
641 /* this atom contains actual media data */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
642 static int mov_read_mdat(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
643 { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
644 print_atom("mdat", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
645 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
646 if(atom.size == 0) /* wrong one (MP4) */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
647 return 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
648 c->found_mdat=1; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
649 c->mdat_offset = atom.offset; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
650 c->mdat_size = atom.size; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
651 if(c->found_moov) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
652 return 1; /* found both, just go */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
653 url_fskip(pb, atom.size); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
654 return 0; /* now go for moov */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
655 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
656 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
657 /* this atom should contain all header atoms */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
658 static int mov_read_moov(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
659 { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
660 int err; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
661 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
662 print_atom("moov", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
663 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
664 err = mov_read_default(c, pb, atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
665 /* we parsed the 'moov' atom, we can terminate the parsing as soon as we find the 'mdat' */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
666 /* so we don't parse the whole file if over a network */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
667 c->found_moov=1; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
668 if(c->found_mdat) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
669 return 1; /* found both, just go */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
670 return 0; /* now go for mdat */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
671 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
672 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
673 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
674 static int mov_read_mdhd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
675 { |
|
889
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
676 int version; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
677 int lang; |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
678 const char *iso639; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
679 print_atom("mdhd", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
680 |
|
889
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
681 version = get_byte(pb); /* version */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
682 if (version > 1) |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
683 return 1; /* unsupported */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
684 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
685 get_byte(pb); get_byte(pb); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
686 get_byte(pb); /* flags */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
687 |
|
889
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
688 (version==1)?get_be64(pb):get_be32(pb); /* creation time */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
689 (version==1)?get_be64(pb):get_be32(pb); /* modification time */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
690 |
| 491 | 691 c->streams[c->fc->nb_streams-1]->time_scale = get_be32(pb); |
|
852
27c765023958
set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing
michael
parents:
849
diff
changeset
|
692 av_set_pts_info(c->fc->streams[c->fc->nb_streams-1], 64, 1, c->streams[c->fc->nb_streams-1]->time_scale); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
693 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
694 #ifdef DEBUG |
| 491 | 695 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 */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
696 #endif |
|
889
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
697 c->fc->streams[c->fc->nb_streams-1]->duration = (version==1)?get_be64(pb):get_be32(pb); /* duration */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
698 |
|
889
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
699 lang = get_be16(pb); /* language */ |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
700 iso639 = ff_mov_lang_to_iso639(lang); |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
701 if (iso639) |
|
22b044eeeaed
fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[]
mmu_man
parents:
887
diff
changeset
|
702 strncpy(c->fc->streams[c->fc->nb_streams-1]->language, iso639, 4); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
703 get_be16(pb); /* quality */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
704 |
| 118 | 705 return 0; |
| 706 } | |
| 707 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
708 static int mov_read_mvhd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
709 { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
710 print_atom("mvhd", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
711 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
712 get_byte(pb); /* version */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
713 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
714 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
715 get_be32(pb); /* creation time */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
716 get_be32(pb); /* modification time */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
717 c->time_scale = get_be32(pb); /* time scale */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
718 #ifdef DEBUG |
| 491 | 719 av_log(NULL, AV_LOG_DEBUG, "time scale = %i\n", c->time_scale); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
720 #endif |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
721 c->duration = get_be32(pb); /* duration */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
722 get_be32(pb); /* preferred scale */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
723 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
724 get_be16(pb); /* preferred volume */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
725 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
726 url_fskip(pb, 10); /* reserved */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
727 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
728 url_fskip(pb, 36); /* display matrix */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
729 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
730 get_be32(pb); /* preview time */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
731 get_be32(pb); /* preview duration */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
732 get_be32(pb); /* poster time */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
733 get_be32(pb); /* selection time */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
734 get_be32(pb); /* selection duration */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
735 get_be32(pb); /* current time */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
736 get_be32(pb); /* next track ID */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
737 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
738 return 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
739 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
740 |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
741 static int mov_read_smi(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
742 { |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
743 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
744 |
| 639 | 745 if((uint64_t)atom.size > (1<<30)) |
| 746 return -1; | |
| 885 | 747 |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
748 // currently SVQ3 decoder expect full STSD header - so let's fake it |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
749 // this should be fixed and just SMI header should be passed |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
750 av_free(st->codec->extradata); |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
751 st->codec->extradata_size = 0x5a + atom.size; |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
752 st->codec->extradata = (uint8_t*) av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE); |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
753 |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
754 if (st->codec->extradata) { |
| 887 | 755 strcpy(st->codec->extradata, "SVQ3"); // fake |
| 756 get_buffer(pb, st->codec->extradata + 0x5a, atom.size); | |
| 757 //av_log(NULL, AV_LOG_DEBUG, "Reading SMI %Ld %s\n", atom.size, (char*)st->codec->extradata + 0x5a); | |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
758 } else |
| 887 | 759 url_fskip(pb, atom.size); |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
760 |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
761 return 0; |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
762 } |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
763 |
| 865 | 764 static int mov_read_wave(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 765 { | |
| 766 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; | |
| 767 | |
| 768 if((uint64_t)atom.size > (1<<30)) | |
| 769 return -1; | |
| 885 | 770 |
| 865 | 771 // pass all frma atom to codec, needed at least for QDM2 |
| 772 av_free(st->codec->extradata); | |
| 773 st->codec->extradata_size = atom.size; | |
| 774 st->codec->extradata = (uint8_t*) av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE); | |
| 775 | |
| 776 if (st->codec->extradata) { | |
| 887 | 777 get_buffer(pb, st->codec->extradata, atom.size); |
| 778 //av_log(NULL, AV_LOG_DEBUG, "Reading frma %Ld %s\n", atom.size, (char*)st->codec->extradata); | |
| 865 | 779 } else |
| 887 | 780 url_fskip(pb, atom.size); |
| 865 | 781 |
| 782 return 0; | |
| 783 } | |
| 784 | |
| 615 | 785 static int mov_read_avcC(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 786 { | |
| 787 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; | |
| 788 | |
| 639 | 789 if((uint64_t)atom.size > (1<<30)) |
| 790 return -1; | |
| 791 | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
792 av_free(st->codec->extradata); |
| 615 | 793 |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
794 st->codec->extradata_size = atom.size; |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
795 st->codec->extradata = (uint8_t*) av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE); |
| 615 | 796 |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
797 if (st->codec->extradata) { |
| 887 | 798 get_buffer(pb, st->codec->extradata, atom.size); |
| 615 | 799 } else |
| 887 | 800 url_fskip(pb, atom.size); |
| 615 | 801 |
| 802 return 0; | |
| 803 } | |
| 804 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
805 static int mov_read_stco(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 0 | 806 { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
807 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
808 MOVStreamContext *sc = (MOVStreamContext *)st->priv_data; |
| 639 | 809 unsigned int i, entries; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
810 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
811 print_atom("stco", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
812 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
813 get_byte(pb); /* version */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
814 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
815 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
816 entries = get_be32(pb); |
| 885 | 817 |
| 639 | 818 if(entries >= UINT_MAX/sizeof(int64_t)) |
| 819 return -1; | |
| 885 | 820 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
821 sc->chunk_count = entries; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
822 sc->chunk_offsets = (int64_t*) av_malloc(entries * sizeof(int64_t)); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
823 if (!sc->chunk_offsets) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
824 return -1; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
825 if (atom.type == MKTAG('s', 't', 'c', 'o')) { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
826 for(i=0; i<entries; i++) { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
827 sc->chunk_offsets[i] = get_be32(pb); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
828 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
829 } else if (atom.type == MKTAG('c', 'o', '6', '4')) { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
830 for(i=0; i<entries; i++) { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
831 sc->chunk_offsets[i] = get_be64(pb); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
832 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
833 } else |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
834 return -1; |
| 885 | 835 |
| 769 | 836 for(i=0; i<c->fc->nb_streams; i++){ |
| 837 MOVStreamContext *sc2 = (MOVStreamContext *)c->fc->streams[i]->priv_data; | |
| 770 | 838 if(sc2 && sc2->chunk_offsets){ |
| 839 int64_t first= sc2->chunk_offsets[0]; | |
| 840 int64_t last= sc2->chunk_offsets[sc2->chunk_count-1]; | |
| 841 if(first >= sc->chunk_offsets[entries-1] || last <= sc->chunk_offsets[0]) | |
| 842 c->ni=1; | |
| 843 } | |
| 769 | 844 } |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
845 #ifdef DEBUG |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
846 /* |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
847 for(i=0; i<entries; i++) { |
| 491 | 848 av_log(NULL, AV_LOG_DEBUG, "chunk offset=0x%Lx\n", sc->chunk_offsets[i]); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
849 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
850 */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
851 #endif |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
852 return 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
853 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
854 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
855 static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
856 { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
857 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; |
|
849
44b415886cbf
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
michael
parents:
822
diff
changeset
|
858 MOVStreamContext *sc = (MOVStreamContext *)st->priv_data; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
859 int entries, frames_per_sample; |
| 65 | 860 uint32_t format; |
|
657
5b9575f5b6e8
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>
mmu_man
parents:
655
diff
changeset
|
861 uint8_t codec_name[32]; |
| 121 | 862 |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
863 /* for palette traversal */ |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
864 int color_depth; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
865 int color_start; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
866 int color_count; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
867 int color_end; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
868 int color_index; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
869 int color_dec; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
870 int color_greyscale; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
871 unsigned char *color_table; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
872 int j; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
873 unsigned char r, g, b; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
874 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
875 print_atom("stsd", atom); |
| 0 | 876 |
| 877 get_byte(pb); /* version */ | |
| 878 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ | |
| 879 | |
| 880 entries = get_be32(pb); | |
| 881 | |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
882 while(entries--) { //Parsing Sample description table |
| 121 | 883 enum CodecID id; |
| 887 | 884 int size = get_be32(pb); /* size */ |
| 0 | 885 format = get_le32(pb); /* data format */ |
| 118 | 886 |
| 0 | 887 get_be32(pb); /* reserved */ |
| 888 get_be16(pb); /* reserved */ | |
| 889 get_be16(pb); /* index */ | |
| 890 | |
| 891 /* for MPEG4: set codec type by looking for it */ | |
| 892 id = codec_get_id(mov_video_tags, format); | |
| 893 if (id >= 0) { | |
| 894 AVCodec *codec; | |
| 887 | 895 codec = avcodec_find_decoder(id); |
| 0 | 896 if (codec) |
| 887 | 897 st->codec->codec_type = codec->type; |
| 0 | 898 } |
| 899 #ifdef DEBUG | |
| 491 | 900 av_log(NULL, AV_LOG_DEBUG, "size=%d 4CC= %c%c%c%c codec_type=%d\n", |
| 118 | 901 size, |
| 0 | 902 (format >> 0) & 0xff, |
| 903 (format >> 8) & 0xff, | |
| 904 (format >> 16) & 0xff, | |
| 905 (format >> 24) & 0xff, | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
906 st->codec->codec_type); |
| 0 | 907 #endif |
| 887 | 908 st->codec->codec_tag = format; |
| 909 if(st->codec->codec_type==CODEC_TYPE_VIDEO) { | |
| 910 MOV_atom_t a = { 0, 0, 0 }; | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
911 st->codec->codec_id = id; |
| 0 | 912 get_be16(pb); /* version */ |
| 913 get_be16(pb); /* revision level */ | |
| 914 get_be32(pb); /* vendor */ | |
| 915 get_be32(pb); /* temporal quality */ | |
| 916 get_be32(pb); /* spacial quality */ | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
917 if(st->codec->codec_id == CODEC_ID_MPEG4){ //FIXME this is silly |
| 768 | 918 get_be16(pb); |
| 919 get_be16(pb); | |
| 920 }else{ | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
921 st->codec->width = get_be16(pb); /* width */ |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
922 st->codec->height = get_be16(pb); /* height */ |
| 0 | 923 } |
| 924 get_be32(pb); /* horiz resolution */ | |
| 925 get_be32(pb); /* vert resolution */ | |
| 926 get_be32(pb); /* data size, always 0 */ | |
| 118 | 927 frames_per_sample = get_be16(pb); /* frames per samples */ |
| 0 | 928 #ifdef DEBUG |
| 887 | 929 av_log(NULL, AV_LOG_DEBUG, "frames/samples = %d\n", frames_per_sample); |
| 0 | 930 #endif |
|
657
5b9575f5b6e8
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>
mmu_man
parents:
655
diff
changeset
|
931 get_buffer(pb, codec_name, 32); /* codec name, pascal string (FIXME: true for mp4?) */ |
|
5b9575f5b6e8
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>
mmu_man
parents:
655
diff
changeset
|
932 if (codec_name[0] <= 31) { |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
933 memcpy(st->codec->codec_name, &codec_name[1],codec_name[0]); |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
934 st->codec->codec_name[codec_name[0]] = 0; |
|
657
5b9575f5b6e8
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>
mmu_man
parents:
655
diff
changeset
|
935 } |
| 0 | 936 |
| 887 | 937 st->codec->bits_per_sample = get_be16(pb); /* depth */ |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
938 st->codec->color_table_id = get_be16(pb); /* colortable id */ |
| 118 | 939 |
| 147 | 940 /* These are set in mov_read_stts and might already be set! |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
941 st->codec->time_base.den = 25; |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
942 st->codec->time_base.num = 1; |
| 147 | 943 */ |
| 887 | 944 size -= (16+8*4+2+32+2*2); |
| 118 | 945 #if 0 |
| 887 | 946 while (size >= 8) { |
| 947 MOV_atom_t a; | |
| 65 | 948 int64_t start_pos; |
| 118 | 949 |
| 887 | 950 a.size = get_be32(pb); |
| 951 a.type = get_le32(pb); | |
| 952 size -= 8; | |
| 0 | 953 #ifdef DEBUG |
| 491 | 954 av_log(NULL, AV_LOG_DEBUG, "VIDEO: atom_type=%c%c%c%c atom.size=%Ld size_left=%d\n", |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
955 (a.type >> 0) & 0xff, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
956 (a.type >> 8) & 0xff, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
957 (a.type >> 16) & 0xff, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
958 (a.type >> 24) & 0xff, |
| 887 | 959 a.size, size); |
| 0 | 960 #endif |
| 961 start_pos = url_ftell(pb); | |
| 962 | |
| 887 | 963 switch(a.type) { |
| 0 | 964 case MKTAG('e', 's', 'd', 's'): |
| 965 { | |
| 966 int tag, len; | |
| 967 /* Well, broken but suffisant for some MP4 streams */ | |
| 968 get_be32(pb); /* version + flags */ | |
| 887 | 969 len = mov_mp4_read_descr(pb, &tag); |
| 0 | 970 if (tag == 0x03) { |
| 971 /* MP4ESDescrTag */ | |
| 972 get_be16(pb); /* ID */ | |
| 973 get_byte(pb); /* priority */ | |
| 887 | 974 len = mov_mp4_read_descr(pb, &tag); |
| 0 | 975 if (tag != 0x04) |
| 976 goto fail; | |
| 977 /* MP4DecConfigDescrTag */ | |
| 978 get_byte(pb); /* objectTypeId */ | |
| 979 get_be32(pb); /* streamType + buffer size */ | |
| 887 | 980 get_be32(pb); /* max bit rate */ |
| 0 | 981 get_be32(pb); /* avg bit rate */ |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
982 len = mov_mp4_read_descr(pb, &tag); |
| 0 | 983 if (tag != 0x05) |
| 984 goto fail; | |
| 985 /* MP4DecSpecificDescrTag */ | |
| 986 #ifdef DEBUG | |
| 491 | 987 av_log(NULL, AV_LOG_DEBUG, "Specific MPEG4 header len=%d\n", len); |
| 0 | 988 #endif |
| 989 sc->header_data = av_mallocz(len); | |
| 990 if (sc->header_data) { | |
| 991 get_buffer(pb, sc->header_data, len); | |
| 887 | 992 sc->header_len = len; |
| 0 | 993 } |
| 994 } | |
| 995 /* in any case, skip garbage */ | |
| 996 } | |
| 997 break; | |
| 998 default: | |
| 999 break; | |
| 1000 } | |
| 887 | 1001 fail: |
| 1002 av_log(NULL, AV_LOG_DEBUG, "ATOMENEWSIZE %Ld %d\n", atom.size, url_ftell(pb) - start_pos); | |
| 1003 if (atom.size > 8) { | |
| 1004 url_fskip(pb, (atom.size - 8) - | |
| 1005 ((url_ftell(pb) - start_pos))); | |
| 1006 size -= atom.size - 8; | |
| 1007 } | |
| 1008 } | |
| 0 | 1009 if (size > 0) { |
| 1010 /* unknown extension */ | |
| 1011 url_fskip(pb, size); | |
| 1012 } | |
| 118 | 1013 #else |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1014 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1015 /* figure out the palette situation */ |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1016 color_depth = st->codec->bits_per_sample & 0x1F; |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1017 color_greyscale = st->codec->bits_per_sample & 0x20; |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1018 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1019 /* if the depth is 2, 4, or 8 bpp, file is palettized */ |
| 885 | 1020 if ((color_depth == 2) || (color_depth == 4) || |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1021 (color_depth == 8)) { |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1022 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1023 if (color_greyscale) { |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1024 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1025 /* compute the greyscale palette */ |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1026 color_count = 1 << color_depth; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1027 color_index = 255; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1028 color_dec = 256 / (color_count - 1); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1029 for (j = 0; j < color_count; j++) { |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1030 r = g = b = color_index; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1031 c->palette_control.palette[j] = |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1032 (r << 16) | (g << 8) | (b); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1033 color_index -= color_dec; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1034 if (color_index < 0) |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1035 color_index = 0; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1036 } |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1037 |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1038 } else if (st->codec->color_table_id & 0x08) { |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1039 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1040 /* if flag bit 3 is set, use the default palette */ |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1041 color_count = 1 << color_depth; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1042 if (color_depth == 2) |
| 431 | 1043 color_table = ff_qt_default_palette_4; |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1044 else if (color_depth == 4) |
| 431 | 1045 color_table = ff_qt_default_palette_16; |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1046 else |
| 431 | 1047 color_table = ff_qt_default_palette_256; |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1048 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1049 for (j = 0; j < color_count; j++) { |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1050 r = color_table[j * 4 + 0]; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1051 g = color_table[j * 4 + 1]; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1052 b = color_table[j * 4 + 2]; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1053 c->palette_control.palette[j] = |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1054 (r << 16) | (g << 8) | (b); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1055 } |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1056 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1057 } else { |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1058 |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1059 /* load the palette from the file */ |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1060 color_start = get_be32(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1061 color_count = get_be16(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1062 color_end = get_be16(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1063 for (j = color_start; j <= color_end; j++) { |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1064 /* each R, G, or B component is 16 bits; |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1065 * only use the top 8 bits; skip alpha bytes |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1066 * up front */ |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1067 get_byte(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1068 get_byte(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1069 r = get_byte(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1070 get_byte(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1071 g = get_byte(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1072 get_byte(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1073 b = get_byte(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1074 get_byte(pb); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1075 c->palette_control.palette[j] = |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1076 (r << 16) | (g << 8) | (b); |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1077 } |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1078 } |
|
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1079 |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1080 st->codec->palctrl = &c->palette_control; |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1081 st->codec->palctrl->palette_changed = 1; |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1082 } else |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1083 st->codec->palctrl = NULL; |
|
302
6949df67922d
added palette support to the QT demuxer; registered SMC video decoder
melanson
parents:
301
diff
changeset
|
1084 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1085 a.size = size; |
| 887 | 1086 mov_read_default(c, pb, a); |
| 118 | 1087 #endif |
| 887 | 1088 } else { |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1089 st->codec->codec_id = codec_get_id(mov_audio_tags, format); |
| 887 | 1090 if(st->codec->codec_id==CODEC_ID_AMR_NB || st->codec->codec_id==CODEC_ID_AMR_WB) //from TS26.244 |
| 1091 { | |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1092 #ifdef DEBUG |
| 491 | 1093 av_log(NULL, AV_LOG_DEBUG, "AMR-NB or AMR-WB audio identified!!\n"); |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1094 #endif |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1095 get_be32(pb);get_be32(pb); //Reserved_8 |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1096 get_be16(pb);//Reserved_2 |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1097 get_be16(pb);//Reserved_2 |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1098 get_be32(pb);//Reserved_4 |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1099 get_be16(pb);//TimeScale |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1100 get_be16(pb);//Reserved_2 |
| 118 | 1101 |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1102 //AMRSpecificBox.(10 bytes) |
| 885 | 1103 |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1104 get_be32(pb); //size |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1105 get_be32(pb); //type=='damr' |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1106 get_be32(pb); //vendor |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1107 get_byte(pb); //decoder version |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1108 get_be16(pb); //mode_set |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1109 get_byte(pb); //mode_change_period |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1110 get_byte(pb); //frames_per_sample |
| 118 | 1111 |
| 191 | 1112 st->duration = AV_NOPTS_VALUE;//Not possible to get from this info, must count number of AMR frames |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1113 if(st->codec->codec_id==CODEC_ID_AMR_NB) |
|
258
59c2e84817a1
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
michaelni
parents:
191
diff
changeset
|
1114 { |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1115 st->codec->sample_rate=8000; |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1116 st->codec->channels=1; |
|
258
59c2e84817a1
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
michaelni
parents:
191
diff
changeset
|
1117 } |
|
59c2e84817a1
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
michaelni
parents:
191
diff
changeset
|
1118 else //AMR-WB |
|
59c2e84817a1
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
michaelni
parents:
191
diff
changeset
|
1119 { |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1120 st->codec->sample_rate=16000; |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1121 st->codec->channels=1; |
|
258
59c2e84817a1
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
michaelni
parents:
191
diff
changeset
|
1122 } |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1123 st->codec->bits_per_sample=16; |
| 885 | 1124 st->codec->bit_rate=0; /*It is not possible to tell this before we have |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1125 an audio frame and even then every frame can be different*/ |
| 887 | 1126 } |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1127 else if( st->codec->codec_tag == MKTAG( 'm', 'p', '4', 's' )) |
| 147 | 1128 { |
| 1129 //This is some stuff for the hint track, lets ignore it! | |
| 1130 //Do some mp4 auto detect. | |
| 1131 c->mp4=1; | |
| 1132 size-=(16); | |
| 1133 url_fskip(pb, size); /* The mp4s atom also contians a esds atom that we can skip*/ | |
| 1134 } | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1135 else if( st->codec->codec_tag == MKTAG( 'm', 'p', '4', 'a' )) |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1136 { |
|
690
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1137 MOV_atom_t a; |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1138 int mp4_version; |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1139 |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1140 /* Handle mp4 audio tag */ |
|
690
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1141 mp4_version=get_be16(pb);/*version*/ |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1142 get_be16(pb); /*revesion*/ |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1143 get_be32(pb); |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1144 st->codec->channels = get_be16(pb); /* channels */ |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1145 st->codec->bits_per_sample = get_be16(pb); /* bits per sample */ |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1146 get_be32(pb); |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1147 st->codec->sample_rate = get_be16(pb); /* sample rate, not always correct */ |
|
849
44b415886cbf
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
michael
parents:
822
diff
changeset
|
1148 if(st->codec->sample_rate == 1) //nonsese rate? -> ignore |
|
44b415886cbf
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
michael
parents:
822
diff
changeset
|
1149 st->codec->sample_rate= 0; |
|
44b415886cbf
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
michael
parents:
822
diff
changeset
|
1150 |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1151 get_be16(pb); |
|
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1152 c->mp4=1; |
| 885 | 1153 |
|
690
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1154 if(mp4_version==1) |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1155 { |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1156 url_fskip(pb,16); |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1157 a.size=size-(16+20+16); |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1158 } |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1159 else |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1160 a.size=size-(16+20); |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1161 |
|
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1162 a.offset=url_ftell(pb); |
| 885 | 1163 |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1164 mov_read_default(c, pb, a); |
|
690
fec605ce7d4a
mp4a fix based on some code by (Song.Itany inventec-inc com)
michael
parents:
683
diff
changeset
|
1165 |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1166 /* Get correct sample rate from extradata */ |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1167 if(st->codec->extradata_size) { |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1168 const int samplerate_table[] = { |
| 885 | 1169 96000, 88200, 64000, 48000, 44100, 32000, |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1170 24000, 22050, 16000, 12000, 11025, 8000, |
|
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1171 7350, 0, 0, 0 |
|
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1172 }; |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1173 unsigned char *px = st->codec->extradata; |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1174 // 5 bits objectTypeIndex, 4 bits sampleRateIndex, 4 bits channels |
|
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1175 int samplerate_index = ((px[0] & 7) << 1) + ((px[1] >> 7) & 1); |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1176 st->codec->sample_rate = samplerate_table[samplerate_index]; |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1177 st->codec->channels = (px[1] >> 3) & 15; |
|
428
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1178 } |
|
5ac07c7b4874
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
michael
parents:
401
diff
changeset
|
1179 } |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1180 else if( st->codec->codec_tag == MKTAG( 'a', 'l', 'a', 'c' )) |
|
691
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1181 { |
|
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1182 /* Handle alac audio tag + special extradata */ |
|
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1183 get_be32(pb); /* version */ |
|
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1184 get_be32(pb); |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1185 st->codec->channels = get_be16(pb); /* channels */ |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1186 st->codec->bits_per_sample = get_be16(pb); /* bits per sample */ |
|
691
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1187 get_be32(pb); |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1188 st->codec->sample_rate = get_be16(pb); |
|
691
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1189 get_be16(pb); |
|
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1190 |
|
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1191 /* fetch the 36-byte extradata needed for alac decoding */ |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1192 st->codec->extradata_size = 36; |
| 885 | 1193 st->codec->extradata = (uint8_t*) |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1194 av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE); |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1195 get_buffer(pb, st->codec->extradata, st->codec->extradata_size); |
|
691
28af25a9a897
first pass at ALAC decoder from David Hammerton; while David's original
melanson
parents:
690
diff
changeset
|
1196 } |
| 887 | 1197 else if(size>=(16+20)) |
| 1198 {//16 bytes read, reading atleast 20 more | |
| 641 | 1199 uint16_t version; |
| 147 | 1200 #ifdef DEBUG |
| 491 | 1201 av_log(NULL, AV_LOG_DEBUG, "audio size=0x%X\n",size); |
| 147 | 1202 #endif |
| 641 | 1203 version = get_be16(pb); /* version */ |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1204 get_be16(pb); /* revision level */ |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1205 get_be32(pb); /* vendor */ |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1206 |
| 887 | 1207 st->codec->channels = get_be16(pb); /* channel count */ |
| 1208 st->codec->bits_per_sample = get_be16(pb); /* sample size */ | |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1209 |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1210 /* handle specific s8 codec */ |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1211 get_be16(pb); /* compression id = 0*/ |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1212 get_be16(pb); /* packet size = 0 */ |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1213 |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1214 st->codec->sample_rate = ((get_be32(pb) >> 16)); |
| 887 | 1215 //av_log(NULL, AV_LOG_DEBUG, "CODECID %d %d %.4s\n", st->codec->codec_id, CODEC_ID_PCM_S16BE, (char*)&format); |
| 0 | 1216 |
| 887 | 1217 switch (st->codec->codec_id) { |
| 1218 case CODEC_ID_PCM_S16BE: | |
| 1219 if (st->codec->bits_per_sample == 8) | |
| 1220 st->codec->codec_id = CODEC_ID_PCM_S8; | |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1221 /* fall */ |
| 887 | 1222 case CODEC_ID_PCM_U8: |
| 1223 st->codec->bit_rate = st->codec->sample_rate * 8; | |
| 1224 break; | |
| 1225 default: | |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1226 ; |
| 887 | 1227 } |
| 147 | 1228 |
| 1229 //Read QT version 1 fields. In version 0 theese dont exist | |
| 1230 #ifdef DEBUG | |
| 491 | 1231 av_log(NULL, AV_LOG_DEBUG, "version =%d mp4=%d\n",version,c->mp4); |
| 1232 av_log(NULL, AV_LOG_DEBUG, "size-(16+20+16)=%d\n",size-(16+20+16)); | |
| 147 | 1233 #endif |
| 1234 if((version==1) && size>=(16+20+16)) | |
| 1235 { | |
| 1236 get_be32(pb); /* samples per packet */ | |
| 1237 get_be32(pb); /* bytes per packet */ | |
| 1238 get_be32(pb); /* bytes per frame */ | |
| 1239 get_be32(pb); /* bytes per sample */ | |
| 1240 if(size>(16+20+16)) | |
| 1241 { | |
| 1242 //Optional, additional atom-based fields | |
| 641 | 1243 MOV_atom_t a = { format, url_ftell(pb), size - (16 + 20 + 16 + 8) }; |
| 147 | 1244 #ifdef DEBUG |
| 491 | 1245 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 ), |
| 147 | 1246 (format >> 0) & 0xff, |
| 1247 (format >> 8) & 0xff, | |
| 1248 (format >> 16) & 0xff, | |
| 1249 (format >> 24) & 0xff); | |
| 1250 #endif | |
| 1251 mov_read_default(c, pb, a); | |
| 1252 } | |
| 1253 } | |
| 1254 else | |
| 1255 { | |
| 1256 //We should be down to 0 bytes here, but lets make sure. | |
| 1257 size-=(16+20); | |
| 1258 #ifdef DEBUG | |
| 1259 if(size>0) | |
| 491 | 1260 av_log(NULL, AV_LOG_DEBUG, "skipping 0x%X bytes\n",size-(16+20)); |
| 147 | 1261 #endif |
| 1262 url_fskip(pb, size); | |
| 1263 } | |
| 1264 } | |
| 1265 else | |
| 1266 { | |
| 1267 size-=16; | |
| 1268 //Unknown size, but lets do our best and skip the rest. | |
| 1269 #ifdef DEBUG | |
| 491 | 1270 av_log(NULL, AV_LOG_DEBUG, "Strange size, skipping 0x%X bytes\n",size); |
| 147 | 1271 #endif |
| 1272 url_fskip(pb, size); | |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1273 } |
| 0 | 1274 } |
| 1275 } | |
| 885 | 1276 |
|
849
44b415886cbf
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
michael
parents:
822
diff
changeset
|
1277 if(st->codec->codec_type==CODEC_TYPE_AUDIO && st->codec->sample_rate==0 && sc->time_scale>1) { |
|
44b415886cbf
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
michael
parents:
822
diff
changeset
|
1278 st->codec->sample_rate= sc->time_scale; |
|
44b415886cbf
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale
michael
parents:
822
diff
changeset
|
1279 } |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1280 |
| 0 | 1281 return 0; |
| 1282 } | |
| 1283 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1284 static int mov_read_stsc(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 0 | 1285 { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1286 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1287 MOVStreamContext *sc = (MOVStreamContext *)st->priv_data; |
| 639 | 1288 unsigned int i, entries; |
| 0 | 1289 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1290 print_atom("stsc", atom); |
| 118 | 1291 |
| 0 | 1292 get_byte(pb); /* version */ |
| 1293 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ | |
| 1294 | |
| 1295 entries = get_be32(pb); | |
| 885 | 1296 |
| 639 | 1297 if(entries >= UINT_MAX / sizeof(MOV_sample_to_chunk_tbl)) |
| 1298 return -1; | |
| 885 | 1299 |
| 0 | 1300 #ifdef DEBUG |
| 491 | 1301 av_log(NULL, AV_LOG_DEBUG, "track[%i].stsc.entries = %i\n", c->fc->nb_streams-1, entries); |
| 0 | 1302 #endif |
| 1303 sc->sample_to_chunk_sz = entries; | |
| 121 | 1304 sc->sample_to_chunk = (MOV_sample_to_chunk_tbl*) av_malloc(entries * sizeof(MOV_sample_to_chunk_tbl)); |
| 1305 if (!sc->sample_to_chunk) | |
| 1306 return -1; | |
| 0 | 1307 for(i=0; i<entries; i++) { |
| 1308 sc->sample_to_chunk[i].first = get_be32(pb); | |
| 1309 sc->sample_to_chunk[i].count = get_be32(pb); | |
| 1310 sc->sample_to_chunk[i].id = get_be32(pb); | |
| 1311 #ifdef DEBUG | |
| 491 | 1312 /* 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); */ |
| 0 | 1313 #endif |
| 1314 } | |
| 1315 return 0; | |
| 1316 } | |
| 1317 | |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1318 static int mov_read_stss(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1319 { |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1320 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1321 MOVStreamContext *sc = (MOVStreamContext *)st->priv_data; |
| 639 | 1322 unsigned int i, entries; |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1323 |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1324 print_atom("stss", atom); |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1325 |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1326 get_byte(pb); /* version */ |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1327 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1328 |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1329 entries = get_be32(pb); |
| 885 | 1330 |
| 639 | 1331 if(entries >= UINT_MAX / sizeof(long)) |
| 1332 return -1; | |
| 885 | 1333 |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1334 sc->keyframe_count = entries; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1335 #ifdef DEBUG |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1336 av_log(NULL, AV_LOG_DEBUG, "keyframe_count = %ld\n", sc->keyframe_count); |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1337 #endif |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1338 sc->keyframes = (long*) av_malloc(entries * sizeof(long)); |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1339 if (!sc->keyframes) |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1340 return -1; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1341 for(i=0; i<entries; i++) { |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1342 sc->keyframes[i] = get_be32(pb); |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1343 #ifdef DEBUG |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1344 /* av_log(NULL, AV_LOG_DEBUG, "keyframes[]=%ld\n", sc->keyframes[i]); */ |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1345 #endif |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1346 } |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1347 return 0; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1348 } |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1349 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1350 static int mov_read_stsz(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 0 | 1351 { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1352 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1353 MOVStreamContext *sc = (MOVStreamContext *)st->priv_data; |
| 639 | 1354 unsigned int i, entries; |
| 121 | 1355 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1356 print_atom("stsz", atom); |
| 118 | 1357 |
| 0 | 1358 get_byte(pb); /* version */ |
| 1359 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ | |
| 118 | 1360 |
| 0 | 1361 sc->sample_size = get_be32(pb); |
| 1362 entries = get_be32(pb); | |
| 639 | 1363 if(entries >= UINT_MAX / sizeof(long)) |
| 1364 return -1; | |
| 1365 | |
| 0 | 1366 sc->sample_count = entries; |
| 1367 #ifdef DEBUG | |
| 491 | 1368 av_log(NULL, AV_LOG_DEBUG, "sample_size = %ld sample_count = %ld\n", sc->sample_size, sc->sample_count); |
| 0 | 1369 #endif |
| 1370 if(sc->sample_size) | |
| 1371 return 0; /* there isn't any table following */ | |
| 121 | 1372 sc->sample_sizes = (long*) av_malloc(entries * sizeof(long)); |
| 1373 if (!sc->sample_sizes) | |
| 1374 return -1; | |
| 0 | 1375 for(i=0; i<entries; i++) { |
| 1376 sc->sample_sizes[i] = get_be32(pb); | |
| 1377 #ifdef DEBUG | |
|
653
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1378 av_log(NULL, AV_LOG_DEBUG, "sample_sizes[]=%ld\n", sc->sample_sizes[i]); |
| 0 | 1379 #endif |
| 1380 } | |
| 1381 return 0; | |
| 1382 } | |
| 1383 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1384 static int mov_read_stts(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 0 | 1385 { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1386 AVStream *st = c->fc->streams[c->fc->nb_streams-1]; |
| 131 | 1387 //MOVStreamContext *sc = (MOVStreamContext *)st->priv_data; |
| 639 | 1388 unsigned int i, entries; |
|
395
c1ed10f3b052
cleanup frame_rate code, this may also fix some large file bugs
michael
parents:
383
diff
changeset
|
1389 int64_t duration=0; |
|
c1ed10f3b052
cleanup frame_rate code, this may also fix some large file bugs
michael
parents:
383
diff
changeset
|
1390 int64_t total_sample_count=0; |
| 121 | 1391 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1392 print_atom("stts", atom); |
| 0 | 1393 |
| 1394 get_byte(pb); /* version */ | |
| 1395 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ | |
| 1396 entries = get_be32(pb); | |
| 670 | 1397 if(entries >= UINT_MAX / sizeof(Time2Sample)) |
| 639 | 1398 return -1; |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1399 |
| 491 | 1400 c->streams[c->fc->nb_streams-1]->stts_count = entries; |
| 670 | 1401 c->streams[c->fc->nb_streams-1]->stts_data = av_malloc(entries * sizeof(Time2Sample)); |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1402 |
| 0 | 1403 #ifdef DEBUG |
| 491 | 1404 av_log(NULL, AV_LOG_DEBUG, "track[%i].stts.entries = %i\n", c->fc->nb_streams-1, entries); |
| 0 | 1405 #endif |
| 1406 for(i=0; i<entries; i++) { | |
| 670 | 1407 int sample_duration; |
| 1408 int sample_count; | |
| 0 | 1409 |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1410 sample_count=get_be32(pb); |
| 0 | 1411 sample_duration = get_be32(pb); |
| 670 | 1412 c->streams[c->fc->nb_streams - 1]->stts_data[i].count= sample_count; |
| 1413 c->streams[c->fc->nb_streams - 1]->stts_data[i].duration= sample_duration; | |
|
794
040cf31abb4b
another chapter in the neverending mov demuxer cleanup
michael
parents:
775
diff
changeset
|
1414 |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1415 #ifdef DEBUG |
| 491 | 1416 av_log(NULL, AV_LOG_DEBUG, "sample_count=%d, sample_duration=%d\n",sample_count,sample_duration); |
|
134
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1417 #endif |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1418 duration+=sample_duration*sample_count; |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1419 total_sample_count+=sample_count; |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1420 } |
|
5cda954c6e9a
AMR-NB audio support patch by (<joca at rixmail dot se>)
michaelni
parents:
133
diff
changeset
|
1421 |
|
794
040cf31abb4b
another chapter in the neverending mov demuxer cleanup
michael
parents:
775
diff
changeset
|
1422 st->nb_frames= total_sample_count; |
|
040cf31abb4b
another chapter in the neverending mov demuxer cleanup
michael
parents:
775
diff
changeset
|
1423 if(duration) |
|
040cf31abb4b
another chapter in the neverending mov demuxer cleanup
michael
parents:
775
diff
changeset
|
1424 st->duration= duration; |
| 0 | 1425 return 0; |
| 1426 } | |
| 1427 | |
| 671 | 1428 static int mov_read_ctts(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 1429 { | |
| 1430 // AVStream *st = c->fc->streams[c->fc->nb_streams-1]; | |
| 1431 //MOVStreamContext *sc = (MOVStreamContext *)st->priv_data; | |
| 1432 unsigned int i, entries; | |
| 1433 | |
| 1434 print_atom("ctts", atom); | |
| 1435 | |
| 1436 get_byte(pb); /* version */ | |
| 1437 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ | |
| 1438 entries = get_be32(pb); | |
| 1439 if(entries >= UINT_MAX / sizeof(Time2Sample)) | |
| 1440 return -1; | |
| 1441 | |
| 1442 c->streams[c->fc->nb_streams-1]->ctts_count = entries; | |
| 1443 c->streams[c->fc->nb_streams-1]->ctts_data = av_malloc(entries * sizeof(Time2Sample)); | |
| 1444 | |
| 1445 // #ifdef DEBUG | |
| 1446 av_log(NULL, AV_LOG_DEBUG, "track[%i].ctts.entries = %i\n", c->fc->nb_streams-1, entries); | |
| 1447 // #endif | |
| 1448 for(i=0; i<entries; i++) { | |
| 1449 c->streams[c->fc->nb_streams - 1]->ctts_data[i].count= get_be32(pb); | |
| 1450 c->streams[c->fc->nb_streams - 1]->ctts_data[i].duration= get_be32(pb); | |
| 1451 } | |
| 1452 return 0; | |
| 1453 } | |
| 1454 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1455 static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1456 { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1457 AVStream *st; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1458 MOVStreamContext *sc; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1459 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1460 print_atom("trak", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1461 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1462 st = av_new_stream(c->fc, c->fc->nb_streams); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1463 if (!st) return -2; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1464 sc = (MOVStreamContext*) av_mallocz(sizeof(MOVStreamContext)); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1465 if (!sc) { |
| 887 | 1466 av_free(st); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1467 return -1; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1468 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1469 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1470 sc->sample_to_chunk_index = -1; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1471 st->priv_data = sc; |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1472 st->codec->codec_type = CODEC_TYPE_MOV_OTHER; |
| 191 | 1473 st->start_time = 0; /* XXX: check */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1474 c->streams[c->fc->nb_streams-1] = sc; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1475 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1476 return mov_read_default(c, pb, atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1477 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1478 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1479 static int mov_read_tkhd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1480 { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1481 AVStream *st; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1482 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1483 print_atom("tkhd", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1484 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1485 st = c->fc->streams[c->fc->nb_streams-1]; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1486 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1487 get_byte(pb); /* version */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1488 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1489 get_byte(pb); get_byte(pb); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1490 get_byte(pb); /* flags */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1491 /* |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1492 MOV_TRACK_ENABLED 0x0001 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1493 MOV_TRACK_IN_MOVIE 0x0002 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1494 MOV_TRACK_IN_PREVIEW 0x0004 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1495 MOV_TRACK_IN_POSTER 0x0008 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1496 */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1497 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1498 get_be32(pb); /* creation time */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1499 get_be32(pb); /* modification time */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1500 st->id = (int)get_be32(pb); /* track id (NOT 0 !)*/ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1501 get_be32(pb); /* reserved */ |
| 191 | 1502 st->start_time = 0; /* check */ |
|
794
040cf31abb4b
another chapter in the neverending mov demuxer cleanup
michael
parents:
775
diff
changeset
|
1503 get_be32(pb); /* highlevel (considering edits) duration in movie timebase */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1504 get_be32(pb); /* reserved */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1505 get_be32(pb); /* reserved */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1506 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1507 get_be16(pb); /* layer */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1508 get_be16(pb); /* alternate group */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1509 get_be16(pb); /* volume */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1510 get_be16(pb); /* reserved */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1511 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1512 url_fskip(pb, 36); /* display matrix */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1513 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1514 /* those are fixed-point */ |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1515 /*st->codec->width =*/ get_be32(pb) >> 16; /* track width */ |
|
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1516 /*st->codec->height =*/ get_be32(pb) >> 16; /* track height */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1517 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1518 return 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1519 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1520 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1521 /* this atom should be null (from specs), but some buggy files put the 'moov' atom inside it... */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1522 /* like the files created with Adobe Premiere 5.0, for samples see */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1523 /* http://graphics.tudelft.nl/~wouter/publications/soundtests/ */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1524 static int mov_read_wide(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1525 { |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1526 int err; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1527 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1528 #ifdef DEBUG |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1529 print_atom("wide", atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1530 debug_indent++; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1531 #endif |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1532 if (atom.size < 8) |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1533 return 0; /* continue */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1534 if (get_be32(pb) != 0) { /* 0 sized mdat atom... use the 'wide' atom size */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1535 url_fskip(pb, atom.size - 4); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1536 return 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1537 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1538 atom.type = get_le32(pb); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1539 atom.offset += 8; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1540 atom.size -= 8; |
| 131 | 1541 if (atom.type != MKTAG('m', 'd', 'a', 't')) { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1542 url_fskip(pb, atom.size); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1543 return 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1544 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1545 err = mov_read_mdat(c, pb, atom); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1546 #ifdef DEBUG |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1547 debug_indent--; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1548 #endif |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1549 return err; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1550 } |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1551 |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1552 |
| 0 | 1553 #ifdef CONFIG_ZLIB |
| 65 | 1554 static int null_read_packet(void *opaque, uint8_t *buf, int buf_size) |
| 0 | 1555 { |
| 1556 return -1; | |
| 1557 } | |
| 1558 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1559 static int mov_read_cmov(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) |
| 0 | 1560 { |
| 1561 ByteIOContext ctx; | |
| 121 | 1562 uint8_t *cmov_data; |
| 1563 uint8_t *moov_data; /* uncompressed data */ | |
| 0 | 1564 long cmov_len, moov_len; |
| 1565 int ret; | |
| 121 | 1566 |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1567 print_atom("cmov", atom); |
| 0 | 1568 |
| 1569 get_be32(pb); /* dcom atom */ | |
| 1570 if (get_le32(pb) != MKTAG( 'd', 'c', 'o', 'm' )) | |
| 1571 return -1; | |
| 1572 if (get_le32(pb) != MKTAG( 'z', 'l', 'i', 'b' )) { | |
| 491 | 1573 av_log(NULL, AV_LOG_DEBUG, "unknown compression for cmov atom !"); |
| 0 | 1574 return -1; |
| 1575 } | |
| 1576 get_be32(pb); /* cmvd atom */ | |
| 1577 if (get_le32(pb) != MKTAG( 'c', 'm', 'v', 'd' )) | |
| 1578 return -1; | |
| 1579 moov_len = get_be32(pb); /* uncompressed size */ | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1580 cmov_len = atom.size - 6 * 4; |
| 118 | 1581 |
| 121 | 1582 cmov_data = (uint8_t *) av_malloc(cmov_len); |
| 0 | 1583 if (!cmov_data) |
| 1584 return -1; | |
| 121 | 1585 moov_data = (uint8_t *) av_malloc(moov_len); |
| 0 | 1586 if (!moov_data) { |
| 1587 av_free(cmov_data); | |
| 1588 return -1; | |
| 1589 } | |
| 1590 get_buffer(pb, cmov_data, cmov_len); | |
| 121 | 1591 if(uncompress (moov_data, (uLongf *) &moov_len, (const Bytef *)cmov_data, cmov_len) != Z_OK) |
| 0 | 1592 return -1; |
| 1593 if(init_put_byte(&ctx, moov_data, moov_len, 0, NULL, null_read_packet, NULL, NULL) != 0) | |
| 1594 return -1; | |
| 1595 ctx.buf_end = ctx.buffer + moov_len; | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1596 atom.type = MKTAG( 'm', 'o', 'o', 'v' ); |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1597 atom.offset = 0; |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1598 atom.size = moov_len; |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
1599 #ifdef DEBUG |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
1600 { int fd = open("/tmp/uncompheader.mov", O_WRONLY | O_CREAT); write(fd, moov_data, moov_len); close(fd); } |
|
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
1601 #endif |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1602 ret = mov_read_default(c, &ctx, atom); |
| 0 | 1603 av_free(moov_data); |
| 1604 av_free(cmov_data); | |
|
132
9ca36221ae23
* passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)
kabi
parents:
131
diff
changeset
|
1605 |
| 0 | 1606 return ret; |
| 1607 } | |
| 1608 #endif | |
| 1609 | |
| 491 | 1610 /* edit list atom */ |
| 1611 static int mov_read_elst(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) | |
| 1612 { | |
|
500
4070a7d58d2c
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
499
diff
changeset
|
1613 int i, edit_count; |
| 491 | 1614 print_atom("elst", atom); |
| 1615 | |
| 1616 get_byte(pb); /* version */ | |
| 1617 get_byte(pb); get_byte(pb); get_byte(pb); /* flags */ | |
|
500
4070a7d58d2c
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
499
diff
changeset
|
1618 edit_count= c->streams[c->fc->nb_streams-1]->edit_count = get_be32(pb); /* entries */ |
| 885 | 1619 |
|
500
4070a7d58d2c
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
499
diff
changeset
|
1620 for(i=0; i<edit_count; i++){ |
|
4070a7d58d2c
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
499
diff
changeset
|
1621 get_be32(pb); /* Track duration */ |
|
4070a7d58d2c
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
499
diff
changeset
|
1622 get_be32(pb); /* Media time */ |
|
4070a7d58d2c
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
499
diff
changeset
|
1623 get_be32(pb); /* Media rate */ |
|
4070a7d58d2c
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
499
diff
changeset
|
1624 } |
| 491 | 1625 #ifdef DEBUG |
| 1626 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); | |
| 1627 #endif | |
| 1628 return 0; | |
| 1629 } | |
| 1630 | |
| 0 | 1631 static const MOVParseTableEntry mov_default_parse_table[] = { |
| 1632 /* mp4 atoms */ | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1633 { MKTAG( 'c', 'o', '6', '4' ), mov_read_stco }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1634 { MKTAG( 'c', 'p', 'r', 't' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1635 { MKTAG( 'c', 'r', 'h', 'd' ), mov_read_default }, |
| 671 | 1636 { MKTAG( 'c', 't', 't', 's' ), mov_read_ctts }, /* composition time to sample */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1637 { MKTAG( 'd', 'i', 'n', 'f' ), mov_read_default }, /* data information */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1638 { MKTAG( 'd', 'p', 'n', 'd' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1639 { MKTAG( 'd', 'r', 'e', 'f' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1640 { MKTAG( 'e', 'd', 't', 's' ), mov_read_default }, |
|
500
4070a7d58d2c
mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>)
michael
parents:
499
diff
changeset
|
1641 { MKTAG( 'e', 'l', 's', 't' ), mov_read_elst }, |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1642 { MKTAG( 'f', 'r', 'e', 'e' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1643 { MKTAG( 'h', 'd', 'l', 'r' ), mov_read_hdlr }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1644 { MKTAG( 'h', 'i', 'n', 't' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1645 { MKTAG( 'h', 'm', 'h', 'd' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1646 { MKTAG( 'i', 'o', 'd', 's' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1647 { MKTAG( 'm', 'd', 'a', 't' ), mov_read_mdat }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1648 { MKTAG( 'm', 'd', 'h', 'd' ), mov_read_mdhd }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1649 { MKTAG( 'm', 'd', 'i', 'a' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1650 { MKTAG( 'm', 'i', 'n', 'f' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1651 { MKTAG( 'm', 'o', 'o', 'v' ), mov_read_moov }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1652 { MKTAG( 'm', 'p', '4', 'a' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1653 { MKTAG( 'm', 'p', '4', 's' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1654 { MKTAG( 'm', 'p', '4', 'v' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1655 { MKTAG( 'm', 'p', 'o', 'd' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1656 { MKTAG( 'm', 'v', 'h', 'd' ), mov_read_mvhd }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1657 { MKTAG( 'n', 'm', 'h', 'd' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1658 { MKTAG( 'o', 'd', 'h', 'd' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1659 { MKTAG( 's', 'd', 'h', 'd' ), mov_read_default }, |
|
489
aeb69a5f3756
The atom 'skip' should be handled by 'mov_read_leaf()', not by
michael
parents:
438
diff
changeset
|
1660 { MKTAG( 's', 'k', 'i', 'p' ), mov_read_leaf }, |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1661 { MKTAG( 's', 'm', 'h', 'd' ), mov_read_leaf }, /* sound media info header */ |
| 615 | 1662 { MKTAG( 'S', 'M', 'I', ' ' ), mov_read_smi }, /* Sorenson extension ??? */ |
| 885 | 1663 { MKTAG( 'a', 'v', 'c', 'C' ), mov_read_avcC }, |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1664 { MKTAG( 's', 't', 'b', 'l' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1665 { MKTAG( 's', 't', 'c', 'o' ), mov_read_stco }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1666 { MKTAG( 's', 't', 'd', 'p' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1667 { MKTAG( 's', 't', 's', 'c' ), mov_read_stsc }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1668 { MKTAG( 's', 't', 's', 'd' ), mov_read_stsd }, /* sample description */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1669 { MKTAG( 's', 't', 's', 'h' ), mov_read_default }, |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1670 { MKTAG( 's', 't', 's', 's' ), mov_read_stss }, /* sync sample */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1671 { MKTAG( 's', 't', 's', 'z' ), mov_read_stsz }, /* sample size */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1672 { MKTAG( 's', 't', 't', 's' ), mov_read_stts }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1673 { MKTAG( 't', 'k', 'h', 'd' ), mov_read_tkhd }, /* track header */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1674 { MKTAG( 't', 'r', 'a', 'k' ), mov_read_trak }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1675 { MKTAG( 't', 'r', 'e', 'f' ), mov_read_default }, /* not really */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1676 { MKTAG( 'u', 'd', 't', 'a' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1677 { MKTAG( 'u', 'r', 'l', ' ' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1678 { MKTAG( 'u', 'r', 'n', ' ' ), mov_read_leaf }, |
| 695 | 1679 { MKTAG( 'u', 'u', 'i', 'd' ), mov_read_leaf }, |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1680 { MKTAG( 'v', 'm', 'h', 'd' ), mov_read_leaf }, /* video media info header */ |
| 865 | 1681 { MKTAG( 'w', 'a', 'v', 'e' ), mov_read_wave }, |
| 0 | 1682 /* extra mp4 */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1683 { MKTAG( 'M', 'D', 'E', 'S' ), mov_read_leaf }, |
| 0 | 1684 /* QT atoms */ |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1685 { MKTAG( 'c', 'h', 'a', 'p' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1686 { MKTAG( 'c', 'l', 'i', 'p' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1687 { MKTAG( 'c', 'r', 'g', 'n' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1688 { MKTAG( 'c', 't', 'a', 'b' ), mov_read_ctab }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1689 { MKTAG( 'e', 's', 'd', 's' ), mov_read_esds }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1690 { MKTAG( 'k', 'm', 'a', 't' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1691 { MKTAG( 'm', 'a', 't', 't' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1692 { MKTAG( 'r', 'd', 'r', 'f' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1693 { MKTAG( 'r', 'm', 'd', 'a' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1694 { MKTAG( 'r', 'm', 'd', 'r' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1695 { MKTAG( 'r', 'm', 'r', 'a' ), mov_read_default }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1696 { MKTAG( 's', 'c', 'p', 't' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1697 { MKTAG( 's', 's', 'r', 'c' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1698 { MKTAG( 's', 'y', 'n', 'c' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1699 { MKTAG( 't', 'c', 'm', 'd' ), mov_read_leaf }, |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1700 { MKTAG( 'w', 'i', 'd', 'e' ), mov_read_wide }, /* place holder */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1701 //{ MKTAG( 'r', 'm', 'q', 'u' ), mov_read_leaf }, |
| 0 | 1702 #ifdef CONFIG_ZLIB |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1703 { MKTAG( 'c', 'm', 'o', 'v' ), mov_read_cmov }, |
| 0 | 1704 #else |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1705 { MKTAG( 'c', 'm', 'o', 'v' ), mov_read_leaf }, |
| 0 | 1706 #endif |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1707 { 0L, mov_read_leaf } |
| 0 | 1708 }; |
| 1709 | |
| 1710 static void mov_free_stream_context(MOVStreamContext *sc) | |
| 1711 { | |
| 1712 if(sc) { | |
| 671 | 1713 av_freep(&sc->chunk_offsets); |
| 1714 av_freep(&sc->sample_to_chunk); | |
| 1715 av_freep(&sc->sample_sizes); | |
| 1716 av_freep(&sc->keyframes); | |
| 885 | 1717 av_freep(&sc->stts_data); |
| 1718 av_freep(&sc->ctts_data); | |
| 671 | 1719 av_freep(&sc); |
| 0 | 1720 } |
| 1721 } | |
| 1722 | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1723 static inline uint32_t mov_to_tag(uint8_t *buf) |
| 0 | 1724 { |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1725 return MKTAG(buf[0], buf[1], buf[2], buf[3]); |
| 0 | 1726 } |
| 1727 | |
| 118 | 1728 static inline uint32_t to_be32(uint8_t *buf) |
| 0 | 1729 { |
| 1730 return (buf[0] << 24) | (buf[1] << 16) | (buf[2] << 8) | buf[3]; | |
| 1731 } | |
| 1732 | |
| 121 | 1733 /* XXX: is it sufficient ? */ |
| 0 | 1734 static int mov_probe(AVProbeData *p) |
| 1735 { | |
| 1736 unsigned int offset; | |
| 1737 uint32_t tag; | |
| 658 | 1738 int score = 0; |
| 0 | 1739 |
| 1740 /* check file header */ | |
| 1741 if (p->buf_size <= 12) | |
| 1742 return 0; | |
| 1743 offset = 0; | |
| 1744 for(;;) { | |
| 1745 /* ignore invalid offset */ | |
| 1746 if ((offset + 8) > (unsigned int)p->buf_size) | |
| 658 | 1747 return score; |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1748 tag = mov_to_tag(p->buf + offset + 4); |
| 0 | 1749 switch(tag) { |
| 658 | 1750 /* check for obvious tags */ |
| 0 | 1751 case MKTAG( 'm', 'o', 'o', 'v' ): |
| 24 | 1752 case MKTAG( 'm', 'd', 'a', 't' ): |
| 1753 case MKTAG( 'p', 'n', 'o', 't' ): /* detect movs with preview pics like ew.mov and april.mov */ | |
| 146 | 1754 case MKTAG( 'u', 'd', 't', 'a' ): /* Packet Video PVAuthor adds this and a lot of more junk */ |
| 0 | 1755 return AVPROBE_SCORE_MAX; |
| 658 | 1756 /* those are more common words, so rate then a bit less */ |
| 1757 case MKTAG( 'w', 'i', 'd', 'e' ): | |
| 1758 case MKTAG( 'f', 'r', 'e', 'e' ): | |
| 1759 case MKTAG( 'j', 'u', 'n', 'k' ): | |
| 1760 case MKTAG( 'p', 'i', 'c', 't' ): | |
| 1761 return AVPROBE_SCORE_MAX - 5; | |
| 0 | 1762 case MKTAG( 'f', 't', 'y', 'p' ): |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1763 case MKTAG( 's', 'k', 'i', 'p' ): |
|
712
31e58b79ed02
Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>"
mmu_man
parents:
708
diff
changeset
|
1764 case MKTAG( 'u', 'u', 'i', 'd' ): |
| 147 | 1765 offset = to_be32(p->buf+offset) + offset; |
| 658 | 1766 /* if we only find those cause probedata is too small at least rate them */ |
| 1767 score = AVPROBE_SCORE_MAX - 50; | |
| 0 | 1768 break; |
| 1769 default: | |
| 1770 /* unrecognized tag */ | |
| 658 | 1771 return score; |
| 0 | 1772 } |
| 1773 } | |
| 658 | 1774 return score; |
| 0 | 1775 } |
| 1776 | |
| 1777 static int mov_read_header(AVFormatContext *s, AVFormatParameters *ap) | |
| 1778 { | |
| 121 | 1779 MOVContext *mov = (MOVContext *) s->priv_data; |
| 0 | 1780 ByteIOContext *pb = &s->pb; |
| 1781 int i, j, nb, err; | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1782 MOV_atom_t atom = { 0, 0, 0 }; |
| 0 | 1783 |
| 1784 mov->fc = s; | |
| 121 | 1785 mov->parse_table = mov_default_parse_table; |
| 0 | 1786 #if 0 |
| 1787 /* XXX: I think we should auto detect */ | |
| 1788 if(s->iformat->name[1] == 'p') | |
| 1789 mov->mp4 = 1; | |
| 1790 #endif | |
| 1791 if(!url_is_streamed(pb)) /* .mov and .mp4 aren't streamable anyway (only progressive download if moov is before mdat) */ | |
| 887 | 1792 atom.size = url_fsize(pb); |
| 0 | 1793 else |
| 887 | 1794 atom.size = 0x7FFFFFFFFFFFFFFFLL; |
| 0 | 1795 |
| 1796 #ifdef DEBUG | |
| 491 | 1797 av_log(NULL, AV_LOG_DEBUG, "filesz=%Ld\n", atom.size); |
| 0 | 1798 #endif |
| 1799 | |
| 1800 /* check MOV header */ | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1801 err = mov_read_default(mov, pb, atom); |
| 133 | 1802 if (err<0 || (!mov->found_moov && !mov->found_mdat)) { |
| 887 | 1803 av_log(s, AV_LOG_ERROR, "mov: header not found !!! (err:%d, moov:%d, mdat:%d) pos:%"PRId64"\n", |
| 1804 err, mov->found_moov, mov->found_mdat, url_ftell(pb)); | |
| 1805 return -1; | |
| 0 | 1806 } |
| 1807 #ifdef DEBUG | |
| 491 | 1808 av_log(NULL, AV_LOG_DEBUG, "on_parse_exit_offset=%d\n", (int) url_ftell(pb)); |
| 0 | 1809 #endif |
| 1810 /* some cleanup : make sure we are on the mdat atom */ | |
| 1811 if(!url_is_streamed(pb) && (url_ftell(pb) != mov->mdat_offset)) | |
| 1812 url_fseek(pb, mov->mdat_offset, SEEK_SET); | |
| 1813 | |
| 1814 mov->next_chunk_offset = mov->mdat_offset; /* initialise reading */ | |
| 1815 | |
| 1816 #ifdef DEBUG | |
| 491 | 1817 av_log(NULL, AV_LOG_DEBUG, "mdat_reset_offset=%d\n", (int) url_ftell(pb)); |
| 0 | 1818 #endif |
| 1819 | |
| 1820 #ifdef DEBUG | |
| 491 | 1821 av_log(NULL, AV_LOG_DEBUG, "streams= %d\n", s->nb_streams); |
| 0 | 1822 #endif |
| 1823 mov->total_streams = nb = s->nb_streams; | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
1824 |
| 0 | 1825 #if 1 |
| 1826 for(i=0; i<s->nb_streams;) { | |
|
820
feca73904e67
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
michael
parents:
805
diff
changeset
|
1827 if(s->streams[i]->codec->codec_type == CODEC_TYPE_MOV_OTHER) {/* not audio, not video, delete */ |
| 0 | 1828 av_free(s->streams[i]); |
| 1829 for(j=i+1; j<s->nb_streams; j++) | |
| 1830 s->streams[j-1] = s->streams[j]; | |
| 1831 s->nb_streams--; | |
| 1832 } else | |
| 1833 i++; | |
| 1834 } | |
| 1835 for(i=0; i<s->nb_streams;i++) { | |
| 1836 MOVStreamContext *sc; | |
| 1837 sc = (MOVStreamContext *)s->streams[i]->priv_data; | |
| 1838 sc->ffindex = i; | |
| 1839 sc->is_ff_stream = 1; | |
| 1840 } | |
| 1841 #endif | |
| 1842 #ifdef DEBUG | |
| 491 | 1843 av_log(NULL, AV_LOG_DEBUG, "real streams= %d\n", s->nb_streams); |
| 0 | 1844 #endif |
| 1845 return 0; | |
| 1846 } | |
| 1847 | |
| 1848 /* Yes, this is ugly... I didn't write the specs of QT :p */ | |
| 1849 /* XXX:remove useless commented code sometime */ | |
| 1850 static int mov_read_packet(AVFormatContext *s, AVPacket *pkt) | |
| 1851 { | |
| 121 | 1852 MOVContext *mov = (MOVContext *) s->priv_data; |
| 0 | 1853 MOVStreamContext *sc; |
| 769 | 1854 int64_t offset = INT64_MAX; |
| 1855 int64_t best_dts = INT64_MAX; | |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
1856 int i, a, b, m; |
| 118 | 1857 int size; |
|
640
6f3a6774df82
handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net>
mmu_man
parents:
639
diff
changeset
|
1858 int idx; |
| 0 | 1859 size = 0x0FFFFFFF; |
| 118 | 1860 |
| 0 | 1861 #ifdef MOV_SPLIT_CHUNKS |
| 1862 if (mov->partial) { | |
| 887 | 1863 sc = mov->partial; |
| 1864 idx = sc->sample_to_chunk_index; | |
| 0 | 1865 |
| 118 | 1866 if (idx < 0) return 0; |
|
653
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1867 #ifdef DEBUG |
|
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1868 fprintf(stderr, "sc[ffid %d]->sample_size = %d\n", sc->ffindex, sc->sample_size); |
|
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1869 #endif |
| 723 | 1870 //size = sc->sample_sizes[sc->current_sample]; |
| 1871 // that ain't working... | |
| 1872 //size = (sc->sample_size)?sc->sample_size:sc->sample_sizes[sc->current_sample]; | |
| 1873 size = (sc->sample_size > 1)?sc->sample_size:sc->sample_sizes[sc->current_sample]; | |
| 1874 | |
| 118 | 1875 sc->current_sample++; |
| 1876 sc->left_in_chunk--; | |
| 1877 | |
| 1878 if (sc->left_in_chunk <= 0) | |
| 0 | 1879 mov->partial = 0; |
| 1880 offset = mov->next_chunk_offset; | |
| 1881 /* extract the sample */ | |
| 1882 | |
| 1883 goto readchunk; | |
| 1884 } | |
| 1885 #endif | |
| 1886 | |
| 1887 again: | |
| 118 | 1888 sc = 0; |
| 769 | 1889 if(offset == INT64_MAX) |
| 1890 best_dts= INT64_MAX; | |
| 0 | 1891 for(i=0; i<mov->total_streams; i++) { |
| 887 | 1892 MOVStreamContext *msc = mov->streams[i]; |
| 769 | 1893 |
| 1894 if ((msc->next_chunk < msc->chunk_count) && msc->next_chunk >= 0){ | |
| 1895 if (msc->sample_to_time_index < msc->stts_count && mov->ni) { | |
| 1896 int64_t dts; | |
| 1897 int index= msc->sample_to_time_index; | |
| 1898 int sample= msc->sample_to_time_sample; | |
| 1899 int time= msc->sample_to_time_time; | |
| 1900 int duration = msc->stts_data[index].duration; | |
| 1901 int count = msc->stts_data[index].count; | |
| 1902 if (sample + count < msc->current_sample) { | |
| 1903 sample += count; | |
| 1904 time += count*duration; | |
| 1905 index ++; | |
| 1906 duration = msc->stts_data[index].duration; | |
| 1907 } | |
| 1908 dts = time + (msc->current_sample-1 - sample) * (int64_t)duration; | |
| 1909 dts = av_rescale(dts, AV_TIME_BASE, msc->time_scale); | |
| 1910 // av_log(NULL, AV_LOG_DEBUG, "%d %Ld %Ld %Ld \n", i, dts, best_dts, offset); | |
| 1911 if(dts < best_dts){ | |
| 1912 best_dts= dts; | |
| 1913 sc = msc; | |
| 1914 offset = msc->chunk_offsets[msc->next_chunk]; | |
| 1915 } | |
| 1916 }else{ | |
| 1917 //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)); | |
| 1918 if ((msc->chunk_offsets[msc->next_chunk] < offset)) { | |
| 1919 sc = msc; | |
| 1920 offset = msc->chunk_offsets[msc->next_chunk]; | |
| 1921 //av_log(NULL, AV_LOG_DEBUG, "SELETED %Ld i:%d\n", offset, i); | |
| 1922 } | |
| 1923 } | |
| 0 | 1924 } |
| 1925 } | |
| 769 | 1926 if (!sc || offset==INT64_MAX) |
| 887 | 1927 return -1; |
| 118 | 1928 |
| 1929 sc->next_chunk++; | |
| 1930 | |
| 0 | 1931 if(mov->next_chunk_offset < offset) { /* some meta data */ |
| 1932 url_fskip(&s->pb, (offset - mov->next_chunk_offset)); | |
| 1933 mov->next_chunk_offset = offset; | |
| 1934 } | |
| 1935 | |
| 491 | 1936 //av_log(NULL, AV_LOG_DEBUG, "chunk: [%i] %lli -> %lli\n", st_id, mov->next_chunk_offset, offset); |
| 708 | 1937 if(!sc->is_ff_stream || (s->streams[sc->ffindex]->discard >= AVDISCARD_ALL)) { |
| 0 | 1938 url_fskip(&s->pb, (offset - mov->next_chunk_offset)); |
| 1939 mov->next_chunk_offset = offset; | |
| 887 | 1940 offset = INT64_MAX; |
| 0 | 1941 goto again; |
| 1942 } | |
| 1943 | |
| 1944 /* now get the chunk size... */ | |
| 1945 | |
| 1946 for(i=0; i<mov->total_streams; i++) { | |
| 887 | 1947 MOVStreamContext *msc = mov->streams[i]; |
| 1948 if ((msc->next_chunk < msc->chunk_count) | |
| 769 | 1949 && msc->chunk_offsets[msc->next_chunk] - offset < size |
| 1950 && msc->chunk_offsets[msc->next_chunk] > offset) | |
| 887 | 1951 size = msc->chunk_offsets[msc->next_chunk] - offset; |
| 0 | 1952 } |
| 146 | 1953 |
| 1954 #ifdef MOV_MINOLTA_FIX | |
| 885 | 1955 //Make sure that size is according to sample_size (Needed by .mov files |
| 146 | 1956 //created on a Minolta Dimage Xi where audio chunks contains waste data in the end) |
| 1957 //Maybe we should really not only check sc->sample_size, but also sc->sample_sizes | |
| 1958 //but I have no such movies | |
| 885 | 1959 if (sc->sample_size > 0) { |
| 146 | 1960 int foundsize=0; |
| 1961 for(i=0; i<(sc->sample_to_chunk_sz); i++) { | |
|
660
758929a1744c
chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>
mmu_man
parents:
658
diff
changeset
|
1962 if( (sc->sample_to_chunk[i].first)<=(sc->next_chunk) ) |
| 146 | 1963 { |
| 887 | 1964 // I can't figure out why for PCM audio sample_size is always 1 |
| 1965 // (it should actually be channels*bits_per_second/8) but it is. | |
| 1966 AVCodecContext* cod = s->streams[sc->ffindex]->codec; | |
|
401
42cc78ece67f
* .mov files with uncompressed audio can't be correctly processed
romansh
parents:
395
diff
changeset
|
1967 if (sc->sample_size == 1 && (cod->codec_id == CODEC_ID_PCM_S16BE || cod->codec_id == CODEC_ID_PCM_S16LE)) |
| 887 | 1968 foundsize=(sc->sample_to_chunk[i].count*cod->channels*cod->bits_per_sample)/8; |
| 1969 else | |
| 1970 foundsize=sc->sample_to_chunk[i].count*sc->sample_size; | |
| 146 | 1971 } |
| 1972 #ifdef DEBUG | |
| 641 | 1973 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); |
| 146 | 1974 #endif |
| 1975 } | |
| 1976 if( (foundsize>0) && (foundsize<size) ) | |
| 1977 { | |
| 1978 #ifdef DEBUG | |
| 491 | 1979 /*av_log(NULL, AV_LOG_DEBUG, "this size should actually be %d\n",foundsize);*/ |
| 146 | 1980 #endif |
| 1981 size=foundsize; | |
| 1982 } | |
| 1983 } | |
| 1984 #endif //MOV_MINOLTA_FIX | |
| 1985 | |
| 771 | 1986 idx = sc->sample_to_chunk_index; |
| 1987 if (idx + 1 < sc->sample_to_chunk_sz && sc->next_chunk >= sc->sample_to_chunk[idx + 1].first) | |
| 1988 idx++; | |
| 1989 sc->sample_to_chunk_index = idx; | |
| 0 | 1990 #ifdef MOV_SPLIT_CHUNKS |
| 1991 /* split chunks into samples */ | |
| 771 | 1992 if (sc->sample_size == 0 || sc->sample_size > 100) { |
|
653
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1993 if (idx >= 0 && sc->sample_to_chunk[idx].count != 1) { |
| 887 | 1994 mov->partial = sc; |
|
653
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1995 /* we'll have to get those samples before next chunk */ |
|
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1996 sc->left_in_chunk = sc->sample_to_chunk[idx].count - 1; |
| 723 | 1997 size = (sc->sample_size > 1)?sc->sample_size:sc->sample_sizes[sc->current_sample]; |
|
653
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1998 } |
|
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
1999 |
|
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
2000 sc->current_sample++; |
| 771 | 2001 }else if(idx + 1 < sc->sample_to_chunk_sz){ |
| 2002 sc->current_sample += sc->sample_size * sc->sample_to_chunk[idx].count; | |
|
640
6f3a6774df82
handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net>
mmu_man
parents:
639
diff
changeset
|
2003 } |
| 0 | 2004 #endif |
| 2005 | |
| 2006 readchunk: | |
| 641 | 2007 #ifdef DEBUG |
| 2008 av_log(NULL, AV_LOG_DEBUG, "chunk: %lli -> %lli (%i)\n", offset, offset + size, size); | |
| 2009 #endif | |
| 0 | 2010 if(size == 0x0FFFFFFF) |
| 2011 size = mov->mdat_size + mov->mdat_offset - offset; | |
| 2012 if(size < 0) | |
| 2013 return -1; | |
| 2014 if(size == 0) | |
| 2015 return -1; | |
| 2016 url_fseek(&s->pb, offset, SEEK_SET); | |
| 118 | 2017 |
| 775 | 2018 av_get_packet(&s->pb, pkt, size); |
| 0 | 2019 pkt->stream_index = sc->ffindex; |
| 885 | 2020 |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2021 // If the keyframes table exists, mark any samples that are in the table as key frames. |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2022 // If no table exists, treat very sample as a key frame. |
| 885 | 2023 if (sc->keyframes) { |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2024 a = 0; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2025 b = sc->keyframe_count - 1; |
| 885 | 2026 |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2027 while (a < b) { |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2028 m = (a + b + 1) >> 1; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2029 if (sc->keyframes[m] > sc->current_sample) { |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2030 b = m - 1; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2031 } else { |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2032 a = m; |
| 885 | 2033 } |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2034 } |
| 885 | 2035 |
|
383
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2036 if (sc->keyframes[a] == sc->current_sample) |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2037 pkt->flags |= PKT_FLAG_KEY; |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2038 } |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2039 else |
|
1674ed5ca2f0
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)
michael
parents:
370
diff
changeset
|
2040 pkt->flags |= PKT_FLAG_KEY; |
| 0 | 2041 |
| 2042 #ifdef DEBUG | |
|
653
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
2043 /* |
| 641 | 2044 av_log(NULL, AV_LOG_DEBUG, "Packet (%d, %ld) ", pkt->stream_index, pkt->size); |
| 0 | 2045 for(i=0; i<8; i++) |
| 491 | 2046 av_log(NULL, AV_LOG_DEBUG, "%02x ", pkt->data[i]); |
| 0 | 2047 for(i=0; i<8; i++) |
| 491 | 2048 av_log(NULL, AV_LOG_DEBUG, "%c ", (pkt->data[i]) & 0x7F); |
| 641 | 2049 av_log(NULL, AV_LOG_DEBUG, "\n"); |
|
653
c61da0556426
Revert the fixed-size-sample patch as it brokes and others
mmu_man
parents:
652
diff
changeset
|
2050 */ |
| 0 | 2051 #endif |
| 2052 | |
| 2053 mov->next_chunk_offset = offset + size; | |
| 885 | 2054 |
| 2055 /* find the corresponding dts */ | |
| 2056 if (sc && sc->sample_to_time_index < sc->stts_count && pkt) { | |
| 670 | 2057 unsigned int count; |
| 671 | 2058 uint64_t dts, pts; |
| 670 | 2059 unsigned int duration = sc->stts_data[sc->sample_to_time_index].duration; |
| 2060 count = sc->stts_data[sc->sample_to_time_index].count; | |
| 885 | 2061 if ((sc->sample_to_time_sample + count) < sc->current_sample) { |
| 2062 sc->sample_to_time_sample += count; | |
| 2063 sc->sample_to_time_time += count*duration; | |
| 2064 sc->sample_to_time_index ++; | |
| 670 | 2065 duration = sc->stts_data[sc->sample_to_time_index].duration; |
| 885 | 2066 } |
| 670 | 2067 dts = sc->sample_to_time_time + (sc->current_sample-1 - sc->sample_to_time_sample) * (int64_t)duration; |
| 671 | 2068 /* find the corresponding pts */ |
| 2069 if (sc->sample_to_ctime_index < sc->ctts_count) { | |
| 2070 int duration = sc->ctts_data[sc->sample_to_ctime_index].duration; | |
| 2071 int count = sc->ctts_data[sc->sample_to_ctime_index].count; | |
| 2072 | |
| 2073 if ((sc->sample_to_ctime_sample + count) < sc->current_sample) { | |
| 2074 sc->sample_to_ctime_sample += count; | |
| 2075 sc->sample_to_ctime_index ++; | |
| 2076 duration = sc->ctts_data[sc->sample_to_ctime_index].duration; | |
| 2077 } | |
| 2078 pts = dts + duration; | |
| 2079 }else | |
| 2080 pts = dts; | |
|
794
040cf31abb4b
another chapter in the neverending mov demuxer cleanup
michael
parents:
775
diff
changeset
|
2081 pkt->pts = pts; |
|
040cf31abb4b
another chapter in the neverending mov demuxer cleanup
michael
parents:
775
diff
changeset
|
2082 pkt->dts = dts; |
| 671 | 2083 #ifdef DEBUG |
| 2084 av_log(NULL, AV_LOG_DEBUG, "stream #%d smp #%ld dts = %lld pts = %lld (smp:%ld time:%lld idx:%d ent:%d count:%d dur:%d)\n" | |
| 2085 , pkt->stream_index, sc->current_sample-1, pkt->dts, pkt->pts | |
| 2086 , sc->sample_to_time_sample | |
| 2087 , sc->sample_to_time_time | |
| 2088 , sc->sample_to_time_index | |
| 2089 , sc->stts_count | |
| 2090 , count | |
| 2091 , duration); | |
| 2092 #endif | |
| 2093 } | |
| 0 | 2094 |
| 2095 return 0; | |
| 2096 } | |
| 2097 | |
| 491 | 2098 #if defined(MOV_SPLIT_CHUNKS) && defined(MOV_SEEK) |
| 2099 /** | |
| 2100 * Seek method based on the one described in the Appendix C of QTFileFormat.pdf | |
| 2101 */ | |
|
794
040cf31abb4b
another chapter in the neverending mov demuxer cleanup
michael
parents:
775
diff
changeset
|
2102 static int mov_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags) |
| 491 | 2103 { |
| 2104 MOVContext* mov = (MOVContext *) s->priv_data; | |
| 2105 MOVStreamContext* sc; | |
| 2106 int32_t i, a, b, m; | |
| 2107 int64_t start_time; | |
| 2108 int32_t seek_sample, sample; | |
| 2109 int32_t duration; | |
| 2110 int32_t count; | |
| 2111 int32_t chunk; | |
| 2112 int32_t left_in_chunk; | |
| 2113 int64_t chunk_file_offset; | |
| 2114 int64_t sample_file_offset; | |
| 2115 int32_t first_chunk_sample; | |
| 2116 int32_t sample_to_chunk_idx; | |
| 885 | 2117 int sample_to_time_index; |
| 2118 long sample_to_time_sample = 0; | |
| 2119 uint64_t sample_to_time_time = 0; | |
| 491 | 2120 int mov_idx; |
| 2121 | |
| 2122 // Find the corresponding mov stream | |
| 2123 for (mov_idx = 0; mov_idx < mov->total_streams; mov_idx++) | |
| 2124 if (mov->streams[mov_idx]->ffindex == stream_index) | |
| 2125 break; | |
| 2126 if (mov_idx == mov->total_streams) { | |
| 2127 av_log(s, AV_LOG_ERROR, "mov: requested stream was not found in mov streams (idx=%i)\n", stream_index); | |
| 2128 return -1; | |
| 2129 } | |
| 2130 sc = mov->streams[mov_idx]; | |
| 2131 | |
| 2132 // Step 1. Find the edit that contains the requested time (elst) | |
| 2133 if (sc->edit_count) { | |
| 2134 // FIXME should handle edit list | |
| 2135 av_log(s, AV_LOG_ERROR, "mov: does not handle seeking in files that contain edit list (c:%d)\n", sc->edit_count); | |
| 2136 return -1; | |
| 2137 } | |
| 2138 | |
| 2139 // Step 2. Find the corresponding sample using the Time-to-sample atom (stts) */ | |
| 2140 #ifdef DEBUG | |
| 2141 av_log(s, AV_LOG_DEBUG, "Searching for time %li in stream #%i (time_scale=%i)\n", (long)timestamp, mov_idx, sc->time_scale); | |
| 2142 #endif | |
| 2143 start_time = 0; // FIXME use elst atom | |
| 2144 sample = 1; // sample are 0 based in table | |
| 2145 #ifdef DEBUG | |
| 2146 av_log(s, AV_LOG_DEBUG, "Searching for sample_time %li \n", (long)sample_time); | |
| 2147 #endif | |
| 2148 for (i = 0; i < sc->stts_count; i++) { | |
| 670 | 2149 count = sc->stts_data[i].count; |
| 2150 duration = sc->stts_data[i].duration; | |
| 885 | 2151 //av_log(s, AV_LOG_DEBUG, "> sample_time %lli \n", (long)sample_time); |
| 2152 //av_log(s, AV_LOG_DEBUG, "> count=%i duration=%i\n", count, duration); | |
| 491 | 2153 if ((start_time + count*duration) > sample_time) { |
| 885 | 2154 sample_to_time_time = start_time; |
| 2155 sample_to_time_index = i; | |
| 2156 sample_to_time_sample = sample; | |
| 491 | 2157 sample += (sample_time - start_time) / duration; |
| 2158 break; | |
| 2159 } | |
| 2160 sample += count; | |
| 2161 start_time += count * duration; | |
| 885 | 2162 } |
| 2163 sample_to_time_time = start_time; | |
| 2164 sample_to_time_index = i; | |
| 491 | 2165 /* NOTE: despite what qt doc say, the dt value (Display Time in qt vocabulary) computed with the stts atom |
| 2166 is a decoding time stamp (dts) not a presentation time stamp. And as usual dts != pts for stream with b frames */ | |
| 2167 | |
| 2168 #ifdef DEBUG | |
| 2169 av_log(s, AV_LOG_DEBUG, "Found time %li at sample #%u\n", (long)sample_time, sample); | |
| 2170 #endif | |
| 2171 if (sample > sc->sample_count) { | |
| 2172 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); | |
| 2173 return -1; | |
| 2174 } | |
| 2175 | |
| 2176 // Step 3. Find the prior sync. sample using the Sync sample atom (stss) | |
| 2177 if (sc->keyframes) { | |
| 2178 a = 0; | |
| 2179 b = sc->keyframe_count - 1; | |
| 2180 while (a < b) { | |
| 2181 m = (a + b + 1) >> 1; | |
| 2182 if (sc->keyframes[m] > sample) { | |
| 2183 b = m - 1; | |
| 2184 } else { | |
| 2185 a = m; | |
| 2186 } | |
| 2187 #ifdef DEBUG | |
| 2188 // 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); | |
| 2189 #endif | |
| 2190 } | |
|
654
125ce04416b5
Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net>
mmu_man
parents:
653
diff
changeset
|
2191 // for low latency prob: always use the previous keyframe, just uncomment the next line |
|
125ce04416b5
Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net>
mmu_man
parents:
653
diff
changeset
|
2192 // if (a) a--; |
| 491 | 2193 seek_sample = sc->keyframes[a]; |
| 2194 } | |
| 2195 else | |
| 2196 seek_sample = sample; // else all samples are key frames | |
| 2197 #ifdef DEBUG | |
| 2198 av_log(s, AV_LOG_DEBUG, "Found nearest keyframe at sample #%i \n", seek_sample); | |
| 2199 #endif | |
| 2200 | |
| 2201 // Step 4. Find the chunk of the sample using the Sample-to-chunk-atom (stsc) | |
| 2202 for (first_chunk_sample = 1, i = 0; i < (sc->sample_to_chunk_sz - 1); i++) { | |
| 2203 b = (sc->sample_to_chunk[i + 1].first - sc->sample_to_chunk[i].first) * sc->sample_to_chunk[i].count; | |
| 2204 if (seek_sample >= first_chunk_sample && seek_sample < (first_chunk_sample + b)) | |
| 2205 break; | |
| 2206 first_chunk_sample += b; | |
| 2207 } | |
| 2208 chunk = sc->sample_to_chunk[i].first + (seek_sample - first_chunk_sample) / sc->sample_to_chunk[i].count; | |
| 2209 left_in_chunk = sc->sample_to_chunk[i].count - (seek_sample - first_chunk_sample) % sc->sample_to_chunk[i].count; | |
| 2210 first_chunk_sample += ((seek_sample - first_chunk_sample) / sc->sample_to_chunk[i].count) * sc->sample_to_chunk[i].count; | |
| 2211 sample_to_chunk_idx = i; | |
| 2212 #ifdef DEBUG | |
| 2213 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); | |
| 2214 #endif | |
| 2215 | |
| 2216 // Step 5. Find the offset of the chunk using the chunk offset atom | |
| 2217 if (!sc->chunk_offsets) { | |
| 2218 av_log(s, AV_LOG_ERROR, "mov: no chunk offset atom, unable to seek\n"); | |
| 2219 return -1; | |
| 2220 } | |
| 2221 if (chunk > sc->chunk_count) { | |
| 2222 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); | |
| 2223 return -1; | |
| 2224 } | |
| 2225 chunk_file_offset = sc->chunk_offsets[chunk - 1]; | |
| 2226 #ifdef DEBUG | |
| 2227 av_log(s, AV_LOG_DEBUG, "Chunk file offset is #%llu \n", chunk_file_offset); | |
| 2228 #endif | |
| 2229 | |
| 2230 // Step 6. Find the byte offset within the chunk using the sample size atom | |
| 2231 sample_file_offset = chunk_file_offset; | |
| 2232 if (sc->sample_size) | |
| 2233 sample_file_offset += (seek_sample - first_chunk_sample) * sc->sample_size; | |
| 2234 else { | |
| 2235 for (i = 0; i < (seek_sample - first_chunk_sample); i++) { | |
| 2236 sample_file_offset += sc->sample_sizes[first_chunk_sample + i - 1]; | |
| 2237 } | |
| 2238 } | |
| 2239 #ifdef DEBUG | |
| 2240 av_log(s, AV_LOG_DEBUG, "Sample file offset is #%llu \n", sample_file_offset); | |
| 2241 #endif | |
| 2242 | |
| 2243 // Step 6. Update the parser | |
| 2244 mov->partial = sc; | |
| 2245 mov->next_chunk_offset = sample_file_offset; | |
| 2246 // Update current stream state | |
| 2247 sc->current_sample = seek_sample - 1; // zero based | |
| 2248 sc->left_in_chunk = left_in_chunk; | |
| 2249 sc->next_chunk = chunk; // +1 -1 (zero based) | |
| 2250 sc->sample_to_chunk_index = sample_to_chunk_idx; | |
| 2251 | |
| 885 | 2252 // Update other streams |
| 491 | 2253 for (i = 0; i<mov->total_streams; i++) { |
|
492
0ed5d359f63a
compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
michael
parents:
491
diff
changeset
|
2254 MOVStreamContext *msc; |
| 491 | 2255 if (i == mov_idx) continue; |
| 2256 // Find the nearest 'next' chunk | |
|
492
0ed5d359f63a
compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
michael
parents:
491
diff
changeset
|
2257 msc = mov->streams[i]; |
| 491 | 2258 a = 0; |
| 2259 b = msc->chunk_count - 1; | |
| 2260 while (a < b) { | |
| 2261 m = (a + b + 1) >> 1; | |
| 2262 if (msc->chunk_offsets[m] > chunk_file_offset) { | |
| 2263 b = m - 1; | |
| 2264 } else { | |
| 2265 a = m; | |
| 2266 } | |
| 885 | 2267 #ifdef DEBUG |
| 491 | 2268 /* av_log(s, AV_LOG_DEBUG, "a=%i (%li) b=%i (%li) m=%i (%li) stream #%i\n" |
| 2269 , a, (long)msc->chunk_offsets[a], b, (long)msc->chunk_offsets[b], m, (long)msc->chunk_offsets[m], i); */ | |
| 885 | 2270 #endif |
| 491 | 2271 } |
| 2272 msc->next_chunk = a; | |
| 2273 if (msc->chunk_offsets[a] < chunk_file_offset && a < (msc->chunk_count-1)) | |
| 2274 msc->next_chunk ++; | |
| 885 | 2275 #ifdef DEBUG |
| 491 | 2276 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]); |
| 885 | 2277 #endif |
| 491 | 2278 // Compute sample count and index in the sample_to_chunk table (what a pity) |
| 2279 msc->sample_to_chunk_index = 0; | |
| 2280 msc->current_sample = 0; | |
| 2281 for(; msc->sample_to_chunk_index < (msc->sample_to_chunk_sz - 1) | |
| 2282 && msc->sample_to_chunk[msc->sample_to_chunk_index + 1].first <= (1 + msc->next_chunk); msc->sample_to_chunk_index++) { | |
| 2283 msc->current_sample += (msc->sample_to_chunk[msc->sample_to_chunk_index + 1].first - msc->sample_to_chunk[msc->sample_to_chunk_index].first) \ | |
| 2284 * msc->sample_to_chunk[msc->sample_to_chunk_index].count; | |
| 2285 } | |
| 2286 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; | |
| 2287 msc->left_in_chunk = msc->sample_to_chunk[msc->sample_to_chunk_index].count - 1; | |
| 885 | 2288 // Find corresponding position in stts (used later to compute dts) |
| 2289 sample = 0; | |
| 2290 start_time = 0; | |
| 2291 for (msc->sample_to_time_index = 0; msc->sample_to_time_index < msc->stts_count; msc->sample_to_time_index++) { | |
| 670 | 2292 count = msc->stts_data[msc->sample_to_time_index].count; |
| 2293 duration = msc->stts_data[msc->sample_to_time_index].duration; | |
| 885 | 2294 if ((sample + count - 1) > msc->current_sample) { |
| 2295 msc->sample_to_time_time = start_time; | |
| 2296 msc->sample_to_time_sample = sample; | |
| 2297 break; | |
| 2298 } | |
| 2299 sample += count; | |
| 2300 start_time += count * duration; | |
| 671 | 2301 } |
| 2302 sample = 0; | |
| 2303 for (msc->sample_to_ctime_index = 0; msc->sample_to_ctime_index < msc->ctts_count; msc->sample_to_ctime_index++) { | |
| 2304 count = msc->ctts_data[msc->sample_to_ctime_index].count; | |
| 2305 duration = msc->ctts_data[msc->sample_to_ctime_index].duration; | |
| 2306 if ((sample + count - 1) > msc->current_sample) { | |
| 2307 msc->sample_to_ctime_sample = sample; | |
| 2308 break; | |
| 2309 } | |
| 2310 sample += count; | |
| 885 | 2311 } |
| 2312 #ifdef DEBUG | |
| 491 | 2313 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); |
| 885 | 2314 #endif |
| 2315 } | |
| 491 | 2316 return 0; |
| 2317 } | |
| 2318 #endif | |
| 2319 | |
| 0 | 2320 static int mov_read_close(AVFormatContext *s) |
| 2321 { | |
| 2322 int i; | |
| 121 | 2323 MOVContext *mov = (MOVContext *) s->priv_data; |
| 0 | 2324 for(i=0; i<mov->total_streams; i++) |
| 2325 mov_free_stream_context(mov->streams[i]); | |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
2326 /* free color tabs */ |
|
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
2327 for(i=0; i<mov->ctab_size; i++) |
| 887 | 2328 av_freep(&mov->ctab[i]); |
|
130
f607ed6aa365
* support for AAC audio (esds decoding - using extradata)
kabi
parents:
129
diff
changeset
|
2329 av_freep(&mov->ctab); |
| 0 | 2330 return 0; |
| 2331 } | |
| 2332 | |
| 2333 static AVInputFormat mov_iformat = { | |
|
677
6d6a11ba402a
quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi)
michael
parents:
671
diff
changeset
|
2334 "mov,mp4,m4a,3gp,3g2", |
| 0 | 2335 "QuickTime/MPEG4 format", |
| 2336 sizeof(MOVContext), | |
| 2337 mov_probe, | |
| 2338 mov_read_header, | |
| 2339 mov_read_packet, | |
| 2340 mov_read_close, | |
| 491 | 2341 #if defined(MOV_SPLIT_CHUNKS) && defined(MOV_SEEK) |
| 2342 mov_read_seek, | |
| 885 | 2343 #endif |
| 0 | 2344 }; |
| 2345 | |
| 2346 int mov_init(void) | |
| 2347 { | |
| 2348 av_register_input_format(&mov_iformat); | |
| 2349 return 0; | |
| 2350 } |
