summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2021-05-07Fix build with some older compilers.Carl Hetherington
2021-05-07Missing override statements.v2.15.141Carl Hetherington
2021-05-07pot/merge.Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-05-03Add pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_black().Carl Hetherington
2021-05-03Add pixel format 66 (AV_PIX_FMT_YUV422P10LE) to make_part_black().Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-05-02Add Groet Han as a tester.Carl Hetherington
2021-05-01Port filter graphs to new FFmpeg API.Carl Hetherington
2021-05-01Switch encoding to ffmpeg send/receive API.Carl Hetherington
2021-05-01Switch decoding to ffmpeg send/receive API.Carl Hetherington
2021-05-01Remove some FFmpeg-related warnings by directly accessing AVFrame.Carl Hetherington
2021-05-01Tidy up some error handling a little.Carl Hetherington
2021-05-01Remove some FFmpeg-related warnings by using AVStream::codecpar.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-04-29Remove Monitor / EDID code that was used for the swaroop variant.Carl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2021-04-29Remove use of boost::noncopyable.Carl Hetherington
2021-04-25Missing delete of some constructors.Carl Hetherington
2021-04-25Fix text wrapping in nag dialog (especially on macOS) (#1978).Carl Hetherington
2021-04-23Use new Windows long filename workaround with disk writer (#1755).Carl Hetherington
2021-04-23Fix fopen() on windows to cope with long filenames (part of #1755).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 remov...Carl Hetherington
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
2021-04-22Remove configuration option for minimum frame size.Carl Hetherington
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-22Do the polkit dance for unmounting drives as well as writing them.Carl Hetherington
2021-04-22Wait a while for unmounts to go through in case we have to authenticate the u...Carl Hetherington
2021-04-22Get root before unmounting things on Linux.Carl Hetherington
2021-04-22C++11 tidying.Carl Hetherington
2021-04-21Re-scan drives just before writing the DCP (#1969).Carl Hetherington
2021-04-21C++11 tidying.Carl Hetherington
2021-04-21Fix response of the disk writer when polkit authorization fails onCarl Hetherington
2021-04-21Make digest calculations interruptible.Carl Hetherington
2021-04-21Move digest calculation to a separate method.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
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
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