| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-06 | Default to writing 8 audio channels in DCPs (#2443). | Carl Hetherington | |
| It seems likely that 8 channels is slightly less likely to trip validation warnings from some distributors, and so it seems worth accepting the potential waste of 2 channels. Users can always set this back to 6 again (once, and it will be saved) and those upgrading from old versions won't be affected anyway. | |||
| 2023-08-06 | Go back to respecting the user's choice for the number of audio channels in ↵ | Carl Hetherington | |
| the MXF. | |||
| 2023-07-29 | Check channel count when comparing audio MXFs. | Carl Hetherington | |
| 2023-07-29 | Don't check sound assets in some tests. | Carl Hetherington | |
| When fiddling with MXF channel counts it makes a lot of tests fail that probably don't need to. | |||
| 2023-07-27 | Bump libdcp to one with some cleanups / header re-arrangement. | Carl Hetherington | |
| 2023-07-02 | Don't insert incorrect <Effect> nodes into metadata (#2581). | Carl Hetherington | |
| Previously we would add assume Effect=none (i.e. force all subtitles to have no effect) if neither of the legacy tags Border or Shadow were present in the metadata. In this case we should just leave Effect as unset. | |||
| 2023-07-01 | Add another test. | Carl Hetherington | |
| 2023-06-30 | Don't write MainSoundConfiguration with 71 when we only have HI/VI (#2580). | Carl Hetherington | |
| 2023-06-30 | Clean up after some more tests. | Carl Hetherington | |
| 2023-06-29 | Disable asset hash checks that the libdcp bump fixes. | Carl Hetherington | |
| 2023-06-24 | Fix config test reference after ISDCF name config option. | Carl Hetherington | |
| 2023-06-05 | Give filler subtitle reels <LoadFont> nodes in SMPTE (#2547). | Carl Hetherington | |
| 2023-06-04 | Fix missing subtitle language in CPL on auto-created empty subtitle assets ↵ | Carl Hetherington | |
| (#2548). | |||
| 2023-06-03 | Missing ConfigRestorer. | Carl Hetherington | |
| 2023-06-02 | Fix incorrect hint about having too many subtitle lines in some cases (#2546). | Carl Hetherington | |
| 2023-06-02 | Improve a test failure message. | Carl Hetherington | |
| 2023-05-30 | Fix errors when mapping DCPs referring to the same asset multiple times (#2542). | Carl Hetherington | |
| 2023-05-30 | Clarify some test failure messages. | Carl Hetherington | |
| 2023-05-30 | Add a test with hard-linking. | Carl Hetherington | |
| 2023-05-30 | Move test into its own method. | Carl Hetherington | |
| 2023-05-30 | Add --config option to map (#2543). | Carl Hetherington | |
| 2023-05-29 | Don't write Markers to interop CPLs (#2537). | Carl Hetherington | |
| 2023-05-28 | Bump libdcp for fix to crash with interop subtitles (#2536). | Carl Hetherington | |
| 2023-05-18 | Cleanup: replace some list with vector. | Carl Hetherington | |
| 2023-05-13 | Add dcpomatic2_map tool (#2445). | Carl Hetherington | |
| 2023-05-13 | Fix some typos in comments. | Carl Hetherington | |
| 2023-05-13 | Add verify_dcp(). | Carl Hetherington | |
| 2023-05-12 | Handle fonts for ccaps coming from DCP content (#2525). | Carl Hetherington | |
| Not dealing with them calls all sort of chaos as described in the bug report. | |||
| 2023-05-12 | Cleanup: include/using sorting. | Carl Hetherington | |
| 2023-04-22 | Add some more bandwidths to a test. | Carl Hetherington | |
| 2023-04-19 | In 1c73379ed8483dcf71c5ccfc459c2c22516a9aef I changed | Carl Hetherington | |
| FontConfig::_available_fonts to use the font ID as a key, but that's totally wrong because the same Font object with the same ID can have its font filename/data changed, and in that case we don't want to use the cached font. Here we use the actual TTF/OTF font data as the key. We could have just hashed the data (whether it comes from a disk file or is held in memory) but this is slower in the case where we have the filename, as then the file must be loaded from disk for each comparison. This fixes #2518. | |||
| 2023-04-11 | Give an error if a non-number is passed to dcpomatic2_create -s (#2488). | Carl Hetherington | |
| 2023-03-29 | Add some more test cleanups. | Carl Hetherington | |
| 2023-03-29 | Write the correct MCA subdescriptors depending on active channels. | Carl Hetherington | |
| 2023-03-29 | Fix dependence of test on a particular j2c path. | Carl Hetherington | |
| 2023-03-29 | Always make 16-channel MXFs. | Carl Hetherington | |
| 2023-03-29 | Cleanup: simplify test. | Carl Hetherington | |
| 2023-03-23 | Fix crashes when using templates in some cases (#2491). | Carl Hetherington | |
| If a template had content with N audio channels there would be various problems if content with <N channels was subsequently added. | |||
| 2023-03-23 | Add AudioMapping::take_from(). | Carl Hetherington | |
| 2023-03-22 | Don't crash immediately if there's no private data. | Carl Hetherington | |
| 2023-03-16 | Emit the state of the job with the Finished signals. | Carl Hetherington | |
| 2023-03-11 | Use IAB rather than ATMOS in ISDCF names (#2482). | Carl Hetherington | |
| 2023-03-05 | Fix error when padding is needed in 3D encodes (#2476). | Carl Hetherington | |
| 2023-03-03 | Add option to limit DCP output to the "Bv2.0 profile" (#2470).v2.16.45 | Carl Hetherington | |
| I'm far from convinced about the point/sense of all these "profiles" (rather than just implementing or at least tolerating the standard) but lots of people are having problems with "QC" processes failing their DCPs with complaints related to MCASubDescriptors. It seems to make sense to have an option to turn them off - at least for now, until either the "QC" situation settles down or any bugs in DCP-o-matic are found and fixed. | |||
| 2023-03-03 | Add word_wrap(). | Carl Hetherington | |
| 2023-02-27 | Strip disallowed characters from subtitles before they get into the XML. | Carl Hetherington | |
| 2023-02-27 | Fix tests. | Carl Hetherington | |
| 2023-02-27 | Support the 2014 version of SMPTE 428-7 in render_text.cc and use it | Carl Hetherington | |
| when placing subtitles (e.g. SRT). Also default to outputting 2014-era alignment. | |||
| 2023-02-27 | Remove debug message. | Carl Hetherington | |
| 2023-02-12 | Fix build for new libdcp. | Carl Hetherington | |
