summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-24Supporters update.v2.16.94Carl Hetherington
2024-09-24Missing new verification error.Carl Hetherington
2024-09-24Fix build with new boost (e.g. on Arch) (#2868)Carl Hetherington
2024-09-17Supporters update.v2.16.93Carl Hetherington
2024-09-17Bump libdcp for increase in maximum allowable Interop XML file size.Carl Hetherington
2024-09-16Bump maximum reel length.Carl Hetherington
Someone is making a very long (10h) DCP and wants big reels, and I can't think of a reason not to allow it.
2024-09-14Some more distros that use wx-3.1.v2.16.92Carl Hetherington
2024-09-14Bump libdcp for Windows build fix.Carl Hetherington
2024-09-14Bump libdcp for Ubuntu 16.04 build fix.Carl Hetherington
2024-09-14Fix Debian unstable build.Carl Hetherington
2024-09-14Bump libdcp for static boost fix in libcxml.Carl Hetherington
2024-09-13Supporters update.Carl Hetherington
2024-09-13Hopefully fix occasional hang in j2k_encoder_deadlock_test.Carl Hetherington
Previously too many frames were queued for encoding, which AFAICS meant that (if the CPU was busy) we would get to the point where too many frames were in the encoder queue, so that we blocked waiting for it to clear, and then simultaneously too many frames were in the writer queue, which (in this test) would never clear. At this point we would be backed up waiting for Writer::write() to happen in J2KEncoder::encoder_thread() so that the encoder queue could be cleared, but nobody is calling Writer::write().
2024-09-12Bump sleep a little to try and de-flake a test.Carl Hetherington
2024-09-11Fix stupid bug introduced in 5db3eda9c6f0Carl Hetherington
2024-09-06Supporters update.Carl Hetherington
2024-09-06Remove (unused) import which is no longer present on Python 3.14.Carl Hetherington
2024-09-06Support building on Ubuntu 24.10.Carl Hetherington
2024-09-03Fix a few places where we should use dcp::File::open_error()Carl Hetherington
to get a more accurate error number on Windows.
2024-09-03Fix confusion about operator bool() with optional.Carl Hetherington
I think previously no exception would be thrown even if the file weren't open.
2024-09-03Clarify copying of InfoFileHandle.Carl Hetherington
2024-09-02Recognise .webp as an image file.Carl Hetherington
2024-08-16Fix libdcp test (no other changes).v2.16.91Carl Hetherington
2024-08-15Fix --static-xmlsec option and use it for Centos 9 (#2858).Carl Hetherington
2024-08-15Bump libdcp for verify crash due to missing information in the note.Carl Hetherington
2024-08-15Supporters update.Carl Hetherington
2024-08-13Add missing destructor.Carl Hetherington
2024-08-09Cleanup: better document parameter.Carl Hetherington
2024-08-09Support RGBA with auto-crop.Carl Hetherington
2024-08-09Add hack to run script to make it work from a cdist tree.Carl Hetherington
2024-07-28Supporters update.v2.16.90Carl Hetherington
2024-07-28Fix build warning on macOS.Carl Hetherington
2024-07-27Limit number of verifier notes that are actually displayed (#2814).Carl Hetherington
2024-07-27Allow running player from cdist-built trees.Carl Hetherington
2024-07-27Optimisation: return notes by reference.Carl Hetherington
2024-07-27Don't clobber configured log types in the player.Carl Hetherington
2024-07-27Add missing setup for DEBUG_VIDEO_VIEW.Carl Hetherington
2024-07-27Cleanup: include and using sorting.Carl Hetherington
2024-07-27Fix build with RtAudio 6.Carl Hetherington
2024-07-26Add AudioBackend::device_output_channels().Carl Hetherington
2024-07-26Add AudioBackend::default_device_name().Carl Hetherington
2024-07-26Add AudioBackend::output_device_names().Carl Hetherington
2024-07-26Add AudioBackend::start_stream().Carl Hetherington
2024-07-26Add AudioBackend::abort_stream_if_running().Carl Hetherington
2024-07-26Signal the correct change when unsetting the sound output.Carl Hetherington
Otherwise we don't notice when the output is set back to whetever happens to be the default.
2024-07-26Stop instantiating RtAudio all over the placeCarl Hetherington
and instead just have a singleton. On Windows I saw a situation where the first instantiation would use ASIO and the second WASAPI, causing all kinds of confusion.
2024-07-22Supporters update.Carl Hetherington
2024-07-20Add SLV as a channel type for the CLI.Carl Hetherington
2024-07-15Fix nag foreground colour in dark mode (#2848).Carl Hetherington
2024-07-15Remove file added for HTML rendering.Carl Hetherington