Add header guard.
[dcpomatic.git] / src / lib /
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).
2022-11-23 Carl HetheringtonCleanup: const correctness.
2022-11-21 Carl HetheringtonFix subtitle vertical position (#2367).
2022-11-15 Carl HetheringtonAdd comment to try to clarify _dcp_content_types a...
2022-11-15 David PerrenoudUpdated fr_FR translation from David Perrenoud.
2022-11-15 Carl HetheringtonImprove flushing behaviour when there is a lot of space...
2022-11-14 Carl HetheringtonClarify one log message and add another.
2022-11-14 Carl HetheringtonAdd failing test for #2364.
2022-11-13 Carl HetheringtonBasic WebVTT subtitle support (#1361).
2022-11-12 Carl HetheringtonCleanup: whitespace.
2022-11-10 Carl HetheringtonFix macOS build.
2022-11-06 Carl HetheringtonFix error message.
2022-11-06 Carl HetheringtonCleanup: J2KEncoder does not need enable_shared_from_this.
2022-11-06 Carl HetheringtonCleanup: Player does not need enable_shared_from_this.
2022-11-06 Carl HetheringtonCleanup: use default value in header.
2022-11-06 Carl HetheringtonCleanup: better variable name.
2022-11-06 Carl HetheringtonExtract ImageStore.
2022-11-06 Carl HetheringtonStrictly I think we should be putting each component...
2022-11-04 Carl HetheringtonFix build on macOS and Windows.
2022-11-03 Carl HetheringtonBump libdcp for subtitle Z-position fixes (#2356).
2022-11-02 Carl HetheringtonEnable some debug logging for TMS upload.
2022-11-02 Carl HetheringtonAdd passive mode option to TMS upload.
2022-10-27 Carl HetheringtonThrow exception if av_frame_alloc() fails.
2022-10-26 Carl HetheringtonRemove unnecessary copy constructors (default ones...
2022-10-26 Carl HetheringtonAllow move construction of Player.
2022-10-26 Carl HetheringtonAllow move construction of AudioMerger.
2022-10-26 Carl HetheringtonAllow move construction of ActiveText.
2022-10-25 Carl HetheringtonHopefully fix crash when the same frame is encoded...
2022-10-21 Carl HetheringtonFix colour range property for subsampled sources (...
2022-10-18 Carl HetheringtonExtract Collator class.
2022-10-18 Carl HetheringtonImprove the appearance of things in macOS dark mode...
2022-10-18 Carl HetheringtonFix dark mode for release notes.
2022-10-18 Carl HetheringtonHopefully fix colour of Rec.2020 sources in the preview.
2022-10-18 Carl HetheringtonAdd VideoFilterGraph::process for Image.
2022-10-18 Carl HetheringtonCleanup: some const-correctness.
2022-10-18 Carl HetheringtonExtract VideoFilterGraphSet.
2022-10-18 Carl HetheringtonRemove believed-unnecessary mutex.
2022-10-18 Carl HetheringtonSupport Rec2020 YUV/RGB conversion.
2022-10-16 Carl HetheringtonMake the _film member of Player a weak_ptr.
2022-10-16 Carl HetheringtonRemove some more unnecessary use of shared_ptr.
2022-10-16 Carl HetheringtonRemove some unnecessary use of shared_ptr.
2022-10-14 Carl HetheringtonAdd some missing change signals in the Player.
2022-10-14 Carl HetheringtonCleanup: use ChangeSignaller in player.
2022-10-14 Carl HetheringtonAdd a comment.
2022-10-14 Carl HetheringtonUse a plain declaration rather than a shared_ptr.
2022-10-14 Carl HetheringtonCleanup: add header guards.
2022-10-14 Carl HetheringtonSave and restore sash positions in the main DoM.
2022-10-12 Carl HetheringtonIgnore deprecation of SCP API in libssh; we still want...
2022-10-04 Carl HetheringtonAdd contains_assetmap()
2022-10-01 Carl HetheringtonCleanup: remove unnecessary if
2022-10-01 Carl HetheringtonCleanup: replace very short but long-lasting variable...
2022-10-01 Carl HetheringtonFix checking of frame channels vs stream channels.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in Image.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in J2KEncoder.
2022-09-27 Carl HetheringtonCleanup: sorting things.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in ReelWriter.
next