Take Film pointer out of Content.
[dcpomatic.git] / src / lib / player.cc
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-09-03 Carl HetheringtonBuild Empty objects from the presence or absence of...
2018-09-02 Carl HetheringtonRemove unnecessary subtitle scale (I think).
2018-09-02 Carl HetheringtonFix subtitle scaling when writing PNG subs.
2018-08-29 Carl HetheringtonMissing handling of CHANGE_TYPE_CANCELLED causing anoth... v2.13.46
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-22 Carl HetheringtonFix hang due to incorrect signal ordering.
2018-08-22 Carl HetheringtonFix build with multiple closed captions.
2018-08-20 Carl HetheringtonMIssing PENDING/CANCELLED for VIDEO_CONTAINER_SIZE...
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-09 Carl HetheringtonFix writer assertion at the end of some 3D encodes...
2018-08-09 Carl HetheringtonRather dubious fix for crash due to the sequence:
2018-08-05 Carl HetheringtonGet closed caption view data from the butler, rather...
2018-08-03 Carl HetheringtonSome subtitle renaming.
2018-08-02 Carl HetheringtonA variety of changes to improve (but not entirely fix...
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-24 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl... v2.13.38
2018-07-24 Carl HetheringtonFix uninitialised variable.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
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 HetheringtonUpdate preview when caption type changes.
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 HetheringtonFinish PlayerSubtitles -> PlayerText and SubtitleString...
2018-07-19 Carl HetheringtonPartial conversion of PlayerSubtitles -> PlayerText...
2018-07-19 Carl HetheringtonRemove old content_subtitle.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-06-29 Carl HetheringtonBasic jump to selected subtitle (#1200).
2018-06-07 Carl HetheringtonFix for wrong reel-sizes under trim; like 54ca9edc8d6cf...
2018-04-25 Carl HetheringtonSignal when streams change and rebuild player pieces...
2018-04-19 Carl HetheringtonFix crash on make-dcp after trimming end of text subtit...
2018-04-17 Carl HetheringtonWhen seeking to the start of some content, take trim...
2018-03-27 Carl HetheringtonRemove believed-misleading comment. v2.13.6
2018-03-26 Carl HetheringtonFix order of calculations to make subtitle centering...
2018-03-24 Carl HetheringtonFix crash when changing DCP audio channel count.
2018-02-24 Carl HetheringtonSpeed some operations by re-using the last PlayerVideo...
2018-02-23 Carl HetheringtonAnother subtitle fix.
2018-02-23 Carl HetheringtonFix thinko in previous.
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-02-16 Carl HetheringtonAdd log for assertion failure.
2018-02-07 Carl HetheringtonFix ignore/referencing logic.
2018-02-02 Carl HetheringtonWhitespace.
2018-02-02 Carl HetheringtonPrior to 2537a2d Decoder::position() was not updated...
2018-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-31 Carl HetheringtonFix missing subtitles when they start just after the...
2018-01-31 Carl HetheringtonFix sequencing failure in some very specific circumstances.
2018-01-30 Carl HetheringtonFix assertion failure in emit_audio.
2018-01-16 Carl HetheringtonIn general the player assumes that it won't receive...
2018-01-15 Carl HetheringtonFix incorrect reel lengths when start-trimmed movie...
2018-01-14 Carl HetheringtonOnly put subtitles in a frame if they overlap more...
2018-01-13 Carl HetheringtonUse an enum for the effect in SubtitleContent.
2018-01-04 Carl HetheringtonRecreate player pieces when changing FFmpeg filters...
2018-01-03 Carl HetheringtonFix alpha blending with with offset; should help with...
2018-01-02 Carl HetheringtonMark pieces as done when we're past the end of them...
2018-01-02 Carl HetheringtonA previous commit took care to make Decoder::position...
2017-12-11 Carl HetheringtonFix various problems caused by non-integer-frame start...
2017-12-10 Carl HetheringtonClear out _stream_states before re-filling it.
2017-10-10 Carl HetheringtonFurther fixes to audio decoder positioning logic.
2017-10-09 Carl HetheringtonFix logic of audio decoder positioning.
2017-09-03 Carl HetheringtonRestore correct setup of fast resampler when the player...
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-08-14 Carl HetheringtonRemove Film dependency from Empty.
2017-07-28 Carl HetheringtonDo repeat in the player rather than trying to do it...
2017-07-27 Carl HetheringtonFix heavy fingers in previous commit.
2017-07-27 Carl HetheringtonFix SNAFU with silence/black.
2017-07-12 Carl HetheringtonDon't emit black to fill up to a frame that we're not...
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-07-11 Carl HetheringtonFix missing subtitle when it is at the same time as...
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-06-23 Carl HetheringtonRemove debug code.
2017-06-23 Carl HetheringtonAttempts to simplify black-filling logic in Player.
2017-06-18 Carl HetheringtonAdd a note to be fixed in #1073.
2017-06-18 Carl HetheringtonSmall optimisation.
2017-06-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-06-17 Carl HetheringtonRemove spurious fills of audio data.
2017-06-01 Carl HetheringtonStop old frames appearing in the preview after seeks.
next