-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix for 'ipco' and 'iprp' boxes. They are changed from FullBox to B…
…ox to be aligned with latest spec as of Feb. 2016. - Add support for reading Conding constraints Box (ccst) entried from JSON configuration. - Make tkhd alternate_group writing optional from JSON configuration. - ItemInfoEntry writing fixed to be written always in ID order. - HevcSampleEntry 'ccst' is now not written for video tracks (i.e. 'vide' track). - Fix for SampleToChunkBox::decodeEntries to handle last entry correctly when multiple same sample entries per chunk in last entry. - Add support for writing hidden master images. - Support largesize field in subboxes. - Support reading 64-bit box sizes. - Fix Sample Size Box reading. - Add reader support for multiple sample chunks. - Add support for 64-bit Chunk Offset Box "co64".
- Loading branch information
Showing
65 changed files
with
802 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
#ifndef BITSTREAM_HPP | ||
#define BITSTREAM_HPP | ||
|
||
#include <cstdint> | ||
#include <string> | ||
#include <vector> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.