Supporters update.
[dcpomatic.git] / src / lib / player.h
2024-02-11 Carl HetheringtonAdd option to stop the player using any audio processor.
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-02-10 Carl HetheringtonCleanup: use vector instead of list.
2022-11-25 Carl HetheringtonFix sound corruption with multiple sound files (#2368).
2022-11-06 Carl HetheringtonCleanup: Player does not need enable_shared_from_this.
2022-10-26 Carl HetheringtonAllow move construction of Player.
2022-10-16 Carl HetheringtonMake the _film member of Player a weak_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-09-27 Carl HetheringtonUse EnumIndexedVector in Player.
2022-09-11 Carl HetheringtonFix build on Centos where we don't have the std::atomic... v2.16.26
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 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 HetheringtonSome const-correctness for Player.
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-01-24 Carl HetheringtonRename _last_video* to _next_video* as it seems to...
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-07-05 Carl HetheringtonUse unique_ptr.
2021-07-05 Carl HetheringtonC++11 tidying.
2021-04-20 Carl HetheringtonAdd comment.
2021-02-15 Carl HetheringtonBasic handling of overlapping video (#1848).
2021-02-14 Carl HetheringtonRemove use of boost::noncopyable
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-22 Carl HetheringtonPass fonts from content around as FontData.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-04-23 Carl HetheringtonNicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
2020-04-23 Carl HetheringtonAdd accessor for _playlist.
2020-04-22 Carl HetheringtonFix complete failure of preview/playback introduced in v2.15.53
2020-04-15 Carl HetheringtonFix length of player output so it can be either the...
2020-01-28 Carl HetheringtonMissing #include for previous.
2020-01-28 Carl HetheringtonFix deadlock during content examination.
2020-01-25 Carl HetheringtonCache film length for Player::pass.
2019-10-14 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-13 Carl HetheringtonFix failure to load OV after adding a VF to a project.
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-05-10 Carl HetheringtonPut Font and Screen into dcpomatic namespace.
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2018-12-22 Carl HetheringtonFix assumption of 48kHz DCP audio in AudioRingBuffers...
2018-09-03 Carl HetheringtonBuild Empty objects from the presence or absence of...
2018-09-02 Carl HetheringtonRemove unnecessary subtitle scale (I think).
2018-08-29 Carl HetheringtonBasics of splitting CCAP streams into different assets.
2018-08-28 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-23 Carl HetheringtonRemove TextType from various places as (I believe)...
2018-08-19 Carl HetheringtonSimilar pending/done for Film::Change.
2018-08-19 Carl HetheringtonReplace May/Done/NotDone signal sets with one signal...
2018-08-19 Carl HetheringtonSuspend butler on player may-change as otherwise there...
2018-08-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-13 Carl HetheringtonMore fixes for errors / crashes / misbehaviour with...
2018-08-10 Carl HetheringtonUse more direct route to fix hangs after calling some...
2018-08-10 Carl HetheringtonTry to fix Windows build.
2018-08-10 Carl HetheringtonAdd some Changed() emissions so that when a butler...
2018-08-05 Carl HetheringtonGet closed caption view data from the butler, rather...
2018-07-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-07-26 Carl HetheringtonProtect the public API of Player with a mutex, since
2018-07-26 Carl HetheringtonAdd support for ignoring everything except text in...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-23 Carl HetheringtonCommenting. v2.13.37
2018-07-23 Carl HetheringtonGet ccaps by asking the Player, rather than by listenin...
2018-07-22 Carl HetheringtonOn reflection showing CCAPs over the main picture doesn...
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-20 Carl HetheringtonKey ActiveCaptions on a CaptionContent rather than...
2018-07-20 Carl HetheringtonUntested; allow viewing of subtitles or closed captions...
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonGet types into ReelWriter.
2018-07-19 Carl HetheringtonText to player with types.
2018-07-19 Carl HetheringtonPartial conversion of PlayerSubtitles -> PlayerText...
2018-07-19 Carl HetheringtonRemove old content_subtitle.
2018-07-19 Carl HetheringtonMore renaming.
2018-06-29 Carl HetheringtonBasic jump to selected subtitle (#1200).
2018-02-24 Carl HetheringtonSpeed some operations by re-using the last PlayerVideo...
2018-02-23 Carl HetheringtonFix implementation of delay in 7758260; it needs to...
2018-02-20 Carl HetheringtonAdd a 2-frame `delay' on content arriving at the player...
2018-01-16 Carl HetheringtonIn general the player assumes that it won't receive...
2018-01-15 Carl HetheringtonAdd comment.
2018-01-03 Carl HetheringtonFix alpha blending with with offset; should help with...
2018-01-02 Carl HetheringtonA previous commit took care to make Decoder::position...
2017-08-29 Carl HetheringtonFix incorrect reel lengths in some cases; account for...
2017-08-14 Carl HetheringtonBasics of forced reduction of JPEG2000 decode resolution.
next