summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-07-20Install static libs in the right place.fixlibdirCarl Hetherington
2024-06-08Don't assert here as it happens when the disk is full (DoM #2825).v1.0.2Carl Hetherington
2024-04-22Add the DCP-o-matic-specific API additions for MPEG2 (as added previously ↵v1.0.1Carl Hetherington
for JPEG2000).
2024-04-21Fix ordering in member initializer lists.Carl Hetherington
2024-04-21Fix some unused variable warnings.Carl Hetherington
2024-03-22Remove use of register keyword (reserved in C++17).Carl Hetherington
2024-03-22Remove pragma that raises a warning on GCC.v1.0.0cah
2024-03-22Don't redefine WIN32_LEAN_AND_MEAN if it's already defined.cah
2024-03-21Fix <> / "" confusion for includes.cah
2024-03-21Hackily fix use of undefinied variable if !ASDCP_SUCCESS(result) happens here.Carl Hetherington
2024-03-21Add some more logging to RESULT_WRITEFAIL cases.Carl Hetherington
2024-03-21Log actual error codes from CreateFileW failures.Carl Hetherington
2024-03-21Remove MSVC-ism; I think this is safe, and these methods are only used for ↵Carl Hetherington
debug logging anyway I think.
2024-03-21Stop some valgrind errors about undefined memory.Carl Hetherington
2024-03-21Add hacks for predictable random number and timestamp generation.Carl Hetherington
2024-03-21Support hashing while writing MXFs.Carl Hetherington
2024-03-21Allow overwrite (i.e. continue) when writing JPEG2000 MXFs.Carl Hetherington
2024-03-21Add missing UTF8 version of do_stat().Carl Hetherington
2024-03-21Remove edit rate checks so that DCP-o-matic can use any edit rate it wants.Carl Hetherington
2024-03-21Add another OpenReadFrame method for JP2K::CodestreamParser.Carl Hetherington
2024-03-21Set up MXF header value DisplayHeight. Otherwise mediainfo reportsCarl Hetherington
0 height for DCP-o-matic's MXFs. See DoM bug #1325 for more discussion.
2024-03-21Add waf build system.Carl Hetherington
2023-07-31fix: corrected byte offset of SqcdOFST and SPqcdOFST in j2c parserJohn Hurst
2023-07-31fix: allow full 64 bits of index duration through APIJohn Hurst
2023-07-31feat: added DeleteMDObjectByID() to MXF header and footer classesJohn Hurst
2023-07-31feat: added option -gJohn Hurst
2023-04-25Merge pull request #123 from Jason-elkins/masterJohn Hurst
feat: add RFC5646Language to TimedTextDescriptor
2023-04-25Merge pull request #117 from msheby/feature/allow-mosJohn Hurst
feature: allow an MCA label to start with a hyphen
2023-04-25Merge pull request #116 from msheby/feature/ns-428-7-2014John Hurst
feature: RDD 52 points to ST 428-7:2014
2023-04-25Merge pull request #113 from DolbyLaboratories/dolby/fix_misaligned_reads_wavJohn Hurst
Fix misaligned reads when readin/writing audio
2023-03-31feat: add RFC5646Language to TimedTextDescriptorjelkins
2023-02-09feature: allow an MCA label to start with a hyphenMatthew Sheby
2023-02-09RDD 52 points to ST 428-7:2014Matthew Sheby
2022-10-17fix: add IMF JP2K 2K Lossy Profilesjelkins
2022-08-30Fixed local path translation error when writing anc resource filesjhurst
2022-08-10Fix misaligned reads when readin/writing audioArnaud Bienner
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