Remove use of boost::noncopyable
[dcpomatic.git] / src / lib / player.h
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.
2017-07-12 Carl HetheringtonAdd some tests; fix failure to make DCP when there...
2017-07-11 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-07-11 Carl HetheringtonRemove unused Player::_ignore_audio. Ignore position
2017-06-29 Carl HetheringtonFixes for silence in projects, various cleanups.
2017-06-23 Carl HetheringtonAdd a OV/VF test; tidy up a bit.
2017-05-21 Carl HetheringtonDo resampling in AudioDecoder rather than Player.
2017-05-16 Carl HetheringtonRe-merge _last_{video,audio}_time and _last_seek_time...
2017-05-13 Carl HetheringtonFill audio in the Player.
2017-05-10 Carl HetheringtonRemove unused declaration.
2017-05-08 Carl HetheringtonFix up black-filling logic.
2017-05-08 Carl HetheringtonPlayer is not finished if it's still filling in blank...
2017-05-07 Carl HetheringtonSmall refactoring.
2017-05-07 Carl HetheringtonPull ActiveSubtitles code out to a class.
2017-05-07 Carl HetheringtonFix fill of timeline periods where there is no video.
2017-05-07 Carl HetheringtonRemove unused code.
2017-05-05 Carl HetheringtonKeep active subtitles around until the video they are...
2017-04-30 Carl HetheringtonFix some cppcheck warnings.
2017-04-27 Carl HetheringtonInitial work on removing storage of subtitle times.
2017-04-23 Carl HetheringtonTidy up _last_video_time to make it more like _last_aud...
2017-04-23 Carl HetheringtonDiscard audio received before the time of the last...
2017-04-19 Carl HetheringtonSeveral fixes to audio.
2017-04-19 Carl HetheringtonFix crash brought on by previous.
2017-04-19 Carl HetheringtonRestore upmixer_a_test and fix resampler flushing.
2017-04-19 Carl HetheringtonFix merging of audio in various circumstances.
2017-04-19 Carl HetheringtonFix pull timing; fix units of ReelWriter::total_written...
2017-04-19 Carl HetheringtonVarious fixes to push audio vaguely in the right direction.
2017-04-19 Carl HetheringtonFix bug in gap-filling; rename _last_video_time ->...
2017-04-19 Carl HetheringtonAttempt to tidy up internal APIs slightly.
2017-04-19 Carl HetheringtonRemove some unused bits.
2017-04-19 Carl HetheringtonImplement subtitles.
2017-04-19 Carl HetheringtonVarious bits; preview video seems to work.
2017-04-19 Carl HetheringtonVarious work on the audio code.
2017-04-19 Carl HetheringtonBasic grunt-work, untested and unfinished, but it compiles.
2016-07-01 Carl HetheringtonMake the preview respond to changes in subtitle line...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonFix Player::overlaps for the new world order.
2015-10-26 Carl HetheringtonReinstate subtitle speed-up patch 526fd6de4c80a7ac9614a...
2015-10-22 Carl HetheringtonVarious multi-reel fixes.
next