Fix comment.
[dcpomatic.git] / src / lib /
2023-05-12 Carl HetheringtonFix comment.
2023-05-12 Carl HetheringtonAllow copy-construction of Font.
2023-05-11 Carl HetheringtonRemove incorrect silencing (#2526).
2023-05-10 Carl HetheringtonAdd some assertions.
2023-05-10 Carl HetheringtonDon't edit start trim unless it's necessary.
2023-05-10 Carl HetheringtonAllow signals to be blocked and resumed, and so make...
2023-05-09 Carl HetheringtonCleanup: more variable renames.
2023-05-09 Carl HetheringtonCleanup: rename variable.
2023-05-08 Carl HetheringtonFix old C++ syntax.
2023-05-08 Carl HetheringtonFix typo in comment.
2023-04-27 Carl HetheringtonCope with WEBVTT files named with .srt extensions.
2023-04-23 Carl HetheringtonFix length()/bytes() mismatch on XML string.
2023-04-20 Carl HetheringtonFix lack of email sending if there are no cinema addres...
2023-04-19 Carl HetheringtonIn 1c73379ed8483dcf71c5ccfc459c2c22516a9aef I changed
2023-04-19 Carl HetheringtonWrap path/data in a struct.
2023-04-19 Carl HetheringtonAdd a comment.
2023-04-18 Carl HetheringtonSlight improvement to error when failing to save a...
2023-04-11 Carl HetheringtonGive an error if a non-number is passed to dcpomatic2_c...
2023-04-09 Carl HetheringtonFix subtitle font handling with in-memory fonts from... v2.16.52
2023-04-06 Carl HetheringtonWrite MainSoundConfiguration tags with hyphens for...
2023-04-05 Carl HetheringtonDon't add fonts to SMPTE closed caption MXFs (#2505).
2023-04-01 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2023-03-29 Carl HetheringtonUse CURLOPT_NOSIGNAL to fix crashes on update check...
2023-03-29 Carl HetheringtonAdd create support for some more audio channels.
2023-03-29 Carl HetheringtonWrite the correct MCA subdescriptors depending on activ...
2023-03-29 Carl HetheringtonAlways make 16-channel MXFs.
2023-03-28 Carl Hetheringtonpot/merge.
2023-03-28 Carl HetheringtonSome zh_CN translation fixes from Danbo Song.
2023-03-28 Carl Hetheringtonpot/merge.
2023-03-28 Carl HetheringtonFix some translator comments.
2023-03-27 Carl Hetheringtonzh_CN translation fixes from Danbo Song.
2023-03-27 Carl Hetheringtonpot/merge.
2023-03-23 Carl HetheringtonCleanup: make things a little clearer. v2.16.49
2023-03-23 Carl HetheringtonFix crashes when using templates in some cases (#2491).
2023-03-22 Carl HetheringtonAdd AudioMapping::take_from().
2023-03-22 Carl HetheringtonCleanup: don't need to store _{input,output}_channels.
2023-03-19 Carl HetheringtonAdd assert.
2023-03-16 Carl HetheringtonAllow re-start of cancelled subtitle analysis jobs.
2023-03-16 Carl HetheringtonMake it quicker to cancel an analyse subtitle job ...
2023-03-16 Carl HetheringtonEmit the state of the job with the Finished signals.
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-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-04 Carl HetheringtonReplace spaces with _ in default KDM name formats,...
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 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-02 Carl HetheringtonRemove duplicate include.
2023-02-27 Carl HetheringtonStrip disallowed characters from subtitles before they...
2023-02-27 Carl HetheringtonMerge branch '2389-vpos'
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 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 HetheringtonSupport the 2014 version of SMPTE 428-7 in render_text...
2023-02-16 Carl HetheringtonDon't read video/audio from DCPs if it is being ignored...
2023-02-12 Carl HetheringtonFix build for new libdcp.
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 HetheringtonFix incorrect messages about KDMs being written to...
2023-02-11 Carl HetheringtonWarn/error on making KDMs using recipient certs whose...
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-05 Carl HetheringtonRecover better errors from ext4.
2023-02-01 Carl HetheringtonHandle 2D/3D mismatches in the player (#2409).
2023-01-30 Carl HetheringtonCleanup: replace another short variable name.
2023-01-30 Carl HetheringtonCleanup: replace short variable name.
2023-01-30 Carl HetheringtonUpdated sl_SI translation from Martin Srebotnjak.
2023-01-29 Carl HetheringtonAdd DiskWriterBackendResponse::write_to_nanomsg() and...
2023-01-29 Carl HetheringtonBetter logging in macOS unmount code.
2023-01-29 Carl HetheringtonIncrease unmount timeout to 5s - maybe... this is a...
2023-01-29 Carl HetheringtonUse DiskWriterBackEndResponse, and add some more inform...
2023-01-29 Carl HetheringtonAdd DiskWriterBackEndResponse.
2023-01-23 Carl HetheringtonUse MCASoundField::STEREO (20) for stereo DCPs.
2023-01-22 Carl HetheringtonFix isdcf name ATMOS test.
2023-01-18 Carl HetheringtonSupport Dolby-style WAV back surround names when guessi...
2023-01-17 Carl HetheringtonAdd -ISDCF to ISDCF name as required (#2416).
2023-01-17 Carl HetheringtonCleanup: make a temporary for the content list.
2023-01-17 Carl HetheringtonAllow Collators to have their language specified, and...
2023-01-17 Carl HetheringtonAdd basic Collator::find() method.
2023-01-17 Carl HetheringtonAdd a comment.
next