| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-12 | Prevent empty <LabelText> in <ContentVersion> (#2594). | Carl Hetherington | |
| 2023-08-09 | Cleanup: tidy Playlist::move_later(). | Carl Hetherington | |
| 2023-08-09 | Fix some missed includes of the old boost bind header. | Carl Hetherington | |
| 2023-08-09 | Move ContentSorter out of the header, and use a default constructor. | Carl Hetherington | |
| 2023-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use some better variable names and tidy ifs. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use nullptr. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use a better loop variable name. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use a std::find_if(). | Carl Hetherington | |
| 2023-08-09 | Cleanup: use a default constructor. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use a lambda. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use some better loop variable names. | Carl Hetherington | |
| 2023-08-06 | Add hint about audio channel count. | Carl Hetherington | |
| 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-31 | Only warn about a missing text language for subtitles (not closed captions). | Carl Hetherington | |
| I haven't properly checked that closed captions shouldn't have some language metadata, but the existing GUI code explicitly disallows setup of a closed caption language. | |||
| 2023-07-27 | Bump libdcp to one with some cleanups / header re-arrangement. | Carl Hetherington | |
| 2023-07-24 | Add stubs for Georgian (ka_KA) language support. | Carl Hetherington | |
| 2023-07-22 | Cleanup: lengthen some short variable names. | Carl Hetherington | |
| 2023-07-19 | Supporters update.v2.16.60 | Carl Hetherington | |
| 2023-07-19 | Updated zh_CN translation from Akivili Collindort. | Carl Hetherington | |
| 2023-07-17 | This check used to be for asset channel count mismatches, then it was | Carl Hetherington | |
| changed to the active count, but I don't think it should be an error to have different active counts between assets of a single DCP. | |||
| 2023-07-07 | Cleanup: member variable name standard. | Carl Hetherington | |
| 2023-07-02 | Fix crash if an exception is thrown before the splash screen is created. | 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-06-30 | Don't write MainSoundConfiguration with 71 when we only have HI/VI (#2580). | Carl Hetherington | |
| 2023-06-30 | Add channel_is_mapped(). | Carl Hetherington | |
| 2023-06-29 | Missing i18n markup. | Carl Hetherington | |
| 2023-06-29 | Keep "correct" hashes in dcpomatic2_map rather than recalculating them (#2555). | Carl Hetherington | |
| 2023-06-29 | Bump libdcp for changes to how hashes are handled. | Carl Hetherington | |
| 2023-06-25 | Tolerate problems when reading the contents of DCPs. | Carl Hetherington | |
| This avoids errors in cases like unreadable lost+found directories appearing inside a DCP. | |||
| 2023-06-24 | Add config option to allow long ISDCF name parts. | Carl Hetherington | |
| 2023-06-22 | Avoid virtual call to set_film() in constructor (#2571). | Carl Hetherington | |
| 2023-06-22 | Remove unnecessary config_changed() which will only result in ↵ | Carl Hetherington | |
| setup_sensitivity() being called again. | |||
| 2023-06-22 | No need to call setup_sensitivity() here as set_film() already does it. | Carl Hetherington | |
| 2023-06-22 | set_film() no longer needs to be virtual. | Carl Hetherington | |
| 2023-06-22 | Controls::set_film() calls setup_sensitivity() so there's no need for ↵ | Carl Hetherington | |
| PlaylistControls::set_film() also to do it. | |||
| 2023-06-20 | Give a better error when map doesn't find an asset. | Carl Hetherington | |
| 2023-06-20 | Add new(?) filename for some IMB certificates. | Carl Hetherington | |
| 2023-06-20 | Cleanup: use a struct/pair rather than two separate lists. | Carl Hetherington | |
| 2023-06-16 | Slightly improve a crash when content goes away. | Carl Hetherington | |
| 2023-06-16 | Fix crash when pressing Ctrl+T with no content (#2563). | Carl Hetherington | |
| 2023-06-16 | Defend against divide by 0. | Carl Hetherington | |
| 2023-06-16 | Improve some tooltips (#2560). | Carl Hetherington | |
| 2023-06-13 | Cleanup: switch sense of if. | Carl Hetherington | |
| 2023-06-12 | Fix failure to close verify progress window when finished. | Carl Hetherington | |
| 2023-06-12 | Cleanup: swap some wx_ptrs for locals. | Carl Hetherington | |
| 2023-06-09 | Cleanup: whitespace fix. | Carl Hetherington | |
| 2023-06-09 | Don't call DOMFrame::start_job from a non-UI thread. | Carl Hetherington | |
| 2023-06-06 | Fix player audio, almost totally broken by a stupid mistakev2.16.59 | Carl Hetherington | |
| in 78b2c650a9249cb7165d269b4378391d31e68e8b Following that commit 16 channel audio streams were being read as 6-channel, with unsurprising consequences. | |||
