Fix subtitle vertical position (#2367).
[dcpomatic.git] / src / lib /
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.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in Player.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in DCPExaminer.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in DCPContent.
2022-09-26 Carl HetheringtonAdd EnumIndexedVector.
2022-09-25 Carl HetheringtonProvide a similar fix to the one in ff639b3cf30afcc097b...
2022-09-25 Carl HetheringtonRemove a rather excessive log message.
2022-09-23 Carl HetheringtonWork around strange build error on Ubuntu 18.04
2022-09-20 Carl HetheringtonFix font_id_map errors when importing DCP subtitles...
2022-09-19 Carl HetheringtonFix default placement of SRT (etc.) now that the alignm...
2022-09-17 Carl HetheringtonFix typo in log message.
2022-09-17 Carl HetheringtonWhen emailing multiple addresses, put one in To: and...
2022-09-17 Carl HetheringtonDon't try to send KDM email unless we have a from address.
2022-09-17 Carl HetheringtonAllow specification of the CPL ID to use in a DCP with...
2022-09-17 Carl HetheringtonCatch CPLNotFoundError more nicely.
2022-09-17 Carl HetheringtonGive a better error if a specified CPL does not exist.
2022-09-17 Carl HetheringtonAdd default parameter for the detail in set_error().
2022-09-16 Carl HetheringtonFix black borders around the preview in some cases...
2022-09-14 Carl HetheringtonFix some spelling mistakes (mostly in comments).
2022-09-11 Carl HetheringtonFix build on Centos where we don't have the std::atomic... v2.16.26
2022-09-11 Carl HetheringtonDon't throw an exception if reading a encode server...
2022-09-11 Carl HetheringtonMerge branch '2323-player-locking'
2022-09-10 Carl HetheringtonUse atomic shared_ptr stuff for _black_frame.
2022-09-10 Carl HetheringtonUse atomic for _playback_length.
2022-09-10 Carl HetheringtonIt's now safe to get _video_container_size without...
2022-09-10 Carl HetheringtonMove get_reel_assets() out of Player, as it doesn't...
2022-09-10 Carl Hetheringtonconst correctness.
2022-09-10 Carl HetheringtonRemove now-unused setup_pieces_unlocked()
2022-09-10 Carl HetheringtonUse atomic for _dcp_decode_reduction.
2022-09-10 Carl HetheringtonUse atomic for _video_container_size.
2022-09-10 Carl HetheringtonUse atomic for _play_referenced.
2022-09-10 Carl HetheringtonUse atomic for _fast.
2022-09-10 Carl HetheringtonUse atomic for _always_burn_open_subtitles.
2022-09-10 Carl HetheringtonUse atomic for _ignore_text.
2022-09-10 Carl HetheringtonUse atomic for _ignore_audio.
2022-09-10 Carl HetheringtonUse atomic for _ignore_video.
2022-09-10 Carl HetheringtonTrim some includes.
2022-09-10 Carl HetheringtonSome improved logging.
2022-09-10 Carl HetheringtonSome const-correctness for Player.
2022-09-10 Carl Hetheringtonconst correctness for AudioMerger.
2022-09-10 Carl HetheringtonSupport YUV444P10LE in make_part_black().
2022-09-08 Carl HetheringtonKDM CLI help tweak.
2022-09-08 Carl HetheringtonMake -S parameter to dcpomatic2_kdm_cli also filter...
2022-09-08 Carl HetheringtonFix missing screen description in KDM CLI if you use...
2022-09-08 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2022-09-07 Carl HetheringtonUpdated hu_HU translation from Áron Németh.
2022-09-06 Carl Hetheringtonpot/merge.
next