summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-16Hack to make DoM/libdcp build.dom-hack-upstream-mastercah
2022-10-17build: advance to 2.12.4John Hurst
2022-10-17Merge pull request #114 from Jason-elkins/masterJohn Hurst
fix: add IMF JP2K 2K Lossy Profiles
2022-10-17fix: add IMF JP2K 2K Lossy Profilesjelkins
2022-08-30Fixed local path translation error when writing anc resource filesjhurst
2022-07-21updated change log to include 2.10.38 and 2.12.2jhurst
2022-05-25build: advance configure.ac to 2.12.3John Hurst
2022-04-28Added IMF IAB header to install targetJohn Hurst
2022-02-16Merge pull request #107 from Jason-elkins/patch-5John Hurst
Create .gitlab-ci.yml
2022-02-16Create .gitlab-ci.ymlJason-elkins
add gitlab CI support
2022-02-08Merge pull request #105 from Jason-elkins/patch-4John Hurst
update configure.ac to 2.12.2
2022-02-08Merge pull request #106 from thorfdbg/masterJohn Hurst
Fixed MDDs for JPEG XS labels in IMF files
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
2022-01-28Merge branch 'master' of github.com:thorfdbg/asdcplibThomas Richter
2021-12-15update configure.ac to 2.12.2Jason-elkins
2021-11-24Merge pull request #104 from msheby/bugfix/chunks-after-dataJohn Hurst
correctly handle WAVE files that don't end with the "data" chunk
2021-11-23correctly handle WAVE files that have chunks after the "data" chunkMatthew Sheby
2021-11-17Merge pull request #103 from IMFTool/cmake-fixJohn Hurst
CMake fix
2021-11-17Merge pull request #102 from Jason-elkins/patch-3John Hurst
update configure.ac to 2.12.1
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-10-01Merge pull request #100 from DolbyLaboratories/ci_jxs_buildJohn Hurst
CI: add JPEG XS build
2021-10-01update configure.ac to 2.12.1Jason-elkins
2021-10-01Merge pull request #101 from Jason-elkins/masterJohn Hurst
update configure.ac to 2.12.0
2021-10-01Merge pull request #99 from thorfdbg/masterJohn Hurst
Fixed constructor of JXS file reader.
2021-10-01update configure.ac to 2.12.0Jason-elkins
2021-09-22CI: add JPEG XS buildArnaudBienner
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-16Merge branch 'master' of https://github.com/cinecert/asdcplibjhurst
2021-09-16was segfaulting due to incomplete IFileReader impl. Returned to stable ↵jhurst
FileReader behavior.
2021-09-15Merge pull request #98 from DolbyLaboratories/Dolby/CI-without-ssl-without-xmlJohn Hurst
Update the CI to also build without XML or without SSL support
2021-09-13Update ci.ymlArnaudBienner
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