Commit Graph

6 Commits

Author SHA1 Message Date
trav90 a7bbb6c8d2 Add ability to retrieve init range to ContainerParser
Currently, we always assume that the init segment starts at offset 0. But this doesn't have to always be true.
2018-07-25 07:14:30 +08:00
trav90 e74e8f7b5a Add ContainerParser::MediaSegmentRange() method
And add abilities to MoofParser to indicate if a media segment is complete. In an MP4 file a media segment is made up of a moof atom followed by one (or more) mdat atoms.
2018-07-25 07:14:19 +08:00
trav90 d7c605fb56 [mse] Check for sidx box in ContainerParser 2018-07-25 06:59:53 +08:00
trav90 d6335febb4 Rename LargeDataBuffer and DataBuffer objects
This prevents conflicts and crashes with WebRTC libs that use those names already. Some linkers appear to get it wrong and calls the destructor of the wrong class.
2018-07-25 01:19:09 +08:00
wolfbeast 988805c2e1 Update primitive webm format reader with additional segment types. 2018-07-24 23:30:27 +08:00
Moonchild baf46a6bf1 Merge pull request #1 from mozilla/esr38: Esr38 upstream pull 2018-07-24 23:04:07 +08:00