summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-01Bump asdcplib to version with better Win32 error logging.asdcp-logsCarl Hetherington
2022-05-01Log errors from asdcplib in our logs.Carl Hetherington
2022-05-01Make sure that crop preview rectangle is properly hidden when we close the ↵Carl Hetherington
auto crop dialog.
2022-05-01Fix the alignment of the current position in the playback controls.Carl Hetherington
2022-04-30More Centos 7 fixes.v2.16.10Carl Hetherington
2022-04-30Fix build on Centos 7.Carl Hetherington
2022-04-30Remove unused variable.Carl Hetherington
2022-04-30We don't have python f-strings everywhere.Carl Hetherington
2022-04-30Bump libdcp/libsub back to release versions.Carl Hetherington
2022-04-30Add editor to a few more missing places.Carl Hetherington
2022-04-30Another macOS build fix.Carl Hetherington
2022-04-30Fix macOS build.Carl Hetherington
2022-04-29Add a simple DCP editor.Carl Hetherington
2022-04-29Use explicit parameters to the EditableList constructor, and allowCarl Hetherington
arbitrary new/edit/remove button combinations to be used.
2022-04-29C++11 tidying.Carl Hetherington
2022-04-29Fix (I think) some strange situations where ::get() on dialogsCarl Hetherington
used by EditableList would return something that wasn't a optional<> but would then get implicitly cast to one. Now we have a static_assert to check that the type is what we expect.
2022-04-29Supporters update.Carl Hetherington
2022-04-29More test references updates.Carl Hetherington
2022-04-29Update test/data for new metadata tag.Carl Hetherington
2022-04-29Fix some tests.Carl Hetherington
2022-04-29Hide some more warnings.Carl Hetherington
2022-04-29Hide some warnings.Carl Hetherington
2022-04-29Put * in the title bar when the DCP-o-matic project is modified (#1938).Carl Hetherington
2022-04-29Set window title based on the directory from Film.Carl Hetherington
2022-04-29Add Film::set_dirty().Carl Hetherington
2022-04-29Remove unused lambda capture.Carl Hetherington
2022-04-29Primitive auto-crop (#1477).Carl Hetherington
2022-04-29Try to make the GL code a little clearer.Carl Hetherington
2022-04-29Rename border line to outline content.Carl Hetherington
2022-04-29Tweak content menu ordering.Carl Hetherington
2022-04-29Add guess_crop().Carl Hetherington
2022-04-29Basic display of markers above the playback timeline (#1921).Carl Hetherington
2022-04-29Extract marker strings out to a separate method.Carl Hetherington
2022-04-29Fix a load of stuff that wasn't being freed on close.Carl Hetherington
Nothing really that important, but it cleans up the valgrind leak check reports.
2022-04-29Add option to save a player frame to a file (#2133).Carl Hetherington
2022-04-29Add image_as_jpeg()Carl Hetherington
2022-04-29Move Image::as_png() out to image_as_png().Carl Hetherington
2022-04-29Remove unnecessary method.Carl Hetherington
2022-04-29Allow 96kHz audio as an advanced option (#1789).Carl Hetherington
2022-04-28Handle multiple bitmap subtitles at the same time correctly (#2239).Carl Hetherington
Previously if there were two images at the same time we would start them both, then the stop time would be set in the second one but not the first. This meant that the first one would hang around forever.
2022-04-28Tidying.Carl Hetherington
2022-04-28Allow ContentBitmapText to contain multiple BitmapText objects.Carl Hetherington
2022-04-28Improve some variable names.Carl Hetherington
2022-04-28Make emit_bitmap_start take a ContentBitmapText.Carl Hetherington
2022-04-23Fix Windows build.Carl Hetherington
2022-04-22And another missed warnings.hCarl Hetherington
2022-04-22Missing warnings.h include fix.Carl Hetherington
2022-04-22Improve rejection of "crazy" frame rates (#2238).Carl Hetherington
Firstly, look for other video streams even if one is not suitable. Secondly, ignore very low frame rates as well as very high ones.
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-22Bump libdcp for yet more warning fixes.Carl Hetherington