dcpomatic.git
2023-03-16 Carl HetheringtonEmit the state of the job with the Finished signals.
2023-03-16 Carl HetheringtonFix missing xsd file in windows installer.
2023-03-12 Carl HetheringtonUpdated zh_CN translation from Danbo Song.
2023-03-11 Carl HetheringtonUse IAB rather than ATMOS in ISDCF names (#2482).
2023-03-10 Carl HetheringtonUpdate manual for new CLI options.
2023-03-10 Carl HetheringtonCope with the fact that some of our commands output...
2023-03-10 ancient-skyscraperOutput hints on stderr.
2023-03-10 ancient-skyscraperUpdate documentation and CLI UI with hint info
2023-03-09 Carl HetheringtonAllow dcpomatic_cli script to work from anywhere.
2023-03-07 Carl HetheringtonFix missing scrollbar in the audio tab on macOS/Windows... v2.16.47
2023-03-07 Carl HetheringtonCleanup: use layout() wrapper.
2023-03-05 Carl HetheringtonRemove some 3D stuff I think is unnecessary since the... v2.16.46
2023-03-05 Carl HetheringtonFix error when padding is needed in 3D encodes (#2476).
2023-03-05 Carl HetheringtonCatch exceptions from some calls to write_metadata().
2023-03-05 Carl HetheringtonFix small DCP standard choice (#2475).
2023-03-04 Carl HetheringtonReplace spaces with _ in default KDM name formats,...
2023-03-04 Carl HetheringtonBump libsub for another font color fix.
2023-03-03 Carl HetheringtonAdd option to limit DCP output to the "Bv2.0 profile... v2.16.45
2023-03-03 Carl HetheringtonCleanup: tidy a comment.
2023-03-03 Carl HetheringtonAdd Choice::add() with a client string.
2023-03-03 Carl HetheringtonAdd Choice::get_data().
2023-03-03 Carl HetheringtonTidy up a little with a lambda.
2023-03-03 Carl HetheringtonMove some settings to new non-standard page.
2023-03-03 Carl HetheringtonAdd --hints option to dcpomatic2_cli (#2468).
2023-03-03 Carl HetheringtonAdd word_wrap().
2023-03-03 Carl HetheringtonAdd ansi.h and one define.
2023-03-03 Carl HetheringtonSetup ffmpeg log callback in dcpomatic_setup() instead...
2023-03-03 Carl HetheringtonCleanup: remove unused variable.
2023-03-03 Carl HetheringtonCleanup: remove capture_asdcp_logs() from header.
2023-03-03 Carl HetheringtonUn-check screens when they or their cinema are deleted.
2023-03-02 Carl HetheringtonSupporters update.
2023-03-02 Carl HetheringtonRemove duplicate include.
2023-02-28 Carl HetheringtonAdd a couple of tooltips.
2023-02-27 Carl HetheringtonStrip disallowed characters from subtitles before they...
2023-02-27 Carl HetheringtonBump libdcp for some test fixes.
2023-02-27 Carl HetheringtonMerge branch '2389-vpos'
2023-02-27 Carl HetheringtonFix tests.
2023-02-27 Carl HetheringtonCleanup: swap a list for a vector.
2023-02-27 Carl HetheringtonAlign text subtitles from the bottom of the screen.
2023-02-27 Carl HetheringtonShow possible subtitle bounding boxes due to SMPTE...
2023-02-27 Carl HetheringtonAdd override_standard to bounding_box().
2023-02-27 Carl HetheringtonEarly check to see if there's anything to do in set_sta...
2023-02-27 Carl HetheringtonDon't cancel finished jobs otherwise their finished...
2023-02-27 Carl HetheringtonCleanup: whitespace.
2023-02-27 Carl HetheringtonUse a ScopeGuard to manage _loading_analysis properly.
2023-02-27 Carl HetheringtonCleanup: pass required things int {x,y}_position instea...
2023-02-27 Carl HetheringtonMake subtitle analysis depend on DCP standard.
2023-02-27 Carl HetheringtonUse bounding_box() instead of render_text() for speed.
2023-02-27 Carl HetheringtonAdd bounding_box().
2023-02-27 Carl HetheringtonMove the contents of setup_layout() into create_layout...
2023-02-27 Carl HetheringtonSmall optimisation: use a const&
2023-02-27 Carl HetheringtonCleanup: use an early return.
2023-02-27 Carl HetheringtonCleanup: use some defaults in the class definition.
2023-02-27 Carl HetheringtonSupport the 2014 version of SMPTE 428-7 in render_text...
2023-02-27 Carl HetheringtonBump libdcp for subtitle standard support.
2023-02-27 Carl HetheringtonRemove debug message.
2023-02-25 Carl HetheringtonRemove unused variable.
2023-02-24 Carl HetheringtonBump libsub for fix to font color tag parsing in SRT...
2023-02-24 Carl HetheringtonAdd debug video view option to player.
2023-02-21 Carl HetheringtonCatch more exceptions from RtAudio (#2453).
2023-02-19 Carl HetheringtonRemove the empty column when there are no input groups.
2023-02-19 Carl HetheringtonRemove scrolling in AudioMappingView.
2023-02-19 Carl HetheringtonCleanup: remove duplication.
2023-02-19 Carl HetheringtonAdd missing line in audio mapping view when there are...
2023-02-17 Carl HetheringtonBump libdcp for verify fixes (#2457 and #2459). v2.16.44
2023-02-16 Carl HetheringtonDon't read video/audio from DCPs if it is being ignored...
2023-02-16 Carl HetheringtonSupporters update. v2.16.43
2023-02-13 Carl HetheringtonBump libdcp for MainPictureStoredArea fix (#2452).
2023-02-12 Carl HetheringtonBump libdcp again for fix to dcpkdm (#2446).
2023-02-12 Carl HetheringtonFix build for new libdcp.
2023-02-12 Carl HetheringtonBump libdcp for new dcpverify options (#2444).
2023-02-12 Carl HetheringtonFix non-ASCII paths in the disk writer on Windows ...
2023-02-11 Carl HetheringtonUse kdm_for_screen also in dcpomatic_kdm
2023-02-11 Carl HetheringtonPass make_kdm as a function into kdm_for_screen().
2023-02-11 Carl HetheringtonCleanup: extract encrypt() call from Film::make_kdm().
2023-02-11 Carl HetheringtonUse the correct prompt for file/folder.
2023-02-11 Carl HetheringtonFix incorrect messages about KDMs being written to...
2023-02-11 Carl HetheringtonImprove error when the KDM period is outside the signer...
2023-02-11 Carl HetheringtonWarn/error on making KDMs using recipient certs whose...
2023-02-11 Carl HetheringtonCleanup: use an early return to calm some indentation.
2023-02-10 Carl HetheringtonFix typo in zh_CN translation.
2023-02-10 Carl HetheringtonExport 24-bit audio in Prores files (#2438).
2023-02-10 Carl HetheringtonIgnore overlapping ATMOS data in the same way that...
2023-02-10 Carl HetheringtonFix multiple video overlaps.
2023-02-10 Carl HetheringtonCleanup: use vector instead of list.
2023-02-10 Carl HetheringtonCleanup: add Content::period().
2023-02-10 Carl HetheringtonCleanup: use some better variable names.
2023-02-10 Carl HetheringtonClarify comment.
2023-02-10 Carl HetheringtonCleanup: remove unnecessary check.
2023-02-10 Carl HetheringtonAdd failing test.
2023-02-05 Carl HetheringtonRecover better errors from ext4.
2023-02-05 Carl HetheringtonFix placement of frame rate spinner (may fix #2182).
2023-02-05 Carl HetheringtonSlightly improve alignment (still not right though).
2023-02-05 Carl HetheringtonTidy up layout.
2023-02-05 Carl HetheringtonMake the timeline look better when there is no content...
2023-02-05 Carl HetheringtonDelete in timeline removes content (#2370).
2023-02-05 Carl HetheringtonCleanup: use ScopeGuard.
2023-02-04 Carl HetheringtonUpdate out-of-date version requirements in wscript.
2023-02-03 Carl HetheringtonFix missing verify string. v2.16.42
2023-02-02 Carl HetheringtonBump libdcp for IssueDate fix (#2435).
next