summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-16Increase tolerance for audio timestamp error.Carl Hetherington
2024-09-16Improve debug log slightly.Carl Hetherington
2024-09-13Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-09-13Supporters update.Carl Hetherington
2024-09-11Fix stupid bug introduced in 5db3eda9c6f0Carl Hetherington
2024-09-06Supporters update.Carl Hetherington
2024-09-04Fix some ambiguous strings.Carl Hetherington
2024-09-03Fix a few places where we should use dcp::File::open_error()Carl Hetherington
2024-09-03Fix confusion about operator bool() with optional.Carl Hetherington
2024-09-03Support closed subtitles and open captions.Carl Hetherington
2024-09-03Remove unused variable setup.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-09-03Use Choice rather than wxChoice for text type.Carl Hetherington
2024-09-03Add Choice::size().Carl Hetherington
2024-09-03Make context_translation take a char array.Carl Hetherington
2024-09-03Add some convenience methods to the Choice class.Carl Hetherington
2024-09-03Remove unnecessary use of wxS().Carl Hetherington
2024-09-03Fix wx_to_std -> std_to_wx reversal.Carl Hetherington
2024-09-03Fix missing i18n markup.Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-09-03Add new char_to_wx() to convert UTF8 character arrays to wxString.Carl Hetherington
2024-09-03Adapt to some libdcp class renaming to allow open captions/closed subtitles.Carl Hetherington
2024-09-03Clarify copying of InfoFileHandle.Carl Hetherington
2024-09-02Recognise .webp as an image file.Carl Hetherington
2024-08-17Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-08-17Add option to use relative content paths (#2856).Carl Hetherington
2024-08-15Supporters update.Carl Hetherington
2024-08-14Cleanup: header/using sorting.Carl Hetherington
2024-08-14Fix a couple of causes of films being marked dirty straight after loading.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-03Merge remote-tracking branch 'origin/main' into v2.17.xCarl 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-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-26Merge branch 'main' into v2.17.xCarl 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
2024-07-26Stop instantiating RtAudio all over the placeCarl Hetherington
2024-07-22Supporters update.Carl Hetherington