Supporters update.
[dcpomatic.git] / src / lib /
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.
2023-01-17 Carl HetheringtonCleanup: use std::vector and extract utf8_to_utf16().
2023-01-16 Carl HetheringtonWrite dummy subtitles also to empty Interop reels ...
2023-01-16 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2023-01-15 Carl HetheringtonHandle translation correctly for the warning about...
2023-01-15 Carl HetheringtonHandle translation correctly for the initial "beta...
2023-01-15 Carl Hetheringtonpot/merge.
2023-01-13 Carl HetheringtonAdd options for where the add files dialog starts ...
2023-01-13 Carl HetheringtonAdd header guard.
2023-01-07 Carl HetheringtonRemember paths in the add input dir picker in the combiner.
2023-01-04 Carl HetheringtonAlso use FileDialog for adding certificates to screens.
2023-01-04 Carl HetheringtonUse FileDialog for Add DKDM in the KDM creator.
2023-01-03 Carl HetheringtonGeneralise add_files_path to initial_paths().
2023-01-02 Carl HetheringtonFix errors when a custom size is given which is larger...
2022-12-28 Carl HetheringtonFix default VersionNumber when it's not specified in...
2022-12-25 Carl HetheringtonShow audio bit depth in content properties (#559).
2022-12-25 Carl HetheringtonTweak property name.
2022-12-25 Carl HetheringtonMake pause/resume work properly in the batch converter.
2022-12-24 Carl HetheringtonCleanup: rename _empty_condition -> _schedule_condition
2022-12-24 Carl HetheringtonCleanup: remove unnecessary variable.
2022-12-24 Carl HetheringtonCleanup: simplify some code.
2022-12-18 Carl HetheringtonFix weird exception handling.
2022-12-16 Carl HetheringtonMake sure main picture active area values are even...
2022-12-15 Carl HetheringtonFix build on Ubuntu 16.04.
2022-12-14 Carl HetheringtonBump libdcp to a version with UTCOffset.
2022-12-13 Carl HetheringtonMore header trimming.
2022-12-13 Carl HetheringtonAdd video_{range,frame_type}.{cc,h} and remove some...
2022-12-10 Carl HetheringtonExtract named_channel.h
2022-12-10 Carl HetheringtonRemove some unnecessary declarations.
2022-12-10 Carl HetheringtonExtract resolution.h
2022-12-10 Carl HetheringtonFix build error in previous commit.
2022-12-10 Carl HetheringtonExtract crop.h
2022-12-10 Carl HetheringtonMove some methods out of util.{cc,h}
2022-12-09 Carl HetheringtonRemove unused methods.
2022-12-09 Carl HetheringtonExtract constants.h
2022-12-03 Carl HetheringtonBump libsub for libdcp dependency removal.
2022-12-02 Carl HetheringtonDon't use "NR" in the ISDCF name if there is no rating.
2022-12-01 Carl HetheringtonMerge branch '2384-playlist'
2022-12-01 Carl HetheringtonSave playlist when content is added, moved or removed.
2022-12-01 Carl HetheringtonRemove unnecessary non-const operator[].
2022-12-01 Carl HetheringtonAdd and use SPL::swap().
2022-12-01 Carl HetheringtonCleanup: white space.
2022-12-01 Carl HetheringtonGeneralise the Changed message from SPL.
2022-12-01 Carl HetheringtonEscape entities just before Pango rendering (#2382). v2.16.35
2022-11-28 Carl HetheringtonAdd default release territory configuration (#2375).
2022-11-28 Carl HetheringtonAdd default audio language configuration (#2375).
2022-11-28 Carl HetheringtonRemove default container configuration option.
2022-11-25 Carl HetheringtonReturn AVERROR_EOF from the avio_read method when appro...
2022-11-25 Carl HetheringtonFix audio glitches when merging resampled audio (#2373).
2022-11-25 Carl HetheringtonNoisy change to get film into AudioContent::modify_trim...
2022-11-25 Carl HetheringtonRemove some backwards compatibility that will cause...
2022-11-25 Carl Hetherington_stream_states must be reset on seek otherwise #2368.
2022-11-25 Carl HetheringtonFix sound corruption with multiple sound files (#2368).
next