summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-19revert an empty() check in MXF.cpp because it tests a destination rather than...jelkins
2020-10-19revert changes to Metadata.cpp and PCMParserList.cppjelkins
2020-10-09add new function to calculate ContainerDuration from IndexTableSegmentjelkins
2020-10-09remove empty() check from TLVsetjelkins
2020-10-09add more empty() checks and adjust whitespacejelkins
2020-10-08re-add an if statement removed by accident in PCMParserList.cppjelkins
2020-10-08check values for ContainerDuration.jelkins
2020-10-08Merge branch 'master' of https://github.com/Jason-elkins/asdcplib into check_...jelkins
2020-10-08Merge branch 'master' into sha1_builtinjhurst
2020-10-08fixed conditional XML parser supportjhurst
2020-10-07check values for Durationjelkins
2020-10-07check values of IndexSIDjelkins
2020-10-07check values for ObjectModelVersionjelkins
2020-10-07remove extra '(' added with LinkTrackIDjelkins
2020-10-07check values for LinkedTrackID.jelkins
2020-09-08Merge pull request #40 from msheby/expose-mic-keyJohn Hurst
2020-09-08Merge pull request #55 from DolbyLaboratories/dolby/fix_invalid_use_of_stack_...John Hurst
2020-09-08Merge pull request #54 from DolbyLaboratories/dolby/fix_overflow_readJohn Hurst
2020-09-08Merge pull request #53 from sandflow/issues/0052-as02-large-index-tablesJohn Hurst
2020-09-08Contributed from Dolby pull requestjhurst
2020-09-08Merge branch 'master' into sha1_builtinjhurst
2020-09-08Added OpenSSL and Xerces build options to allow stand-alone compilationjhurst
2020-08-18Fix IABEssenceClipWrappedElement key (#59)Pierre-Anthony Lemieux
2020-08-05Fix read of stack buffer after it went out of scopeArnaud Bienner
2020-08-05Fix overflow readArnaud Bienner
2020-08-05Fix another potential read on misaligned pointerArnaud Bienner
2020-08-05Fix potential cast of misaligned memory, which has undefined behaviorArnaud Bienner
2020-08-03Add support for multi-segment index tables to AS_02 write (#52)Pierre-Anthony Lemieux
2020-07-19The PRNG implementation has been modified to use the newly-addedjhurst
2020-07-19adding built-in AES support to reduce external dependencyjhurst
2020-07-19editorial changejhurst
2020-07-19editorial changesjhurst
2020-07-19refactored to use Kumu data types instead of raw buffersjhurst
2020-07-15replaced openssl dependency with internal SHA-1 APIjhurst
2020-07-15Moving sha1 into the library to reduce openssl dependencyjhurst
2020-07-11Add some missing break statements.Carl Hetherington
2020-07-11Fix warnings about not all possible values in a switchCarl Hetherington
2020-07-11Fix misleading indentation.Carl Hetherington
2020-07-11Fix missing initializers.Carl Hetherington
2020-07-11Fix comparisons between signed and unsigned values.Carl Hetherington
2020-07-11Fix initialisation order of constructors.Carl Hetherington
2020-07-11Move copy construction of Raw up to ByteString to fix warning when Raw(Raw&) ...Carl Hetherington
2020-07-11Remove const from return types in cases where it doesn'tCarl Hetherington
2020-07-11Remove some unused variables.Carl Hetherington
2020-07-08Improve use of constantsPierre-Anthony Lemieux
2020-07-08Fix incorrect clip length when wrapping IAB (#47)Pierre-Anthony Lemieux
2020-07-08Merge pull request #37 from DolbyLaboratories/dolby/windows_large_file_supportJohn Hurst
2020-07-08Remove timecode from IAB Track FilePierre-Anthony Lemieux
2020-07-06Merge branch 'master' into iab-labelsjhurst
2020-06-01Merge pull request #34 from cinecert/no_tc_in_as_02John Hurst