summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-26Tidy up a bit more.1771-resample-glitchesCarl Hetherington
2021-04-25Fix it up a bit.Carl Hetherington
2021-04-25Had a go, gave up.Carl Hetherington
2021-04-23More test fixes.Carl Hetherington
2021-04-23Fix test for random noise addition.Carl Hetherington
2021-04-23Add some new check methods.Carl Hetherington
2021-04-23Update test reference.Carl Hetherington
2021-04-23Cope with noise being added to small JPEG2000 images.Carl Hetherington
2021-04-23Rename some test data.Carl Hetherington
2021-04-23Ignore the new THREED_ASSET_MARKED_AS_TWOD warning when loading DCPs.Carl Hetherington
2021-04-23Fix missing libdcp warning message.Carl Hetherington
2021-04-23I can't convince myself that _canvas_mutex is doing anything useful, so ↵Carl Hetherington
remove it.
2021-04-23Make the GL thread access the canvas size in a less ridiculous way.Carl Hetherington
2021-04-23Close down the FilmViewer before its GUI elements get destroyed (#1982).Carl Hetherington
Otherwise this happens when we're already in the middle of destroying the UI.
2021-04-22Bump libdcp for fix to #1976.Carl Hetherington
This is an incorrect error when verifying 3D Interop DCPs.
2021-04-22Remove configuration option for minimum frame size.Carl Hetherington
Replace it with a fixed 16KB as per #1902.
2021-04-22Allow resizing of nag dialog; may help with #1978.Carl Hetherington
2021-04-22Fix very wide spin button on Linux.Carl Hetherington
2021-04-22C++11 tweaks.Carl Hetherington
2021-04-22Build disk writer on more Fedora versions.Carl Hetherington
2021-04-22Do the polkit dance for unmounting drives as well as writing them.Carl Hetherington
If we ask for permission to unmount that should carry over to give permission to format/write as well.
2021-04-22Wait a while for unmounts to go through in case we have to authenticate the ↵Carl Hetherington
user.
2021-04-22Modify policy as it is now used for unmount too.Carl Hetherington
2021-04-22Get root before unmounting things on Linux.Carl Hetherington
2021-04-22C++11 tidying.Carl Hetherington
2021-04-22Install polkit policy file (#1970).Carl Hetherington
2021-04-21Re-scan drives just before writing the DCP (#1969).Carl Hetherington
In case the drive you chose has disappeared, or something about it has changed since it was found.
2021-04-21C++11 tidying.Carl Hetherington
2021-04-21Fix response of the disk writer when polkit authorization fails onCarl Hetherington
Linux.
2021-04-21Make digest calculations interruptible.Carl Hetherington
2021-04-21Move digest calculation to a separate method.Carl Hetherington
2021-04-21Add a possibly-useful test.Carl Hetherington
2021-04-21Add some possibly-useful markers for debugging threads from coredumps.Carl Hetherington
2021-04-21Tidy up/fix Hints thread in a couple of ways:Carl Hetherington
- catch all exceptions from anywhere in the thread, rather than just from parts of it - stop the thread immediately when _stop is set to true; we don't care about the results so there's no point carrying on
2021-04-21Handle connections to the Hints object more correctly.Carl Hetherington
2021-04-21C++11 tidying.Carl Hetherington
2021-04-21Analyse audio (if required) when making hints (#1924).Carl Hetherington
Otherwise if you haven't run a whole-project audio analysis you don't get the hints about audio levels being too high.
2021-04-21Add comment.Carl Hetherington
2021-04-21Only snap the crosshair to visible plots.Carl Hetherington
2021-04-21Split audio analysis code off from the job.Carl Hetherington
2021-04-19Sleep for a while if necessary to allow disks to wake up (#1916).Carl Hetherington
2021-04-16Fix progress message when analysing for hints.Carl Hetherington
2021-04-16Show content path in the audio dialog title bar when looking at a single ↵Carl Hetherington
piece of content.
2021-04-16Use the same button text to open the audio plot in both Audio and DCP/Audio.Carl Hetherington
2021-04-16Fix failure to update project-wide audio level plot when content moves.Carl Hetherington
2021-04-16Use anti-aliasing in the audio level plot.Carl Hetherington
2021-04-16C++11 tidying.Carl Hetherington
2021-04-15Handle errors on startStream more nicely; might help with #1825.Carl Hetherington
2021-04-14Bump libdcp for missing header install.v2.15.140Carl Hetherington
2021-04-14Bump libdcp to try and fix #1965 and #1966.Carl Hetherington