| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-07 | Image info hacks.image-info | Carl Hetherington | |
| 2022-04-04 | Cleanup: remove unused parameter to PlayerVideo::force. | Carl Hetherington | |
| 2022-04-04 | Cleanup: use a vector instead of a raw array. | Carl Hetherington | |
| 2022-04-03 | Cleanup: move stride_round_up into the only place it is used. | Carl Hetherington | |
| 2022-04-03 | C++11 and whitespace cleanups. | Carl Hetherington | |
| 2022-04-02 | Add button to send test emails in the mail server prefs (#2216). | Carl Hetherington | |
| 2022-03-30 | Fix writing of planar audio to export buffers in some cases (#2223). | Carl Hetherington | |
| Previously we did not take into account alignment padding that can exist with FLTP samples; each channel's block of samples can have a gap between. This doesn't happen with the normal 1024 sample blocks; only when flushing at the end, when we write shorter blocks. Not doing this right meant that we were passing uninitialised memory to aacenc which sometimes responded by returning an EINVAL due to one of its internal calculations returning a NaN. | |||
| 2022-03-30 | Tweak --export-filename help. | Carl Hetherington | |
| 2022-03-28 | Remove strange proportion values when adding content buttons. | Carl Hetherington | |
| These seemed to cause the buttons to appear in strange places in some cases. | |||
| 2022-03-25 | Supporters update.v2.16.8 | Carl Hetherington | |
| 2022-03-25 | Bump libdcp for fix to remove erroneous <EntryPoint> and <Duration> markers ↵ | Carl Hetherington | |
| from <MainMarkers> (#2215). | |||
| 2022-03-24 | Don't throw an exception part-way through resolving assets (#2221). | Carl Hetherington | |
| This was applied to libdcp master in 81c6fcba2. It seems wrong to give up in the middle of resolving things, as it might not work if things happen to be in the wrong order. | |||
| 2022-03-21 | Fix build error on mac. | Carl Hetherington | |
| 2022-03-21 | Add check/uncheck all buttons to screens panel. | Carl Hetherington | |
| 2022-03-20 | Update test reference for config change. | Carl Hetherington | |
| 2022-03-20 | Remove unnecessary heading in email address list in cinema dialogue. | Carl Hetherington | |
| 2022-03-20 | Bump libdcp for fix to subtitle formatting (#2205). | Carl Hetherington | |
| 2022-03-19 | Add config option for default KDM type. | Carl Hetherington | |
| 2022-03-19 | Make a small class to choose KDM types. | Carl Hetherington | |
| 2022-03-19 | Remove KDM type that was added for testing. | Carl Hetherington | |
| 2022-03-19 | Add $CINEMA_SHORT_NAME variable in KDM emails. | Carl Hetherington | |
| 2022-03-19 | Cleanup: remove some duplicated code. | Carl Hetherington | |
| 2022-03-19 | We can (and should) get the screens straight from _checked_screens now. | Carl Hetherington | |
| 2022-03-19 | Now we don't need _cinemas and _screens any more. | Carl Hetherington | |
| 2022-03-19 | Fix _selected_* to only store pointers to things. | Carl Hetherington | |
| The wxWidgets item IDs can easily become outdated (when a search is done). | |||
| 2022-03-18 | Speed things up by sorting before adding cinemas. | Carl Hetherington | |
| 2022-03-18 | Preserve checked status during search (#2212). | Carl Hetherington | |
| 2022-03-18 | Add an initialisation in the class. | Carl Hetherington | |
| 2022-03-18 | Also keep maps the other way around. | Carl Hetherington | |
| 2022-03-18 | Keep maps of wxTreeListItem to Cinema/Screen. | Carl Hetherington | |
| 2022-03-18 | Fix writing KDMs with long filenames. | Carl Hetherington | |
| 2022-03-18 | Use the ICU library to sort cinemas rather than strcoll() (part of #2208). | Carl Hetherington | |
| strcoll() just doesn't really seem to work at all on Windows. | |||
| 2022-03-17 | Encode UTF-8 subjects and attachment names properly (#2207). | Carl Hetherington | |
| 2022-03-17 | Slightly improve behaviour under low memory conditions. | Carl Hetherington | |
| 2022-03-17 | Use a vector<pair<...>> to store screens and cinemas instead of a map. | Carl Hetherington | |
| In this way, ordering will be preserved (part of #2208). | |||
| 2022-03-17 | Replace class shim with a custom comparator. | Carl Hetherington | |
| 2022-03-17 | Fix weird placement of SetSortColumn() call causing strange assertion ↵ | Carl Hetherington | |
| failure in wxWidgets. | |||
| 2022-03-17 | Cleanup: use some better variable names. | Carl Hetherington | |
| 2022-03-16 | Make the value used for 'f' in KDM names consistent (#1657). | Carl Hetherington | |
| Before it was mostly the film name, but this is confusing when a single film contains multiple CPLs. | |||
| 2022-03-15 | Cleanup: tidying. | Carl Hetherington | |
| 2022-03-15 | Fix tests for newly-saved write to/email checkboxes. | Carl Hetherington | |
| 2022-03-15 | Fix incorrectly-timed emission of silence padding causing buffer fill (#2217). | Carl Hetherington | |
| On initialisation or after seek we insert silence corresponding to a positive delay in an audio stream. Previously this inserted silence was done at time 0, so that after a seek to time T the silent frames would come out of the audio merger at time 0 and then the player would fill the space up to time T with silence. If T was far enough along this would fill the audio buffers without there being any video. | |||
| 2022-03-14 | C++11 tidying. | Carl Hetherington | |
| 2022-03-14 | Cleanup: tidy some comments. | Carl Hetherington | |
| 2022-03-14 | Remember the state of the write to/email checkboxes in the KDM creator ↵ | Carl Hetherington | |
| across runs (#2213). | |||
| 2022-03-13 | C++11 tidying. | Carl Hetherington | |
| 2022-03-13 | Tidying. | Carl Hetherington | |
| 2022-03-13 | Fix sensitivity of custom scaled edit button. | Carl Hetherington | |
| 2022-03-11 | Allow editing of a screen's cinema / adding a new screen when | Carl Hetherington | |
| a screen is selected (#2210). | |||
| 2022-03-10 | Fix build with the macOS 10.8 version of wxWidgets.v2.16.7 | Carl Hetherington | |
