index
:
asdcplib
2758-safe-write
carl
carl-2
carl-3
dcpomatic-2.13.0
debug
dom-hack-upstream-master
fixlibdir
gh-21-open
htj2c
issues/0015-replace-ATMOS-w-IAB
mac
macos
master
mattias-debug
mpeg2
no_tc_in_as_02
nu
test-filename
videocon-0
videocon-1
warning-fixes
win32-crash
Fork of asdcplib library for low-level DCP handling
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
AS_02_IAB.cpp
Age
Commit message (
Expand
)
Author
2021-09-18
fixed egregious pointer misuse previously committed by me
jhurst
2021-09-13
AS_02_internal.h removed from AS_02_IAB.h; it is not part of the public inter...
jhurst
2021-09-09
Re-implement previous {Read,Write}Frame API
nolaiz
2021-09-09
Writeframe and Readframe in line with other APIs (they now use framebuffer)
milla
2021-08-27
Merge pull request #2 from DolbyLaboratories/dolby/atmos_storage/asdcplib_int...
John Hurst
2021-08-26
Merge pull request #16 from DolbyLaboratories/dolby/atmos_storage/asdcplib_in...
John Hurst
2021-08-26
Merge pull request #9 from DolbyLaboratories/dolby/atmos_storage/asdcplib_int...
John Hurst
2021-08-26
Merge pull request #3 from DolbyLaboratories/dolby/atmos_storage/asdcplib_int...
John Hurst
2021-06-09
Fix surrounding format (brackets not in separate line)
milla
2021-06-09
Fix indentation
milla
2021-06-03
Close file if open when doing reset of the reader or destroying the reader
milla
2021-06-03
Add logs in AS_02_IAB
milla
2021-06-03
As result state is ambiguous, log it where it is returned
milla
2021-06-03
If when closing the state is not 'running', throw error as it means no frame ...
milla
2021-06-03
Added API functions in AS_02_IAB.h: AddDmsGenericPartUtf8Text for write and R...
milla
2021-06-03
FileReader pluggable at runtime
milla
2021-04-13
o Added a Clone() method to InterchangeObject and derivatives
jhurst
2020-08-18
Fix IABEssenceClipWrappedElement key (#59)
Pierre-Anthony Lemieux
2020-07-08
Improve use of constants
Pierre-Anthony Lemieux
2020-07-08
Fix incorrect clip length when wrapping IAB (#47)
Pierre-Anthony Lemieux
2020-07-08
Remove timecode from IAB Track File
Pierre-Anthony Lemieux
2020-05-07
Address https://github.com/cinecert/asdcplib/pull/33#discussion_r421689866
Pierre-Anthony Lemieux
2020-04-22
* Fixes an error when calling OP1aHeader::GetMDObjectByType()
Wolfgang Ruppel
2020-04-17
Removed dependencies on features available beyond C++98
Pierre-Anthony Lemieux
2020-04-15
Add support for IAB Track File reading and writing
Pierre-Anthony Lemieux