| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This fixes a problem where the Bv21 SMPTE warning appears in HTML
reports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
required mangling of long filenames on Windows.
Also wrap lots of missing places (e.g. calls to asdcplib, libxml++,
libcxml etc.) in dcp::filesystem::fix_long_path().
The idea is to keep paths un-mangled until they we call some
filesystem-related API and mangle them at that point. Otherwise
we end up serialising mangled names, which seems like it will
not end well.
Should fix DoM #2623.
|
|
|
|
|
|
|
|
The former is only set at configure which is a bit confusing,
and I can't think of a reason to have both.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
management of ASDCP::DefaultSMPTEDict().
|
|
|
|
|
|
|
|
|
|
|