summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-02fixup! Remove some implicit conversions between wxString and std::string.textCarl Hetherington
2024-09-02fixup! Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-09-02fixup! Adapt to some libdcp class renaming to allow open captions/closed ↵Carl Hetherington
subtitles.
2024-08-19fixup! Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-08-19fixup! fixup! Adapt to some libdcp class renaming to allow open ↵Carl Hetherington
captions/closed subtitles.
2024-08-18fixup! Adapt to some libdcp class renaming to allow open captions/closed ↵Carl Hetherington
subtitles.
2024-08-17Support closed subtitles and open captions.Carl Hetherington
2024-08-17Remove unused variable setup.Carl Hetherington
2024-08-17Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.
2024-08-17Use Choice rather than wxChoice for text type.Carl Hetherington
2024-08-17Add Choice::size().Carl Hetherington
2024-08-17Make context_translation take a char array.Carl Hetherington
2024-08-17Add some convenience methods to the Choice class.Carl Hetherington
2024-08-17Remove unnecessary use of wxS().Carl Hetherington
2024-08-17Fix wx_to_std -> std_to_wx reversal.Carl Hetherington
2024-08-17Fix missing i18n markup.Carl Hetherington
2024-08-17Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-08-17Add new char_to_wx() to convert UTF8 character arrays to wxString.Carl Hetherington
2024-08-17Adapt to some libdcp class renaming to allow open captions/closed subtitles.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-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-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-09Add hack to run script to make it work from a cdist tree.Carl Hetherington
2024-08-03Bump libdcp for verify report fix.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-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-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
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.