| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-17 | Fix typo in log message. | Carl Hetherington | |
| 2022-09-17 | When emailing multiple addresses, put one in To: and the rest in CC: (#2310). | Carl Hetherington | |
| 2022-09-17 | Don't try to send KDM email unless we have a from address. | Carl Hetherington | |
| 2022-09-17 | Allow specification of the CPL ID to use in a DCP with _create (#2302). | Carl Hetherington | |
| 2022-09-17 | Catch CPLNotFoundError more nicely. | Carl Hetherington | |
| 2022-09-17 | Give a better error if a specified CPL does not exist. | Carl Hetherington | |
| 2022-09-17 | Add default parameter for the detail in set_error(). | Carl Hetherington | |
| 2022-09-16 | Fix black borders around the preview in some cases (#2331). | Carl Hetherington | |
| We need to round the container size to the nearest multiple of 2 so that cropping subsampled sources does not leave gaps. As far as I can see: - the direction that you round x in doesn't matter - it's better to round y up (if you calculate the error in the resulting ratio in each case). | |||
| 2022-09-15 | Fix some spelling mistakes (mostly in comments). | Carl Hetherington | |
| 2022-09-11 | Fix build on Centos where we don't have the std::atomic_store stuff apparently.v2.16.26 | Carl Hetherington | |
| 2022-09-11 | Don't throw an exception if reading a encode server response fails (#2320). | Carl Hetherington | |
| 2022-09-10 | Use atomic shared_ptr stuff for _black_frame. | Carl Hetherington | |
| 2022-09-10 | Use atomic for _playback_length. | Carl Hetherington | |
| 2022-09-10 | It's now safe to get _video_container_size without the lock. | Carl Hetherington | |
| 2022-09-10 | Move get_reel_assets() out of Player, as it doesn't need to be there. | Carl Hetherington | |
| 2022-09-10 | const correctness. | Carl Hetherington | |
| 2022-09-10 | Remove now-unused setup_pieces_unlocked() | Carl Hetherington | |
| 2022-09-10 | Use atomic for _dcp_decode_reduction. | Carl Hetherington | |
| 2022-09-10 | Use atomic for _video_container_size. | Carl Hetherington | |
| 2022-09-10 | Use atomic for _play_referenced. | Carl Hetherington | |
| 2022-09-10 | Use atomic for _fast. | Carl Hetherington | |
| 2022-09-10 | Use atomic for _always_burn_open_subtitles. | Carl Hetherington | |
| 2022-09-10 | Use atomic for _ignore_text. | Carl Hetherington | |
| 2022-09-10 | Use atomic for _ignore_audio. | Carl Hetherington | |
| 2022-09-10 | Use atomic for _ignore_video. | Carl Hetherington | |
| 2022-09-10 | Trim some includes. | Carl Hetherington | |
| 2022-09-10 | Some improved logging. | Carl Hetherington | |
| 2022-09-10 | Some const-correctness for Player. | Carl Hetherington | |
| 2022-09-10 | const correctness for AudioMerger. | Carl Hetherington | |
| 2022-09-10 | Support YUV444P10LE in make_part_black(). | Carl Hetherington | |
| 2022-09-09 | KDM CLI help tweak. | Carl Hetherington | |
| 2022-09-09 | Make -S parameter to dcpomatic2_kdm_cli also filter screens (#2324). | Carl Hetherington | |
| 2022-09-09 | Fix missing screen description in KDM CLI if you use the parameters in the ↵ | Carl Hetherington | |
| "wrong" order. | |||
| 2022-09-08 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2022-09-07 | Updated hu_HU translation from Áron Németh. | Carl Hetherington | |
| 2022-09-06 | pot/merge. | Carl Hetherington | |
| 2022-09-05 | Let config/cinemas/dkdm_recipients take care of their own recovery. | Carl Hetherington | |
| This should mean that if one fails to load, but the others are OK, we don't re-write everything. I hope this has no bad side-effects that I didn't think of. It's particularly helpful in the case of #2319 where a failure to load cinemas.xml (which was being created by another tool) caused the config to be re-written, breaking all existing DKDMs. | |||
| 2022-09-04 | Add a description of which part of the config failed to load. | Carl Hetherington | |
| 2022-09-04 | Split up Config::read(). | Carl Hetherington | |
| 2022-09-03 | Remove - and + from ratings before using them in a DCNC name. | Carl Hetherington | |
| I can't find any documentation about what we should do here, but at least this rule fits what https://registry-page.isdcf.com/ratings/ does. | |||
| 2022-09-03 | Bump libdcp for better ContentKind support, and libsub | Carl Hetherington | |
| for fixes to \c tags in SSA files. | |||
| 2022-08-30 | Refresh cinemas UI if the cinemas.xml file location is changed. | Carl Hetherington | |
| 2022-08-29 | Fix and test release notes.v2.16.22 | Carl Hetherington | |
| 2022-08-29 | Make find_release_notes() more testable. | Carl Hetherington | |
| 2022-08-29 | Add Config::unset_last_release_notes_version() | Carl Hetherington | |
| 2022-08-26 | Updated hu_HU translation from Németh Áron. | Carl Hetherington | |
| 2022-08-26 | Template hu_HU translation. | Carl Hetherington | |
| 2022-08-15 | Set the send buffer size to 512k for sending things to encode servers (#2206). | Carl Hetherington | |
| 2022-08-15 | Add Socket::set_send_buffer_size(). | Carl Hetherington | |
| 2022-08-15 | C++11 tidying. | Carl Hetherington | |
