summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-12-16Hack to make DoM/libdcp build.dom-hack-upstream-mastercah
2022-10-17fix: add IMF JP2K 2K Lossy Profilesjelkins
2022-08-30Fixed local path translation error when writing anc resource filesjhurst
2022-04-28Added IMF IAB header to install targetJohn Hurst
2022-02-04Fixed creating the essence coding of the JPEG XS file.Thomas Richter
2022-02-03Enabled JPEG XS in as-02-info.Thomas Richter
2022-02-03Merge branch 'cinecert:master' into masterThomas Richter
2022-01-28Fixed the MMDs for the JPEG XS AS02 labels.Thomas Richter
2021-11-23correctly handle WAVE files that have chunks after the "data" chunkMatthew Sheby
2021-11-17CMake fixIMFTool
2021-11-10Moved as-02-wrap-jxs build under the JXS conditionaljhurst
2021-11-10Added option -sjhurst
2021-11-10Modified 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-10Added a new UL matching operator MatchIgnorePlaceholder()jhurst
2021-11-10Added as-02-wrap-iab and as-02-wrap-jxs to the buildjhurst
2021-11-10Added as-02-wrap-iab to the buildjhurst
2021-11-10New commandjhurst
2021-11-10Added recognition of IAB filesjhurst
2021-09-22Fixed constructor of JXS file reader.Thomas Richter
2021-09-18fixed egregious pointer misuse previously committed by mejhurst
2021-09-18update to use IFileReaderFactory APIjhurst
2021-09-16was segfaulting due to incomplete IFileReader impl. Returned to stable ↵jhurst
FileReader behavior.
2021-09-13updated markingsjhurst
2021-09-13make PHDR work with IFileReaderFactoryjhurst
2021-09-13AS_02_internal.h removed from AS_02_IAB.h; it is not part of the public ↵jhurst
interface
2021-09-13Address filename changesjhurst
2021-09-12Merge remote-tracking branch 'upstream/master'jhurst
2021-09-12Merge pull request #96 from msheby/feature/j2clayoutJohn Hurst
Feature/j2clayout
2021-09-10Fixed a wrong byte in the MDD file, the JPEG XS picture subdescriptor was wrong.Thomas Richter
2021-09-09Re-implement previous {Read,Write}Frame APInolaiz
2021-09-09Fix indentationmilla
2021-09-09Writeframe and Readframe in line with other APIs (they now use framebuffer)milla
2021-09-02update -D documentationMatthew Sheby
2021-09-02add -J option for writing J2CLayoutMatthew Sheby
2021-09-02add additional predefined RGBALayout valuesMatthew Sheby
2021-08-27Merge pull request #14 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/increment_trackID Set trackid incrementally from 2 instead of hardcoded
2021-08-27Merge 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-27fix indentationmilla
2021-08-27Fix indentation and commentmilla
2021-08-27Fix indentation changemilla
2021-08-27Set trackid incrementally from 2 instead of hardcodedmilla
2021-08-26fix issue #71Matthew Sheby
2021-08-26Merge 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-26Merge 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-26Merge pull request #13 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/asdcplib_internal_trackID Fix trackID bug in AS_DCP_internal
2021-08-26Merge 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-26Merge 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-26Merge 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-26Merge pull request #10 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/definitions_into_namespace Put definitions inside their corresponding namespaces
2021-08-26Merge pull request #9 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/as_02_iab_logs Add logs in AS_02_IAB