| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-03 | Remove unnecessary check.cleanups | Carl Hetherington | |
| 2021-12-03 | Fix re-used variable inside a loop. | Carl Hetherington | |
| 2021-12-03 | Don't redefine a variable. | Carl Hetherington | |
| 2021-12-03 | Remove unused variables. | Carl Hetherington | |
| 2021-12-03 | White space. | Carl Hetherington | |
| 2021-12-03 | Missing explicit. | Carl Hetherington | |
| 2021-12-03 | Use some const& | Carl Hetherington | |
| 2021-12-03 | Missing overrides. | Carl Hetherington | |
| 2021-12-03 | Remove some unused methods. | 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 | |
| 2021-11-01 | Add CPL_FILENAME variable for cover sheets (#2107). | Carl Hetherington | |
| 2021-10-29 | Don't fail the transcode job if we can't write analytics. | Carl Hetherington | |
| 2021-10-27 | Manual tweaks. | Carl Hetherington | |
| 2021-10-27 | C++11 tidying. | Carl Hetherington | |
| 2021-10-26 | Remove old declaration. | Carl Hetherington | |
| 2021-10-26 | Remove some unnecessary using statements. | Carl Hetherington | |
| 2021-10-25 | If there is no end time in an AVSubtitle it seems we should use the ↵ | Carl Hetherington | |
| AVPacket's duration. This fixes #2110. I don't have a particular justification for it being the right thing to do. | |||
| 2021-10-25 | Fix fade factor calculation when there is no end time. | Carl Hetherington | |
| In this case we can't do any fade out. | |||
| 2021-10-25 | Fix missing verification messages. | Carl Hetherington | |
| 2021-10-24 | Updated es_ES translation from Manuel AC. | Carl Hetherington | |
| 2021-10-23 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-10-17 | Basic and slightly inaccurate support for <Space> in subtitles (#2103). | Carl Hetherington | |
| Adding horizontal space to a Pango layout is hard, and I think this change probably gets it slightly wrong, but it's a step in the right direction. | |||
