summaryrefslogtreecommitdiff
path: root/src/AS_02_IAB.h
AgeCommit message (Collapse)Author
2021-09-13AS_02_internal.h removed from AS_02_IAB.h; it is not part of the public ↵jhurst
interface
2021-09-09Re-implement previous {Read,Write}Frame APInolaiz
2021-09-09Fix indentationmilla
2021-09-09Writeframe and Readframe in line with other APIs (they now use framebuffer)milla
2021-08-27Merge pull request #2 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/as02info_as02unwrap_iab Merge dolby/atmos_storage/asdcplib_integration/as02info_as02unwrap_iab (contains also FileReader pluggable at runtime) to master
2021-06-03Added API functions in AS_02_IAB.h: AddDmsGenericPartUtf8Text for write and ↵milla
ReadGenericStreamPartitionPayload for read. These functions are a wrapper so that the writer and reader call their implementation of AddDmsGenericPartUtf8Text and ReadGenericStreamPartitionPayload respectively. In the case of the AddDmsGenericPartUtf8Text 2 new parameters have been added: trackDescription and dataDescription.
2021-06-03FileReader pluggable at runtimemilla
2020-04-22* Fixes an error when calling OP1aHeader::GetMDObjectByType()Wolfgang Ruppel
* IAB Essence type detection added * Adding AS_02_internal.h to deploy targets
2020-04-15Add support for IAB Track File reading and writingPierre-Anthony Lemieux