| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-09 | fixup! Lay things out better with long audio output names.2363-asio | Carl Hetherington | |
| 2022-11-09 | Lay things out better with long audio output names. | Carl Hetherington | |
| 2022-11-09 | Support multiple audio APIs, allowing ALSA for Linux and ASIO for Windows ↵ | Carl Hetherington | |
| (#2363). | |||
| 2022-11-09 | unset_sound_output should emit a specific type of changed(). | Carl Hetherington | |
| 2022-11-09 | Cleanup: move unset_sound_output() to a more logical place. | Carl Hetherington | |
| 2022-11-06 | Fix error message. | Carl Hetherington | |
| 2022-11-06 | Cleanup: J2KEncoder does not need enable_shared_from_this. | Carl Hetherington | |
| 2022-11-06 | Cleanup: Player does not need enable_shared_from_this. | Carl Hetherington | |
| 2022-11-06 | Cleanup: remove unnecessary explicit. | Carl Hetherington | |
| 2022-11-06 | Cleanup: use default value in header. | Carl Hetherington | |
| 2022-11-06 | Cleanup: better variable name. | Carl Hetherington | |
| 2022-11-06 | Extract ImageStore. | Carl Hetherington | |
| 2022-11-06 | Strictly I think we should be putting each component of an image into ↵ | Carl Hetherington | |
| _pending_images. We probably get away with only keeping component 0 but I think that could perhaps lead to use-after-free as the Image for components 1 and 2 could go away a bit before it should. | |||
| 2022-11-04 | Fix build on macOS and Windows. | Carl Hetherington | |
| 2022-11-03 | Bump libdcp for subtitle Z-position fixes (#2356). | Carl Hetherington | |
| 2022-11-02 | Cleanup: use new CheckBox::bind(). | Carl Hetherington | |
| 2022-11-02 | Enable some debug logging for TMS upload. | Carl Hetherington | |
| 2022-11-02 | Add passive mode option to TMS upload. | Carl Hetherington | |
| Disabling this fixes TMS upload with some FTP servers (reported on a Synology NAS). | |||
| 2022-11-02 | Add get() and bind() to CheckBox. | Carl Hetherington | |
| 2022-10-27 | Throw exception if av_frame_alloc() fails. | Carl Hetherington | |
| 2022-10-27 | Add tooltip to player DCP name with path details. | Carl Hetherington | |
| 2022-10-27 | Fix player with high-frame-rate DCPs. | Carl Hetherington | |
| 2022-10-26 | Supporters update.v2.16.32 | Carl Hetherington | |
| 2022-10-26 | Fix player being destroyed while the butler is still using it. | Carl Hetherington | |
| 2022-10-26 | Remove unnecessary copy constructors (default ones are OK). | Carl Hetherington | |
| 2022-10-26 | Allow move construction of Player. | Carl Hetherington | |
| 2022-10-26 | Allow move construction of AudioMerger. | Carl Hetherington | |
| 2022-10-26 | Allow move construction of ActiveText. | Carl Hetherington | |
| 2022-10-25 | Hopefully fix crash when the same frame is encoded twice. | Carl Hetherington | |
| Previously if some frame X was passed to the encoder twice I think this would happen: X1 written; X stored to _pending_images X2 written; _pending_images remains the same X1 encode finishes; X is discarded from _pending_images Data for X2 is read by the encoder but was just freed I think this might have resulted in intermittent crashes, which were fairly common in the 2.17.x branch with the test ffmpeg_encoder_prores_regression_1 But I didn't conclusively prove it. | |||
| 2022-10-25 | Fix missing switch of Append -> add (#2358). | Carl Hetherington | |
| 2022-10-23 | Add Daniel Courville to testers. | Carl Hetherington | |
| 2022-10-21 | Fix colour range property for subsampled sources (#2357). | Carl Hetherington | |
| 2022-10-19 | Fix macOS 10.8 build.v2.16.31 | Carl Hetherington | |
| 2022-10-19 | Supporters update. | Carl Hetherington | |
| 2022-10-19 | Add search to DKDM list (#2298). | Carl Hetherington | |
| 2022-10-19 | Cleanup: 0 -> nullptr. | Carl Hetherington | |
| 2022-10-19 | Extract Collator class. | Carl Hetherington | |
| 2022-10-18 | Supporters update. | Carl Hetherington | |
| 2022-10-18 | Improve timeline view colouring in dark mode. | Carl Hetherington | |
| 2022-10-18 | Use different icons for the timeline in dark/light modes. | Carl Hetherington | |
| 2022-10-18 | Fix colouring of audio plot in dark mode. | Carl Hetherington | |
| 2022-10-18 | Fix dark mode for release notes. | Carl Hetherington | |
| 2022-10-18 | Use slightly better icons for macOS prefs in dark mode. | Carl Hetherington | |
| 2022-10-18 | Supporters update. | Carl Hetherington | |
| 2022-10-18 | Fix colour primaries when previewing Rec.2020 content with OpenGL. | Carl Hetherington | |
| 2022-10-18 | Clarify RGB fragment type as being for Rec709/sRGB primaries. | Carl Hetherington | |
| 2022-10-18 | Add a scope. | Carl Hetherington | |
| 2022-10-18 | Extract ublas_to_gl method. | Carl Hetherington | |
| 2022-10-18 | Rename colour_conversion -> xyz_rec709_colour_conversion. | Carl Hetherington | |
| 2022-10-18 | Use a colorspace filter when previewing Rec.2020 content with the simple viewer. | Carl Hetherington | |
