summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-27Small optimisation: use a const&Carl Hetherington
2023-02-27Cleanup: use an early return.Carl Hetherington
2023-02-27Cleanup: use some defaults in the class definition.Carl Hetherington
2023-02-27Support the 2014 version of SMPTE 428-7 in render_text.cc and use itCarl Hetherington
when placing subtitles (e.g. SRT). Also default to outputting 2014-era alignment.
2023-02-27Bump libdcp for subtitle standard support.Carl Hetherington
2023-02-27Remove debug message.Carl Hetherington
2023-02-25Remove unused variable.Carl Hetherington
2023-02-24Bump libsub for fix to font color tag parsing in SRT files.Carl Hetherington
2023-02-24Add debug video view option to player.Carl Hetherington
2023-02-21Catch more exceptions from RtAudio (#2453).Carl Hetherington
2023-02-19Remove the empty column when there are no input groups.Carl Hetherington
2023-02-19Remove scrolling in AudioMappingView.Carl Hetherington
In the audio panel it was a bit weird to have part of the panel scrollable when the whole video panel is. Now both video and audio panels scroll. You lose the "always there" view of the audio processing summary but I think this is outweighed by the scrolling simplicity. I also suspect it may make things behave better on "short" screens.
2023-02-19Cleanup: remove duplication.Carl Hetherington
2023-02-19Add missing line in audio mapping view when there are no input groups.Carl Hetherington
2023-02-17Bump libdcp for verify fixes (#2457 and #2459).v2.16.44Carl Hetherington
2023-02-16Don't read video/audio from DCPs if it is being ignored (#2456).Carl Hetherington
This greatly speeds up the process of getting subtitles from a DCP.
2023-02-16Supporters update.v2.16.43Carl Hetherington
2023-02-13Bump libdcp for MainPictureStoredArea fix (#2452).Carl Hetherington
2023-02-12Bump libdcp again for fix to dcpkdm (#2446).Carl Hetherington
2023-02-12Fix build for new libdcp.Carl Hetherington
2023-02-12Bump libdcp for new dcpverify options (#2444).Carl Hetherington
2023-02-12Fix non-ASCII paths in the disk writer on Windows (#2440).Carl Hetherington
2023-02-11Use kdm_for_screen also in dcpomatic_kdmCarl Hetherington
2023-02-11Pass make_kdm as a function into kdm_for_screen().Carl Hetherington
2023-02-11Cleanup: extract encrypt() call from Film::make_kdm().Carl Hetherington
2023-02-11Use the correct prompt for file/folder.Carl Hetherington
2023-02-11Fix incorrect messages about KDMs being written to folders.Carl Hetherington
2023-02-11Improve error when the KDM period is outside the signer period in the KDM ↵Carl Hetherington
creator.
2023-02-11Warn/error on making KDMs using recipient certs whose validity periodsCarl Hetherington
lie outside those of the KDMs (#2423).
2023-02-11Cleanup: use an early return to calm some indentation.Carl Hetherington
2023-02-10Fix typo in zh_CN translation.Carl Hetherington
2023-02-10Export 24-bit audio in Prores files (#2438).Carl Hetherington
2023-02-10Ignore overlapping ATMOS data in the same way that we ignore video (#2429).Carl Hetherington
2023-02-10Fix multiple video overlaps.Carl Hetherington
2023-02-10Cleanup: use vector instead of list.Carl Hetherington
2023-02-10Cleanup: add Content::period().Carl Hetherington
2023-02-10Cleanup: use some better variable names.Carl Hetherington
2023-02-10Clarify comment.Carl Hetherington
2023-02-10Cleanup: remove unnecessary check.Carl Hetherington
2023-02-10Add failing test.Carl Hetherington
2023-02-05Recover better errors from ext4.Carl Hetherington
2023-02-05Fix placement of frame rate spinner (may fix #2182).Carl Hetherington
2023-02-05Slightly improve alignment (still not right though).Carl Hetherington
2023-02-05Tidy up layout.Carl Hetherington
2023-02-05Make the timeline look better when there is no content in the film.Carl Hetherington
2023-02-05Delete in timeline removes content (#2370).Carl Hetherington
2023-02-05Cleanup: use ScopeGuard.Carl Hetherington
2023-02-04Update out-of-date version requirements in wscript.Carl Hetherington
2023-02-03Fix missing verify string.v2.16.42Carl Hetherington
2023-02-02Bump libdcp for IssueDate fix (#2435).Carl Hetherington