| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-16 | Hack to make DoM/libdcp build.dom-hack-upstream-master | cah | |
| 2022-10-17 | fix: add IMF JP2K 2K Lossy Profiles | jelkins | |
| 2022-08-30 | Fixed local path translation error when writing anc resource files | jhurst | |
| 2022-04-28 | Added IMF IAB header to install target | John Hurst | |
| 2022-02-04 | Fixed creating the essence coding of the JPEG XS file. | Thomas Richter | |
| 2022-02-03 | Enabled JPEG XS in as-02-info. | Thomas Richter | |
| 2022-02-03 | Merge branch 'cinecert:master' into master | Thomas Richter | |
| 2022-01-28 | Fixed the MMDs for the JPEG XS AS02 labels. | Thomas Richter | |
| 2021-11-23 | correctly handle WAVE files that have chunks after the "data" chunk | Matthew Sheby | |
| 2021-11-17 | CMake fix | IMFTool | |
| 2021-11-10 | Moved as-02-wrap-jxs build under the JXS conditional | jhurst | |
| 2021-11-10 | Added option -s | jhurst | |
| 2021-11-10 | Modified the KLV parser to return RESULT_ALLOC instead of RESULT_FAIL when ↵ | jhurst | |
| an attempt is made to read a packet that is larger than the internal limit. The file handle is Seek()ed to the first byte following the huge packet, allowing the caller to get over it and continue parsing MXF. | |||
| 2021-11-10 | Added a new UL matching operator MatchIgnorePlaceholder() | jhurst | |
| 2021-11-10 | Added as-02-wrap-iab and as-02-wrap-jxs to the build | jhurst | |
| 2021-11-10 | Added as-02-wrap-iab to the build | jhurst | |
| 2021-11-10 | New command | jhurst | |
| 2021-11-10 | Added recognition of IAB files | jhurst | |
| 2021-09-22 | Fixed constructor of JXS file reader. | Thomas Richter | |
| 2021-09-18 | fixed egregious pointer misuse previously committed by me | jhurst | |
| 2021-09-18 | update to use IFileReaderFactory API | jhurst | |
| 2021-09-16 | was segfaulting due to incomplete IFileReader impl. Returned to stable ↵ | jhurst | |
| FileReader behavior. | |||
| 2021-09-13 | updated markings | jhurst | |
| 2021-09-13 | make PHDR work with IFileReaderFactory | jhurst | |
| 2021-09-13 | AS_02_internal.h removed from AS_02_IAB.h; it is not part of the public ↵ | jhurst | |
| interface | |||
| 2021-09-13 | Address filename changes | jhurst | |
| 2021-09-12 | Merge remote-tracking branch 'upstream/master' | jhurst | |
| 2021-09-12 | Merge pull request #96 from msheby/feature/j2clayout | John Hurst | |
| Feature/j2clayout | |||
| 2021-09-10 | Fixed a wrong byte in the MDD file, the JPEG XS picture subdescriptor was wrong. | Thomas Richter | |
| 2021-09-09 | Re-implement previous {Read,Write}Frame API | nolaiz | |
| 2021-09-09 | Fix indentation | milla | |
| 2021-09-09 | Writeframe and Readframe in line with other APIs (they now use framebuffer) | milla | |
| 2021-09-02 | update -D documentation | Matthew Sheby | |
| 2021-09-02 | add -J option for writing J2CLayout | Matthew Sheby | |
| 2021-09-02 | add additional predefined RGBALayout values | Matthew Sheby | |
| 2021-08-27 | Merge pull request #14 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/increment_trackID Set trackid incrementally from 2 instead of hardcoded | |||
| 2021-08-27 | Merge 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-08-27 | fix indentation | milla | |
| 2021-08-27 | Fix indentation and comment | milla | |
| 2021-08-27 | Fix indentation change | milla | |
| 2021-08-27 | Set trackid incrementally from 2 instead of hardcoded | milla | |
| 2021-08-26 | fix issue #71 | Matthew Sheby | |
| 2021-08-26 | Merge pull request #16 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/close_file_depends_on_pluggable_filereader Close file if open when doing reset of the reader or destroying the reader | |||
| 2021-08-26 | Merge pull request #15 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/templatize_h02writerclip_depends_on_pluggable_filereader Templatize h__AS02WriteClip, move functions definition to header. Note that this depends on filereader pluggable at runtime commit as the reader is called as a pointer here. | |||
| 2021-08-26 | Merge pull request #13 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/asdcplib_internal_trackID Fix trackID bug in AS_DCP_internal | |||
| 2021-08-26 | Merge pull request #8 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/add_km_logs Add KM logs and remove semicolon from pre-processor directive | |||
| 2021-08-26 | Merge pull request #12 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/protect_printf_definitions Protecting snprintf and vsnprintf definitions that makes compilation with boost 1.73 to fail | |||
| 2021-08-26 | Merge pull request #11 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/dont_export_symbols Do not export symbols on definitions in cpp. (moved functions and classes to an unnamed namespace and made variables static) | |||
| 2021-08-26 | Merge pull request #10 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/definitions_into_namespace Put definitions inside their corresponding namespaces | |||
| 2021-08-26 | Merge pull request #9 from ↵ | John Hurst | |
| DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/as_02_iab_logs Add logs in AS_02_IAB | |||
