summaryrefslogtreecommitdiff
path: root/src/AS_02_ACES.cpp
AgeCommit message (Collapse)Author
2021-06-03FileReader pluggable at runtimemilla
2021-04-13 o Added a Clone() method to InterchangeObject and derivativesjhurst
that allows making a descriptor copy that is not owned by any other strucure. The caller must arrange to delete the object pointer returned. o While implementing the above it became obvious that the reference-to-a-pointer-to-the-dictionary idiom that is used throughout the lower levels of the MXF library was the cause of much more grief than it was originally designed to prevent. This was made even more obvious when I replaced all of it with simple pointers, which revealed several shadow instances of m_Dict that were only reliable while the object that held them was valid.
2020-07-15replaced openssl dependency with internal SHA-1 APIjhurst
2020-02-14Die timecode! Die!no_tc_in_as_02jhurst
2019-12-02Adds a ContainerConstraintsSubDescriptor to ACES files (mandatory per ST 379-2)Wolfgang Ruppel
2018-10-13Added BER length minimum valuejhurst
2018-09-14ACES contribution from AMPAS/Ruppeljhurst