| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-02 | pot/merge. | Carl Hetherington | |
| 2025-01-01 | Restrict name part of ISDCF name more (#2920). | Carl Hetherington | |
| This disallows + and . from the name part of an ISDCF name. I'm not 100% convinced about +, but . seems reasonable. This also fixes the case where you do "copy as name" with a name that should be transliterated, and the non-transliterated characters re-appear. | |||
| 2025-01-01 | Make the allowed list a defaulted parameter of careful_string_filter(). | Carl Hetherington | |
| 2024-12-30 | Clarify comment. | Carl Hetherington | |
| 2024-12-26 | Give ownership of info files to ReelWriters (#2912).v2.18.2 | Carl Hetherington | |
| The motivation here is to stop a pattern where we create a file, close it, and then re-open it (many times) as I think there are problems on Windows when a virus scanner sees the new file, opens it for checking, and then we can't re-open it. This also makes things a fair bit simpler, as a lock is removed and we don't try to differentiate read/write cases by opening the file in different ways; it's now always writeable. | |||
| 2024-12-26 | Make info_file() public. | Carl Hetherington | |
| 2024-12-26 | Cleanup: collect and sort friend declarations. | Carl Hetherington | |
| 2024-12-26 | Support FCP XML files containing subtitles (#2909). | Carl Hetherington | |
| 2024-12-26 | Add Image::crop(). | Carl Hetherington | |
| 2024-12-26 | Extract crop_source_pointers(). | Carl Hetherington | |
| 2024-12-26 | Cleanup: fix comment. | Carl Hetherington | |
| 2024-12-26 | Cleanup: header sorting. | Carl Hetherington | |
| 2024-12-26 | Add guess_crop_by_alpha(). | Carl Hetherington | |
| 2024-12-26 | Extract method to get crop with a predicate. | Carl Hetherington | |
| 2024-12-26 | Rename guess_crop -> guess_crop_by_brightness. | Carl Hetherington | |
| 2024-12-24 | Replace assertion with a softer fix. | Carl Hetherington | |
| Had a report of this assertion tripping with "only servers encode" switched on. The user had encode servers but they were running old software, so wouldn't be enabled for use. Obviously the main DCP-o-matic should not crash in this situation. | |||
| 2024-12-24 | Log things used to decide on thread counts. | Carl Hetherington | |
| 2024-12-23 | Fix Windows build. | Carl Hetherington | |
| 2024-12-22 | Make newer OpenSSL versions still work with SHA-1 signatures. | Carl Hetherington | |
| 2024-12-18 | Fix hang when encoding with GPU enabled but not working. | Carl Hetherington | |
| 2024-12-15 | Use an in-place if. | Carl Hetherington | |
| 2024-12-15 | Fix typo. | Carl Hetherington | |
| 2024-12-14 | Fix missing LengthChange() signal on repeating content. | Carl Hetherington | |
| Previously strange things would happen when repeating some content and then playing the resulting film (because various things would not notice that the film length had changed). | |||
| 2024-12-14 | Reset _flush_state on seek(). | Carl Hetherington | |
| Otherwise we do the wrong thing at the end of a file on the second run-through. | |||
| 2024-12-09 | Assert if we're about to set up 0 encoding threads. | Carl Hetherington | |
| 2024-12-09 | Fix decoding of SSA subs in files decoded by FFmpeg (#2904). | Carl Hetherington | |
| Suddenly we have 8 commas, not 9, perhaps because of 29412821241050c846dbceaad4b9752857659977 in ffmpeg (although that's strange, because it was a long time ago). | |||
| 2024-12-09 | Fix doubled subtitles (again). | Carl Hetherington | |
| This was re-introduced when 94618a724124cbf5fe9f0b47a3fdce601fcd5581 reverted a previous attempt at a fix. At the time I couldn't understand the doubled-subtitles problem, but it's apparent in the test introduced in the next commit. This is another attempt to fix it by only sending a "stop" for a subtitle if we didn't already stop the subtitle because the next one arrived. | |||
| 2024-12-09 | Cleanup: use default initializers. | Carl Hetherington | |
| 2024-12-09 | Fix comment typo. | Carl Hetherington | |
| 2024-12-07 | Updateed fr_FR translation from Laurent Tenzer. | Carl Hetherington | |
| 2024-12-05 | Updated fr_FR translation from Laurent Tenzer. | Carl Hetherington | |
| 2024-12-04 | Don't give an alarming error when there is no assets.xml. | Carl Hetherington | |
| 2024-12-04 | Add default grok licence server. | Carl Hetherington | |
| 2024-11-30 | Fix mis-handling of reels with Atmos content (#2901).v2.17.26 | Carl Hetherington | |
| We must have reel boundaries at least on Atmos content boundaries as I don't know for sure how to insert silence into an Atmos stream. | |||
| 2024-11-29 | Tidy-up/fix Atmos frame rate checks. | Carl Hetherington | |
| 2024-11-29 | Remove config of grok server port (#2900). | Carl Hetherington | |
| The server now always uses port 80. | |||
| 2024-11-29 | Use snprintf(). | Carl Hetherington | |
| 2024-11-29 | Cleanup: some coding standard fixes. | Carl Hetherington | |
| 2024-11-29 | Abort encode if Grok encoder threads are failing (#2899) | Carl Hetherington | |
| 2024-11-29 | Count errors in Grok threads. | Carl Hetherington | |
| 2024-11-29 | Cleanup: improve comment. | Carl Hetherington | |
| 2024-11-29 | Cleanup: whitespace. | Carl Hetherington | |
| 2024-11-29 | Cleanup: remove unnecessary FrameProxy wrapper to DCPVideo. | Carl Hetherington | |
| 2024-11-29 | Cleanup: whitespace and some privacy. | Carl Hetherington | |
| 2024-11-29 | Cleanup: remove unnecessary set to nullptr... | Carl Hetherington | |
| ...now that we're in a destructor, it's clear. | |||
| 2024-11-29 | Cleanup: inline shutdown() in the only place it's called. | Carl Hetherington | |
| 2024-11-29 | Cleanup: make some methods private. | Carl Hetherington | |
| 2024-11-29 | Whitespace cleanups. | Carl Hetherington | |
| 2024-11-29 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-11-29 | Look in another place for Liberation Sans on Fedora 41. | Carl Hetherington | |
