summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-08-15Hackily fix use of undefined variable if !ASDCP_SUCCESS(result) here.Carl Hetherington
2022-08-10Fix mistakes in valgrind-supporting code.Carl Hetherington
2022-06-16Fix static build.cah
2022-06-14Add some more logging to RESULT_WRITEFAIL cases.Carl Hetherington
2022-06-14Build asdcp-{un,}wrapCarl Hetherington
2022-06-14Whitespace fixes.Carl Hetherington
2022-06-14Fix include paths.Carl Hetherington
2022-05-02Use boost random for the test (repeatable) RNG rather than rand_r.cah
2022-05-02Remove uses of register.cah
2022-05-01Log actual error codes from CreateFileW failures.Carl Hetherington
2022-05-01Remove use of deprecated register keyword.Carl Hetherington
2022-02-24Remove MSVC-ism; I think this is safe, and these methods are onlywin32-crashCarl Hetherington
2022-02-24Remove some bad defines.Carl Hetherington
2022-02-24Add -x32/-x64 suffix to boost libraries when building for Windows.Carl Hetherington
2021-10-29Add another VALGRIND_MAKE_MEM_DEFINED.Carl Hetherington
2020-02-03Also need the flag in the actual build.Carl Hetherington
2020-02-03DCP-o-matic already defines WIN32_LEAN_AND_MEAN; fix warning about this.Carl Hetherington
2020-02-03Remove pragma unknown by mingw.Carl Hetherington
2019-12-03Use -carl rather than -cth to match the git branch name.Carl Hetherington
2019-12-03Set up MXF header value DisplayHeight. Otherwise mediainfo reportsCarl Hetherington
2019-12-03Build fix.Carl Hetherington
2019-12-03Re-fix python3 wscript problem.Carl Hetherington
2019-12-03Debug.Carl Hetherington
2019-12-03Try to provide python3 compatibility.Carl Hetherington
2019-12-03Install KM_log.hCarl Hetherington
2019-12-03Quell some valgrind errors.Carl Hetherington
2019-12-03Fix a few compiler warnings about misleading indents.Carl Hetherington
2019-12-03Make the IMP stuff usable.Carl Hetherington
2019-12-03Remove stack-allocated BIGNUM which is no longer allowed in OpenSSL 1.1.Carl Hetherington
2019-12-03Allow > 60 fps 3D.Carl Hetherington
2019-12-03Remove use of stringstream in FileWriter.Carl Hetherington
2019-12-03Move public headers into src/asdcp and install them in a asdcp subdirectory.Carl Hetherington
2019-12-03Don't include micro version number in MXFs we write.Carl Hetherington
2019-12-03Fix apparent typo in operator==.Carl Hetherington
2019-12-03Fix / hide some warnings on Linux.Carl Hetherington
2019-12-03Probably fix fake-writing with 3D.Carl Hetherington
2019-12-03Win32 build fixes.Carl Hetherington
2019-12-03Build correctly-suffixed libs (with -cth).Carl Hetherington
2019-12-03Naming fixes; add debug option.Carl Hetherington
2019-12-03waf build system.Carl Hetherington
2019-12-03Patches for testing to allow predictable random number and date generation.Carl Hetherington
2019-12-03Support hashing while writing MXFs.Carl Hetherington
2019-12-03Allow overwrite (i.e. continue) when writing JPEG2000 MXFs.Carl Hetherington
2019-12-03Fix UTF-8 filename handling; replace DirScanner code with boost-based impleme...Carl Hetherington
2019-12-03Fix uninitialised variable.Carl Hetherington
2019-12-03Remove edit rate checks so that DCP-o-matic can use any edit rate it wants.Carl Hetherington
2019-12-03Add another OpenReadFrame method for JP2K::CodestreamParser.Carl Hetherington
2019-12-03Fix a type-punning warning.Carl Hetherington
2019-12-03Fix some comparisons of signed with unsigned.Carl Hetherington
2019-12-03Remove some unused variables.Carl Hetherington