summaryrefslogtreecommitdiff
path: root/src/AS_02_IAB.cpp
AgeCommit message (Expand)Author
2021-09-18fixed egregious pointer misuse previously committed by mejhurst
2021-09-13AS_02_internal.h removed from AS_02_IAB.h; it is not part of the public inter...jhurst
2021-09-09Re-implement previous {Read,Write}Frame APInolaiz
2021-09-09Writeframe and Readframe in line with other APIs (they now use framebuffer)milla
2021-08-27Merge pull request #2 from DolbyLaboratories/dolby/atmos_storage/asdcplib_int...John Hurst
2021-08-26Merge pull request #16 from DolbyLaboratories/dolby/atmos_storage/asdcplib_in...John Hurst
2021-08-26Merge pull request #9 from DolbyLaboratories/dolby/atmos_storage/asdcplib_int...John Hurst
2021-08-26Merge pull request #3 from DolbyLaboratories/dolby/atmos_storage/asdcplib_int...John Hurst
2021-06-09Fix surrounding format (brackets not in separate line)milla
2021-06-09Fix indentationmilla
2021-06-03Close file if open when doing reset of the reader or destroying the readermilla
2021-06-03Add logs in AS_02_IABmilla
2021-06-03As result state is ambiguous, log it where it is returnedmilla
2021-06-03If when closing the state is not 'running', throw error as it means no frame ...milla
2021-06-03Added API functions in AS_02_IAB.h: AddDmsGenericPartUtf8Text for write and R...milla
2021-06-03FileReader pluggable at runtimemilla
2021-04-13 o Added a Clone() method to InterchangeObject and derivativesjhurst
2020-08-18Fix IABEssenceClipWrappedElement key (#59)Pierre-Anthony Lemieux
2020-07-08Improve use of constantsPierre-Anthony Lemieux
2020-07-08Fix incorrect clip length when wrapping IAB (#47)Pierre-Anthony Lemieux
2020-07-08Remove timecode from IAB Track FilePierre-Anthony Lemieux
2020-05-07Address https://github.com/cinecert/asdcplib/pull/33#discussion_r421689866Pierre-Anthony Lemieux
2020-04-22* Fixes an error when calling OP1aHeader::GetMDObjectByType()Wolfgang Ruppel
2020-04-17Removed dependencies on features available beyond C++98Pierre-Anthony Lemieux
2020-04-15Add support for IAB Track File reading and writingPierre-Anthony Lemieux