Re-work idle handling from previous commit.
[dcpomatic.git] / src / lib / player.cc
2019-07-24 Carl HetheringtonRe-work idle handling from previous commit.
2019-05-26 Carl HetheringtonPotential fix for #1568; we calculate the remaining...
2019-05-24 Carl HetheringtonBasic ability to set video range (JPEG/MPEG) at least...
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-10 Carl Hetheringtonlibdcp API fixes.
2019-04-17 Carl HetheringtonFix errors when adding reels containing audio after... v2.13.147
2019-03-23 Carl HetheringtonAnother attempt to fix build. v2.13.135
2019-03-23 Carl HetheringtonTry to fix Windows build.
2019-03-22 Carl HetheringtonFix referencing of trimmed multi-reel DCPs (#1495).
2019-03-13 Carl HetheringtonOnly mark _suspended as false at the appropriate times... v2.13.130
2019-02-07 Carl HetheringtonBodge at the interface between DCPTime and samples...
2019-01-10 Carl HetheringtonOnly fill video gaps if they are at least half a frame...
2019-01-10 Carl HetheringtonFix a crash due the assertion in emit_audio failing...
2018-12-22 Carl HetheringtonFix assumption of 48kHz DCP audio in AudioRingBuffers...
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonAdd and use new FrameRateChange constructors.
2018-11-21 Carl HetheringtonPut Film pointer into Decoder.
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.
next