| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-05 | Account for split branch in libdcp.split | Carl Hetherington | |
| 2023-11-29 | Don't reduce the audio channel count on adding ATMOS (only increase it, if ↵ | Carl Hetherington | |
| required). | |||
| 2023-11-29 | Fix segfault when creating KDMs with certificates and project folders (not ↵ | Carl Hetherington | |
| DKDMs). | |||
| 2023-11-27 | Cleanup: remove unnecessary include. | Carl Hetherington | |
| 2023-11-27 | Don't hide errors when trying to make configuration directories. | Carl Hetherington | |
| There should be no error if the directories already exist, and otherwise I think we want to know about the error. | |||
| 2023-11-27 | Fix stray \r characters in output of ls_url on Windows (#2669). | Carl Hetherington | |
| 2023-11-26 | Make an error more detailed. | Carl Hetherington | |
| 2023-11-23 | Update servers list after connecting to the signal. | Carl Hetherington | |
| Otherwise it can happen that a signal is emitted before we connect to it, and then after that no more signals come because nothing changes. | |||
| 2023-11-23 | Clarify error messages about missing configuration. | Carl Hetherington | |
| 2023-11-21 | Fix Centos 7 build. | Carl Hetherington | |
| 2023-11-21 | Missing header for Windows build. | Carl Hetherington | |
| 2023-11-21 | Cleanup: whitespace and header sorting. | Carl Hetherington | |
| 2023-11-20 | Verify encrypted DCPs (more) correctly (#2659). | Carl Hetherington | |
| 2023-11-20 | Fix audio analysis attempts with source files that have more channels than ↵ | Carl Hetherington | |
| the film. | |||
| 2023-11-20 | Cleanup: handle Filter objects by value rather than by reference. | Carl Hetherington | |
| 2023-11-20 | Cleanup: remove an unnecessary shared_ptr. | Carl Hetherington | |
| 2023-11-20 | Add header guards. | Carl Hetherington | |
| 2023-11-20 | Don't feed channels to leqm that we don't have a correction factor for (#2647). | Carl Hetherington | |
| 2023-11-20 | Add a dialog to show which screens have potentially-problematic | Carl Hetherington | |
| certificate validity periods when making KDMs (#2645). | |||
| 2023-11-20 | Cleanup: header ordering. | Carl Hetherington | |
| 2023-11-20 | Improve progress reporting of digest calculations (might help with #2643). | Carl Hetherington | |
| 2023-11-19 | Fix out-of-bounds read in OSX disk checking (#2658). | Carl Hetherington | |
| 2023-11-17 | Always add a font with an empty ID (#2649). | Carl Hetherington | |
| It's not just subtitle files with no <LoadFont> that can have subtitles without a specified font. In particular, DoM makes a single space subtitle with no font spec when it creates filler subtitles in multi-reel DCPs. | |||
| 2023-11-17 | Pass through <Ruby> tags in subtitles (#2635) (GH#23). | Carl Hetherington | |
| 2023-11-16 | Fix crash with subtitles for which we have no codec. | Carl Hetherington | |
| 2023-11-15 | Copy Interop PNG subtitle files correctly (#2640). | Carl Hetherington | |
| 2023-11-15 | Extract copy(). | Carl Hetherington | |
| 2023-11-12 | Replace deprecated zip_add() with zip_file_add(). | Carl Hetherington | |
| 2023-11-12 | Replace deprecated leaf() with filename(). | Carl Hetherington | |
| 2023-11-11 | Store last path for adding KDMs (#2348). | Carl Hetherington | |
| 2023-11-11 | Move add_files_override_path to film_util | Carl Hetherington | |
| 2023-10-28 | Fix uninitialised variable. | Carl Hetherington | |
| 2023-10-28 | Add some const& to uses of auto. | Carl Hetherington | |
| 2023-10-28 | Fix some possible overflows. | Carl Hetherington | |
| 2023-10-28 | Fix a bizarre thinko / typo of "false" for false. | Carl Hetherington | |
| 2023-10-28 | Check some unsanitized network inputs before allocating memory using them. | Carl Hetherington | |
| 2023-10-28 | Fix theoretical int overflow. | Carl Hetherington | |
| 2023-10-28 | Add some missing locks. | Carl Hetherington | |
| 2023-10-28 | Cleanup: whitespace. | Carl Hetherington | |
| 2023-10-28 | Fix thinko when trying to keep channel counts even. | Carl Hetherington | |
| 2023-10-28 | Fix possible deference of invalid iterator (if _reel == _reels.end()). | Carl Hetherington | |
| 2023-10-28 | Fix possible dereference of invalid iterator (if have_pushed is empty). | Carl Hetherington | |
| 2023-10-28 | Tolerate DCPs with no video and/or audio. | Carl Hetherington | |
| 2023-10-28 | Use updated libdcp, including an optimisation for rgb-onto-xyz12. | Carl Hetherington | |
| 2023-10-19 | Fix transcode job fps logging. | Carl Hetherington | |
| Broken in d3455851f60ee6bc35ea4f314c62a7da51ce0d81 | |||
| 2023-10-16 | Replace a slightly tortured lambda with a loop. | Carl Hetherington | |
| 2023-10-16 | Remove unused code. | Carl Hetherington | |
| 2023-10-15 | Fix DCP content font ID allocation to cope with DCPs that have multiple fonts | Carl Hetherington | |
| with the same name in the same reel (#2600). Previously we had this id_for_font_in_reel() which would give an ID of N_font-ID. This means we got duplicate font IDs. Here we replace that method with FontAllocator, which gives an ID of N_font-ID for the first font and M_font-ID, where M is a number higher than the highest reel index. The idea is to support the required new IDs without breaking exisiting projects. There is some documentation of how it works in doc/design/fonts | |||
| 2023-10-14 | Cleanup: assert. | Carl Hetherington | |
| 2023-10-14 | Cleanup: rename sc -> subtitle_asset | Carl Hetherington | |
