summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-23Bump libdcp for fixes to #2391 and #2394.v2.16.37Carl Hetherington
2022-12-22Add Marek Dudzik as a tester.Carl Hetherington
2022-12-21Bump libdcp for less strict COC verification (#2395).v2.16.36Carl Hetherington
2022-12-20Bump libdcp for improved COC error on verification.Carl Hetherington
2022-12-20Supporters update.Carl Hetherington
2022-12-20Still more wscript adventures.Carl Hetherington
2022-12-19More wscript character encoding adventures.Carl Hetherington
2022-12-19Bump libdcp for another wscript character encoding fix.Carl Hetherington
2022-12-19Bump libdcp for wscript character encoding fix.Carl Hetherington
2022-12-19Fix weird exception handling.Carl Hetherington
This is a bit cleaner and stops odd messages about stereoscopic assets appearing in the logs.
2022-12-17Use the last_player_load_directory when adding OVs (#2094).Carl Hetherington
2022-12-17Cleanup: use ScopeGuard.Carl Hetherington
2022-12-16Make sure main picture active area values are even (#2392).Carl Hetherington
2022-12-16Bump libdcp for main picture active area changes.Carl Hetherington
2022-12-15Fix build on Ubuntu 16.04.Carl Hetherington
2022-12-14Bump libdcp to a version with UTCOffset.Carl Hetherington
This is needed for 2.17.x but I ran the tests on main and they look OK, so doing it this way should save a few merge conflicts.
2022-12-13More header trimming.Carl Hetherington
2022-12-13Add video_{range,frame_type}.{cc,h} and remove some types.h includes.Carl Hetherington
2022-12-11Extract named_channel.hCarl Hetherington
2022-12-11Remove some unnecessary declarations.Carl Hetherington
2022-12-11Extract resolution.hCarl Hetherington
2022-12-10Missing include.Carl Hetherington
2022-12-10Fix build error in previous commit.Carl Hetherington
2022-12-10Extract crop.hCarl Hetherington
2022-12-10Move some methods out of util.{cc,h}Carl Hetherington
2022-12-10Remove unused methods.Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-12-07Add a test to verify passthrough of 3D -> 2D data.Carl Hetherington
2022-12-05Fix tests on Windows now that we replace . with _ in filenames.Carl Hetherington
2022-12-05Use the same default folder for add DCP as add files (#2348).Carl Hetherington
2022-12-05Cleanup: use ScopeGuard.Carl Hetherington
2022-12-05Use the same default folder for add folder as add files (#2348).Carl Hetherington
2022-12-05Cleanup: use ScopeGuard.Carl Hetherington
2022-12-05Bump libdcp for build fix.Carl Hetherington
2022-12-05Fix use of atleast_version in wscripts (it does nothing, since I don't know ↵Carl Hetherington
when).
2022-12-04Bump libdcp to remove some invalid characters from Windows filenames (#2219).Carl Hetherington
2022-12-03Bump libsub for libdcp dependency removal.Carl Hetherington
2022-12-02Don't use "NR" in the ISDCF name if there is no rating.Carl Hetherington
Thierry says this is not used out in the wild, and I can't find any reference to say that it must be there, so remove it.
2022-12-02Fix stupid mistake in previous commit.Carl Hetherington
2022-12-02Catch problems when using dcp_file() and getting more than one answer.Carl Hetherington
2022-12-02Fix unreliable test.Carl Hetherington
2022-12-01Merge branch '2384-playlist'Carl Hetherington
Various improvements and fixes to the playlist editor GUI (#2384).
2022-12-01Double-click on content list adds the content.Carl Hetherington
2022-12-01Add save button for playlist name.Carl Hetherington
2022-12-01Extract save_playlist().Carl Hetherington
2022-12-01Check for playlist directory on new playlist, rather than save.Carl Hetherington
2022-12-01Add bind().Carl Hetherington
2022-12-01Set Delete button sensitivity correctly.Carl Hetherington
2022-12-01Extract selected().Carl Hetherington
2022-12-01Setup editor sensitivity on startup.Carl Hetherington