summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-11More debugging.debugCarl Hetherington
2024-10-14Remove unused import.v1.0.3Carl 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 cscript file.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-31feat: new version indicatse API changesJohn Hurst
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 #124 from Jason-elkins/masterJohn Hurst
ci: remove docker build
2023-04-25ci: remove docker buildJason-elkins
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 #115 from msheby/fix/m4-openssl-detectionJohn Hurst
fix: improve autoconf handling of OpenSSL 1.x
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-09fix: improve autoconf handling of OpenSSL 1.xMatthew Sheby
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-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-08-10Fix misaligned reads when readin/writing audioArnaud Bienner
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