Clarify that in this get_reel_assets() the content and film frame rates will be the...
[dcpomatic.git] / src / lib / player.cc
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.
2017-06-01 Carl HetheringtonRe-add missing audio mapping in butler for preview.
2017-05-30 Carl HetheringtonRemove call to fill_audio which goes wrong with multi...
2017-05-21 Carl HetheringtonRemove debug.
2017-05-21 Carl HetheringtonDo resampling in AudioDecoder rather than Player.
2017-05-18 Carl HetheringtonFix infinite loop with referenced audio.
2017-05-18 Carl HetheringtonFix audio fill in the presence of audio delay.
2017-05-18 Carl HetheringtonFix order of pass/fill; only round up at the end of...
2017-05-17 Carl HetheringtonPlayer should fill towards the next video frame.
2017-05-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-05-17 Carl HetheringtonSpeculative corresponding audio fix to 732c9008999e4eef...
2017-05-17 Carl HetheringtonRespect _no_video and _no_audio when filling.
2017-05-17 Carl HetheringtonSpeculative fix when solves problems when FFmpeg conten...
2017-05-17 Carl HetheringtonPut audio-gap padding in the right place (after the...
2017-05-16 Carl HetheringtonFix _last_video_time with 3D.
2017-05-16 Carl HetheringtonFix black fill where there is no earliest content.
2017-05-16 Carl HetheringtonRe-merge _last_{video,audio}_time and _last_seek_time...
2017-05-16 Carl HetheringtonFix failure to fill FFmpeg gaps at the start of films.
2017-05-16 Carl HetheringtonFix slightly short video reels in some cases.
2017-05-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-05-16 Carl HetheringtonFix missing pad of gaps caused by delays in audio conte...
2017-05-15 Carl HetheringtonFix missing subtitle in some cases.
2017-05-13 Carl HetheringtonFill audio in the Player.
2017-05-08 Carl HetheringtonCorrectly stop when we have no decoders and we haven...
2017-05-08 Carl HetheringtonFix assertion failure if rounding reduces remaining...
next