summaryrefslogtreecommitdiff
path: root/run
AgeCommit message (Collapse)Author
2025-05-26Fix incorrect colours with "no colourspace conversion" sources that are not ↵Carl Hetherington
AV_PIX_FMT_XYZ12LE. Prepare the image for where it is going to next. I don't understand the difference in this situation between XYZ12LE and RGB48LE (it seems they are both 16-bit-per-channel) but there you go.
2025-05-19Tidy up finding required files during tests.Carl Hetherington
In particular, prefer not to use lots of fallback attempts. It seems that something funny is going on with how we find Liberation Sans on Linux, meaning that we were sometimes using the OS copy of the font when we didn't mean to.
2025-04-13Do leak checks when valgrinding the player.Carl Hetherington
2025-03-22Fix passing of parameters from create dev script.Carl Hetherington
2025-01-15Tinker with local build path setup on macOS.Carl Hetherington
2025-01-09Remove old echo statement.Carl Hetherington
2025-01-05Fix path to Windows test runtime.Carl Hetherington
2024-12-09Fix 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-11-01Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-11-01Obtain audio length by scanning through the file if required (#2880).Carl Hetherington
2024-08-17Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-08-09Add hack to run script to make it work from a cdist tree.Carl Hetherington
2024-08-03Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-07-27Allow running player from cdist-built trees.Carl Hetherington
2024-06-25Fix thinko in run/tests on macOS.Carl Hetherington
2024-06-24Fix running tests on arm64.Carl Hetherington
2024-05-29Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-21Allow running tests from trees made with cdist.Carl Hetherington
2024-05-20Use $HOME rather than hard-coded user name.Carl Hetherington
2024-05-19Fix thinko in previous.Carl Hetherington
2024-05-19Missing setup of DYLD_LIBRARY_PATH.Carl Hetherington
2024-05-16Merge branch 'main' into v2.17.xCarl Hetherington
2024-05-15Fix macOS environment setup.Carl Hetherington
2024-05-10Make sure build/test exists.Carl Hetherington
2024-04-22Fix dcpomatic_player script for macOS.Carl Hetherington
2024-04-22Unify indentation at 4 spaces.Carl Hetherington
2024-04-22Use run/environment for paths in run/tests.Carl Hetherington
2024-04-21Add "build" environment lib to local run script.Carl Hetherington
2024-04-21Remove unnecessary library path.Carl Hetherington
2024-04-19Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-04-18Missed update to private test repo version.v2.16.80Carl Hetherington
2024-04-17Separate GUI verifier with basic reporting (#1823).Carl Hetherington
2024-03-29Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-03-25Hack to local build script to use environment if ~/build if present.Carl Hetherington
2024-03-19The private test repo got some v2.18.x updates.Carl Hetherington
2024-03-17Fix run script for playlist editor on macOS.Carl Hetherington
2024-03-11Use openjpeg v2.5.2 (#2783).Carl Hetherington
Tests suggest it is considerably faster: * arrietty on Linux/AMD old: 03:35 new: 03:58 * Sintel.2010.1080p.mkv on Linux/AMD old: 0:29:49 new: 0:22:39 * TRAILER VERSIE 4.mov on Apple M1 old: 6:22 new: 5:15 * TRAILER VERSIE 4.mov on Windows/Intel old: 6:10 new: 4:12
2024-02-04Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-04Fix disk_writer startup script (I think) for mac.Carl Hetherington
2024-02-04Add DYLD_LIBRARY_PATH to dcpomatic_disk.Carl Hetherington
2024-02-04Use lldb on macOS.Carl Hetherington
2024-02-04Add example ASAN_OPTIONS to script.Carl Hetherington
2024-02-04Add DYLD_LIBRARY_PATH to run/dcpomaticCarl Hetherington
2024-02-03Merge branch 'main' into v2.17.xCarl Hetherington
2024-02-03Don't emit subtitle images that have a zero dimension (#2743).Carl Hetherington
They cause problems later when trying to blend them into the image.
2024-01-28Use v2.17.x's mxe dependencies when running tests.Carl Hetherington
2024-01-15Inspect most DCPs made during tests with ClairMeta (#76).Carl Hetherington
2024-01-15Inspect most DCPs made during tests with dcp_inspect (#76).Carl Hetherington
2024-01-15Missing PRIVATE_GIT update from previous.Carl Hetherington
2024-01-02Add --screenshot option to playlist editor.Carl Hetherington