| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-23 | waf vwtf | Carl Hetherington | |
| 2024-07-15 | Add newly-installed file for RPM builds.v2.17.19 | Carl Hetherington | |
| 2024-07-14 | Fix Windows installer script. | Carl Hetherington | |
| 2024-07-14 | Fix tests on Ubuntu 24.04. | Carl Hetherington | |
| 2024-07-12 | Remove some more stuff related to the old "instant i18n" feature. | Carl Hetherington | |
| 2024-07-11 | Add menu option to un-map all audio (#2805). | Carl Hetherington | |
| 2024-07-09 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-07-09 | Add menu option to remove a reel boundary (#2824). | Carl Hetherington | |
| 2024-07-09 | Add DCPTimeline::position_to_reel_boundary(). | Carl Hetherington | |
| 2024-07-09 | Add missing ID. | Carl Hetherington | |
| 2024-07-09 | Rename Add reel -> Add reel boundary. | Carl Hetherington | |
| 2024-07-09 | Supporters update.v2.16.89 | Carl Hetherington | |
| 2024-07-09 | Fix too-late setup of path encoding stuff. | Carl Hetherington | |
| 2024-07-09 | Bump libdcp to hide another asdcplib warning. | Carl Hetherington | |
| 2024-07-09 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-07-07 | Re-fix incorrect ArgFixer.v2.16.88 | Carl Hetherington | |
| It needs to be in the front-end, not the kdm_cli() method, otherwise the tests break. | |||
| 2024-07-07 | Remove double ArgFixer introduced in fefcccd5. | Carl Hetherington | |
| 2024-07-06 | Supporters update. | Carl Hetherington | |
| 2024-07-06 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-07-06 | Add some missing ArgFixers for Windows command lines (#2844). | Carl Hetherington | |
| 2024-07-03 | Add ebur128 test. | Carl Hetherington | |
| 2024-07-03 | Fix deprecated FFmpeg stuff. | 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-30 | Allow variant to hide all credits. | Carl Hetherington | |
| 2024-06-30 | Make DCPoMatic compatible with ICU >= 75 | Benjamin Radel | |
| ICU >= 75 uses c++17 features and therefore requires compilation with -std=c++17. However, this causes some namespace issues in src/wx/file_picker_ctrl.cc and src/wx/film_name_location_dialog.cc between boost::optional, boost::filesystem and the corresponding names from the std lib. The patch fixes this namespace issues and adds a version check in wscript to enable compilation with c++17, if icu >= 75 is detected. | |||
| 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 | Bump libdcp for speculative fix for #2839. | 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 | Fix thinko in run/tests on macOS. | Carl Hetherington | |
| 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-25 | Fix assertion failure after removing content. | Carl Hetherington | |
| Adding, say, 10 items of content, removing the last 8 and then clicking somewhere in the content list would cause OnGetItem{Text,Attr} to be called with a high index (as if the items had not yet been removed). | |||
| 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 warning from pango about letter spacing not being an integer. | Carl Hetherington | |
| 2024-06-24 | Fix running tests on arm64. | 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-23 | Remove some unused using statements and a blank line. | Carl Hetherington | |
| 2024-06-23 | Cleanp decoder factory slightly. | Carl Hetherington | |
| 2024-06-23 | Remove sprintf() use to quell warning from macOS. | Carl Hetherington | |
| 2024-06-23 | Add minimal player HTTP server (#2830). | Carl Hetherington | |
| 2024-06-23 | Move some stuff into FilmViewer::dcp(). | Carl Hetherington | |
| 2024-06-23 | Extract internal player server to separate file and tidy up a bit. | Carl Hetherington | |
| 2024-06-23 | Close socket when stopping the server. | Carl Hetherington | |
| Otherwise if we're calling e.g. Socket::run() the server's run() will not terminate on stop(). | |||
| 2024-06-23 | Fall back to the source directory if we're not running an installed DoM. | Carl Hetherington | |
| This is useful for the web pages as they are in a subdirectory called web in either version of resouces_path(). | |||
| 2024-06-23 | Add Socket::is_open(). | Carl Hetherington | |
| 2024-06-23 | Add Socket::close(). | Carl Hetherington | |
