summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-09-12Merge pull request #97 from thorfdbg/masterJohn Hurst
Fixed a wrong byte in the JPEG XS subdescriptor
2021-09-12Merge pull request #5 from ↵John Hurst
DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/readWriteFrame_use_framebuffer Writeframe and Readframe in line with other APIs (they now use framebuffer)
2021-09-10Added the autogen boilerplate script.Thomas Richter
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-07Added autogen boilerplate.Thomas Richter
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 #95 from msheby/bugfix/issue71John Hurst
Bugfix/issue71