| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-25 | Extract and improve code to find missing files (#1940). | Carl Hetherington | |
| 2021-12-25 | Extract simple_digest(). | Carl Hetherington | |
| 2021-12-24 | Tidy up backing up of config files, improve the tests a little and fix it ↵ | Carl Hetherington | |
| for the case when the user has specified their own config file path. | |||
| 2021-12-23 | Rename email() -> send_emails(). | Carl Hetherington | |
| 2021-12-23 | Fix missing screen name in KDM emails. | Carl Hetherington | |
| 2021-12-23 | Fix mistake in a7f61a15 causing bad_alloc exceptions during tests. | Carl Hetherington | |
| 2021-12-23 | Fix a load of stuff that wasn't being freed on close. | Carl Hetherington | |
| Nothing really that important, but it cleans up the valgrind leak check reports. | |||
| 2021-12-23 | Add image_as_jpeg() | Carl Hetherington | |
| 2021-12-23 | Tiny optimisation. | Carl Hetherington | |
| 2021-12-23 | Move Image::as_png() out to image_as_png(). | Carl Hetherington | |
| 2021-12-23 | Remove unnecessary method. | Carl Hetherington | |
| 2021-12-21 | Fix trimming of ATMOS MXFs. | Carl Hetherington | |
| 2021-12-20 | Tidy up NetworkError. | Carl Hetherington | |
| 2021-12-18 | Cleanup: remove unnecessary parameter to PlayerVideo::force(). | Carl Hetherington | |
| 2021-12-18 | Move make_dcp() out of Film (#2132). | Carl Hetherington | |
| 2021-12-18 | Add more filenames to content properties (#2120). | Carl Hetherington | |
| 2021-12-13 | Throw a more appropriate exception. | Carl Hetherington | |
| 2021-12-13 | Extend NetworkError to take a detail parameter. | Carl Hetherington | |
| 2021-12-06 | Allow notification from disk writer jobs (#2143). | Carl Hetherington | |
| 2021-12-06 | Use a virtual method rather than a set of nasty dynamic casts. | Carl Hetherington | |
| 2021-12-06 | Set up {m,c,a}times on copied files (#2145). | Carl Hetherington | |
| 2021-12-02 | Fix possible incorrect eye mapping with 3D-alternate sources. | Carl Hetherington | |
| 2021-11-30 | Be a little more careful to handle exceptions from boost::filesystem::file_size | Carl Hetherington | |
| There has been a report of file_size throwing an exception and crashing DCP-o-matic, but I haven't been able to reproduce it yet (possibly related to there being missing content files). | |||
| 2021-11-29 | We must make empty sections for content with missing files. | Carl Hetherington | |
| Fixes full audio buffers with no video in projects with image content (no audio) that have missing files. | |||
| 2021-11-29 | Add --gain option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Add --channel option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Add a comment. | Carl Hetherington | |
| 2021-11-29 | Get config_dir and output_dir more directly. | Carl Hetherington | |
| 2021-11-28 | Rearrange checking (and re-examining) content. | Carl Hetherington | |
| Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed. | |||
| 2021-11-28 | Simplify and fix job scheduler, especially with respect to the priority system. | Carl Hetherington | |
| 2021-11-28 | Extract part of the content change job to Content. | Carl Hetherington | |
| 2021-11-22 | Don't import luminance of 0 from 2.14.x metadata files (part of #2130). | Carl Hetherington | |
| 2021-11-16 | Don't fail to send a problem report if there's no ffprobe.log | Carl Hetherington | |
| 2021-11-13 | Fix failure to load DCPs from SMB shares (#2123). | Carl Hetherington | |
| 2021-11-13 | Add Job::seconds_since_last_progress_update(). | Carl Hetherington | |
| 2021-11-13 | Cleanup: use seconds() method. | Carl Hetherington | |
| 2021-11-11 | Remove player activity logging. Fixes #2122. | Carl Hetherington | |
| If I remember right this was for swaroop and I suspect nobody else is really interested. | |||
| 2021-11-09 | It doesn't seem necessary to use shared_ptr for the DCPVideo queue in ↵ | Carl Hetherington | |
| J2KEncoder. | |||
| 2021-11-09 | Add some missing const qualifiers. | Carl Hetherington | |
| 2021-11-05 | C++11 tidying. | Carl Hetherington | |
| 2021-11-03 | Clarify that in this get_reel_assets() the content and film frame rates will ↵ | Carl Hetherington | |
| be the same. | |||
| 2021-11-03 | Bail early if nothing can be referenced from this content. | Carl Hetherington | |
| 2021-11-03 | Cleanup variable name: k -> reel | Carl Hetherington | |
| 2021-11-03 | Fix errors when referencing trimmed DCPs (#2116). | Carl Hetherington | |
| 2021-11-02 | Cleanup: use a variable we already made. | Carl Hetherington | |
| 2021-11-02 | Cleanup variable name: l -> caption | Carl Hetherington | |
| 2021-11-02 | Cleanup variable name: k -> reel | Carl Hetherington | |
| 2021-11-02 | Cleanup variable name: j -> dcp | Carl Hetherington | |
| 2021-11-02 | Cleanup variable name: i -> content | Carl Hetherington | |
| 2021-11-02 | Cleanup variable name: a -> reel_assets | Carl Hetherington | |
