summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-03-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-03-27C++11 tidying.Carl Hetherington
2021-03-27Fix odd difference on handling of x and y scale for subtitles in the UI.Carl Hetherington
2021-03-26Bump libdcp for MCA tag fixes.Carl Hetherington
2021-03-25Use XX as an audio language when there is no specified audio language (#1939).Carl Hetherington
Previously we would omit the audio and subtitle language parts of the DCI name if there was no specified audio language. Sadly if we do do that EasyDCP player 4.0.1 reports a warning (whose details you can't see on the demo version).
2021-03-23pot/merge.Carl Hetherington
2021-03-22Don't insist on writing optional metadata (#1923).Carl Hetherington
2021-03-22Split SMPTE metadata dialogue into two tabs (#1933).Carl Hetherington
2021-03-22C++11 tidying.Carl Hetherington
2021-03-22More polish of Swedish translationMattias Mattsson
2021-03-22Add simpler language tag dialog (#1931).Carl Hetherington
2021-03-22Add missing i18n tag.Carl Hetherington
2021-03-22Rename LanguageTagDialog -> FullLanguageTagDialog.Carl Hetherington
2021-03-21Fix unescaped quote in translation.Carl Hetherington
2021-03-21Updated sv_SE translations v2Mattias Mattsson
2021-03-21C++11 tidying.Carl Hetherington
2021-03-20Expand the DCP name entry a bit.Carl Hetherington
Hat-tip to Carsten Kurz for the idea!
2021-03-20Add select-all.Carl Hetherington
2021-03-20Fix setting of fade in/out on multiple pieces of content at the same time ↵Carl Hetherington
(#1934).
2021-03-20Tidy up HMSF handling in a few places.Carl Hetherington
2021-03-20Cleanup: use from_frames rather than from_seconds.Carl Hetherington
2021-03-20Tidy up slightly with a lambda.Carl Hetherington
2021-03-19Fix handling of subtitles at reel boundaries.Carl Hetherington
When a subtitle spans 3 reels were were backing off the end of the subtitle at the end of reel #1 but not the one at the end of reel #2, causing two subs to be too close together.
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
Updated sv_SE translation for dcpomatic
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
Otherwise if you search when the list is scrolled down you wonder why you aren't seeing the results you expect from the search.
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
This seems necessary with the multi-threaded decoding; it looks like we were doing it quite wrong before but getting away with it.
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