gecko-dev/dom/media/fmp4
Gerald Squelart 9c5368f80d Bug 1200326 - p5 - Moved fallible code from MP4TrackDemuxer constructor to caller - r=jya
In MP4TrackDemuxer constructor, getting the track info and indices could potentially fail, triggering crashing assertions.
The fallible work is now done before calling the constructor, and if it fails a nullptr is returned, which is correctly handled in MediaFormatReader.
Also reordered some MP4TrackDemuxer members for more natural construction.
2015-09-23 00:47:00 +02:00
..
MP4Decoder.cpp Bug 1207429: P2. Enable FFmpeg by default if available. r=kentuckyfriedtakahe 2015-09-27 15:19:28 +10:00
MP4Decoder.h Bug 1178098 - Report why DXVA initialization failed to about:support. r=cpearce 2015-07-13 16:12:23 -04:00
MP4Demuxer.cpp Bug 1200326 - p5 - Moved fallible code from MP4TrackDemuxer constructor to caller - r=jya 2015-09-23 00:47:00 +02:00
MP4Demuxer.h Bug 1200326 - p5 - Moved fallible code from MP4TrackDemuxer constructor to caller - r=jya 2015-09-23 00:47:00 +02:00
MP4Stream.cpp Bug 1190238: P3. Do not loop calling MediaResource::Read or ReadAt, let MediaResourceIndex do it for us. r=cpearce 2015-08-13 15:27:10 +10:00
MP4Stream.h Bug 1190238: P3. Do not loop calling MediaResource::Read or ReadAt, let MediaResourceIndex do it for us. r=cpearce 2015-08-13 15:27:10 +10:00
moz.build Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00