Avoid random black gaps between bits of content A and B when
[dcpomatic.git] / src / lib / player.cc
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...
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 HetheringtonMore comment updates.
2017-05-07 Carl HetheringtonFix comment.
2017-05-07 Carl HetheringtonSome comments and cleanup.
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 HetheringtonTemporary-ish TODO.
2017-05-05 Carl HetheringtonKeep active subtitles around until the video they are...
2017-05-05 Carl HetheringtonDon't seek a piece if the seek is outside its boundary.
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 HetheringtonFix seeking; seek all decoders even if they have no...
2017-04-23 Carl HetheringtonDiscard audio received before the time of the last...
2017-04-23 Carl HetheringtonCope better with the butler thread throwing an exceptio...
2017-04-19 Carl HetheringtonVarious fixes to seeking with audio.
2017-04-19 Carl HetheringtonReset _last_*_time as required.
2017-04-19 Carl HetheringtonSeveral fixes to audio.
2017-04-19 Carl HetheringtonSeemingly basically working butler for video.
2017-04-19 Carl HetheringtonHandle end-trim correctly in player; there is scope...
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 skip-frame.
2017-04-19 Carl HetheringtonDon't emit zero-sample buffers.
2017-04-19 Carl HetheringtonFix black fill when first content is not at 0.
2017-04-19 Carl HetheringtonMore fixes to when to pull from the audio merger.
2017-04-19 Carl HetheringtonFix pull timing; fix units of ReelWriter::total_written...
2017-04-19 Carl HetheringtonFix end-of-DCP padding and some audio bugs.
2017-04-19 Carl HetheringtonRemove unnecessary VideoFrame class.
2017-04-19 Carl HetheringtonAdd FIXME.
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 HetheringtonAdd a comment.
2017-04-19 Carl HetheringtonBasic grunt-work, untested and unfinished, but it compiles.
2016-12-16 Carl HetheringtonFix referencing of assets with non-zero entry points...
2016-09-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-09-21 Carl HetheringtonCorrectly spot that a DCP with unencrypted picture...
2016-09-20 Carl HetheringtonTrim referred-to DCPs correctly using CPL entry point...
2016-08-28 Carl HetheringtonUpdate view on changing subtitle fade.
2016-08-25 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-25 Carl HetheringtonMake burnt-in subtitle outline width configurable ...
2016-08-16 Carl HetheringtonBasic support for fading subtitles in and out (#923).
2016-08-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-16 Carl HetheringtonRemove unused variable.
2016-07-08 Carl HetheringtonSupport shadow in subtitles (#911).
2016-07-02 Carl HetheringtonTake y scale into account when deciding subtitle line...
2016-07-01 Carl HetheringtonMake the preview respond to changes in subtitle line...
2016-06-29 Carl HetheringtonFix handling of incorrectly-recognised JPEG2000 files.
next