| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-01 | Fix test. | Carl Hetherington | |
| 2024-11-01 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-11-01 | Obtain audio length by scanning through the file if required (#2880). | Carl Hetherington | |
| 2024-10-05 | Rename XML tags Fade{In,Out} to VideoFade{In,Out}. | Carl Hetherington | |
| 2024-09-18 | Fix thinko in relative path change. | Carl Hetherington | |
| We have to canonicalise relative paths with respect to the film's directory on load, otherwise we try to use the relative path and it's interpreted against the current working directory. This unfortunately requires the film's directory to be piped into quite a lot of new places. | |||
| 2024-09-13 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-09-13 | Hopefully fix occasional hang in j2k_encoder_deadlock_test. | Carl Hetherington | |
| Previously too many frames were queued for encoding, which AFAICS meant that (if the CPU was busy) we would get to the point where too many frames were in the encoder queue, so that we blocked waiting for it to clear, and then simultaneously too many frames were in the writer queue, which (in this test) would never clear. At this point we would be backed up waiting for Writer::write() to happen in J2KEncoder::encoder_thread() so that the encoder queue could be cleared, but nobody is calling Writer::write(). | |||
| 2024-09-12 | Bump sleep a little to try and de-flake a test. | Carl Hetherington | |
| 2024-09-03 | Adapt to some libdcp class renaming to allow open captions/closed subtitles. | Carl Hetherington | |
| 2024-08-17 | Add option to use relative content paths (#2856). | Carl Hetherington | |
| 2024-07-14 | Fix tests on Ubuntu 24.04. | Carl Hetherington | |
| 2024-07-03 | Add ebur128 test. | Carl Hetherington | |
| 2024-07-03 | Bump libdcp to get FFmpeg 7.0.1. | Carl Hetherington | |
| This involves fixing a test whose references were wrong, as far as I can see. The new comment reflects what I think should have been happening the whole time. | |||
| 2024-06-28 | Fix test build. | Carl Hetherington | |
| 2024-06-28 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-06-27 | Fix error when importing bad subtitle file (#2838). | Carl Hetherington | |
| The subtitle XML refers to a font with no corresponding <LoadFont>. | |||
| 2024-06-25 | Test data update for config upgrade test on Windows. | Carl Hetherington | |
| 2024-06-25 | Fix tests after change to working directories. | Carl Hetherington | |
| 2024-06-24 | Fix y offset direction of bitmap subs (#2807). | Carl Hetherington | |
| 2024-06-24 | Add ProRes LT export option (#2834). | Carl Hetherington | |
| 2024-06-24 | Use separate working directories for some tests. | Carl Hetherington | |
| 2024-06-24 | Fix test references after adding HTTP server. | Carl Hetherington | |
| 2024-06-24 | Add some context on XML comparison failures. | Carl Hetherington | |
| 2024-06-18 | Add discouraging hint for MPEG2 (#2821). | Carl Hetherington | |
| 2024-06-11 | Simplify the FontIDAllocator a lot (#2827). | Carl Hetherington | |
| This is at the expense of forward compatibility, and the need to re-examine subtitle content (losing custom fonts as we do so). But it does mean that the code is simpler, and there's not this weird growth of IDs where a DCP gets imported with some font, and then the ID becomes 0_font, and if you do it again it's 0_0_font, and so on. | |||
| 2024-06-09 | Fix an erroneous font ID error that can happen when loading projects from ↵ | Carl Hetherington | |
| builds without release version tags. So that last_written_by_earlier_than() always returns true, check_font_ids() happens when it doesn't really need to. | |||
| 2024-06-08 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-06-07 | Fix font ID allocation from DCP when there are subs and ccaps using the same ↵ | Carl Hetherington | |
| IDs (#2822). Previously we would always use <last-reel+1>_id as a disambiguated ID for every case. | |||
| 2024-06-02 | Bump test/data for another subtitle rendering reference fix. | Carl Hetherington | |
| 2024-05-30 | Render subtitles using show_in_cairo_context() instead of ↵ | Carl Hetherington | |
| add_to_cairo_context(). This helps with #2813 and should fix #2474. We started using add_to_cairo_context() again in 72c3a5f0f32f553a1f8abee2494f31d29b976383 because the rendering looked better. However colour changes within lines cannot easily be rendered using add_to_cairo_context() it seems, as the text is just added as a path and then you can stroke/fill it with a single colour. I hope that this change, which reverts 72c3a5 but also adds some calls to enable hinting and use better anti-aliasing, looks OK. I looked at some white-on-black subs close-up and the hinting seems to help. | |||
| 2024-05-29 | Fix merge. | Carl Hetherington | |
| 2024-05-29 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-05-29 | Remove default Interop/SMPTE setting. | Carl Hetherington | |
| 2024-05-29 | Remove default video bit rate settings. | Carl Hetherington | |
| 2024-05-29 | Remove default DCP audio channel setting. | Carl Hetherington | |
| 2024-05-29 | Remove default DCP content type setting. | Carl Hetherington | |
| 2024-05-29 | Use ConfigRestorer to reset override_path after use. | Carl Hetherington | |
| 2024-05-25 | Improve save-template dialog and always use a default template. | Carl Hetherington | |
| 2024-05-22 | Rename new_test_film2 -> new_test_film. | Carl Hetherington | |
| 2024-05-21 | Replace all new_test_film with new_test_film2. | Carl Hetherington | |
| 2024-05-21 | Fix stream length for DCP content (#2688). | Carl Hetherington | |
| 2024-05-20 | Cleanup, and try to make a test use less disk space. | Carl Hetherington | |
| 2024-05-20 | More cleanups. | Carl Hetherington | |
| 2024-05-20 | Another cleanup. | Carl Hetherington | |
| 2024-05-20 | Clean up some more tests. | Carl Hetherington | |
| 2024-05-20 | Clean up another big test. | Carl Hetherington | |
| 2024-05-20 | Use new_test_film2. | Carl Hetherington | |
| 2024-05-20 | Cleanup another test. | Carl Hetherington | |
| 2024-05-20 | Add missing call to Cleanup::run(). | Carl Hetherington | |
| 2024-05-19 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
