summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-19Fix handling of subtitles at reel boundaries.Carl Hetherington
2021-03-19Missing std_to_wx().Carl Hetherington
2021-03-19White space / C++11 tidying.Carl Hetherington
2021-03-19Add Mattias Mattsson to translators list.Carl Hetherington
2021-03-18Merge pull request #10 from matmat/v2.15.xCarl Hetherington
2021-03-18Require boost 1.61.0 or above on Windows/macOS.Carl Hetherington
2021-03-18Updated sv_SE translation for dcpomaticMattias Mattsson
2021-03-17After a tag search, scroll the list so we can see the best results.Carl Hetherington
2021-03-17Hint about out-of-range markers (#1920).Carl Hetherington
2021-03-17When correcting markers keep them just inside the project's duration.Carl Hetherington
2021-03-17Missing verification note text.Carl Hetherington
2021-03-17Stop truncated numbers on Linux (at least).Carl Hetherington
2021-03-17Limit markers to the film length on entry (#1920).Carl Hetherington
2021-03-17Fix build after libdcp change.Carl Hetherington
2021-03-16Split subtitles at reel boundaries (#1918).Carl Hetherington
2021-03-15Use period when adding text subs, like we do with image ones.Carl Hetherington
2021-03-14Fix crash on startup on macOS.Carl Hetherington
2021-03-13Some C++11 stuff.Carl Hetherington
2021-03-13Build fix for Ubuntu-16.04-era compilers.Carl Hetherington
2021-03-12Use /dev/rdisk on macOS.Carl Hetherington
2021-03-12Get progress during formatting.Carl Hetherington
2021-03-09Be more careful with some macOS API calls.Carl Hetherington
2021-03-02Tidy up and do flushing more correctly.v2.15.133Carl Hetherington
2021-03-02Rename some subtitle decoding / processing methods.Carl Hetherington
2021-03-02Key _next_time with the audio stream pointer.Carl Hetherington
2021-03-02Remove FFmpeg::_packet.Carl Hetherington
2021-03-02Extract process_audio_frame.Carl Hetherington
2021-03-02Extract audio_stream_from_index.Carl Hetherington
2021-03-02C++11 tidying.Carl Hetherington
2021-03-02Use APPDIR when present to look for resources.Carl Hetherington
2021-03-01Some tidying and be a bit more defensive.Carl Hetherington
2021-03-01Fix another crash introduced in cc40b6ea6d882c07c05602d6f3dd1c185481585bCarl Hetherington
2021-03-01Fix warning.Carl Hetherington
2021-03-01Fix crash introduced in previous.Carl Hetherington
2021-03-01With multi-threaded decoding we need to be careful to flushCarl Hetherington
2021-02-28Slight hack to reduce the chance of config files looking differentCarl Hetherington
2021-02-28Enable multi-threaded decoding with FFmpeg (helps with #1887).Carl Hetherington
2021-02-28Move some comments into a header.Carl Hetherington
2021-02-28C++11 tweaks.Carl Hetherington
2021-02-28C++11 cleanups.Carl Hetherington
2021-02-28Add version informationm to splash screen (#1913).Carl Hetherington
2021-02-26Fix warning.Carl Hetherington
2021-02-26Typo fix.Carl Hetherington
2021-02-26Fix a set of mistakes related to 3D content.Carl Hetherington
2021-02-26Add accessor for _eye in J2kImageProxy.Carl Hetherington
2021-02-24Fix config.xml corruption when it contains multi-byte UTF8 characters.Carl Hetherington
2021-02-23Fix assertion failure in AudioBuffers::copy_from() (#1909)Carl Hetherington
2021-02-23Remove wxSTAY_ON_TOP from splash screen on Windows to stop it hidingCarl Hetherington
2021-02-23Don't write active picture area with zero width or height as it makes verific...Carl Hetherington
2021-02-23Don't create empty SMPTE subtitles files with empty <SubtitleList>Carl Hetherington