summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-22Fix sensitivity of "Make KDM(s)" button (#2007).v2.15.151Carl Hetherington
2021-05-22C++11 tidying.Carl Hetherington
2021-05-21Fix invalid memory access introduced in 6f832724ef942f133f6f8d0a06d7377beea8f7a6v2.15.150Carl Hetherington
2021-05-21Fix thinko in 4ce4b8d3429a97eb4df63460c7e73863f44a621eCarl Hetherington
2021-05-21Tweak crop icon for GTK2 builds (#1997).Carl Hetherington
2021-05-20Check that wxSystemSettings::GetAppearance() exists.Carl Hetherington
2021-05-20Specify correct number of channels for LEQ(m) analyses of single pieces of co...Carl Hetherington
2021-05-19Don't assert on a non-existant codec (#1999).Carl Hetherington
2021-05-11Don't apply the Windows long path fix twice.v2.15.147Carl Hetherington
2021-05-11Revert incorrect 'fixing' of path on Windows (#1992).Carl Hetherington
2021-05-10Open a dialogue if pinging the back-end fails on macOS.v2.15.146Carl Hetherington
2021-05-09Attempt ping from front- to back-end several times (#1990).v2.15.145Carl Hetherington
2021-05-09Fix wrapping of try-unmount dialogue on macOS (#1989).Carl Hetherington
2021-05-09Add more logging to disk writer.Carl Hetherington
2021-05-09Remove erroneous call to optional_node_child().Carl Hetherington
2021-05-08Add some more logging to disk_writer.v2.15.144Carl Hetherington
2021-05-08Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-05-07Fix alignment of label.Carl Hetherington
2021-05-07Add DCPOMATIC_SPIN_CTRL_WIDTH and use it in a few places.Carl Hetherington
2021-05-07Hide some more FFmpeg warnings.v2.15.143Carl Hetherington
2021-05-07Missing #include.Carl Hetherington
2021-05-07Hide some warnings from ffmpeg on Centos 7.Carl Hetherington
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