Add a bit more debug logging to the player.
[dcpomatic.git] / src / lib / player.cc
2020-05-20 Carl HetheringtonAdd a bit more debug logging to the player.
2020-05-17 Carl HetheringtonFix empty (black) area calculations when video is set...
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-04-14 Carl HetheringtonFix Empty/Player behaviour when using a playlist that...
2020-04-14 Carl HetheringtonIgnore and report failures to decode frames during...
2020-02-16 Carl HetheringtonMake a new AudioBuffers constructor and use it to avoid...
2020-02-06 Carl HetheringtonFix crash with bitmapped subs that have zero width...
2020-01-28 Carl HetheringtonFix deadlock during content examination.
2020-01-25 Carl HetheringtonCache film length for Player::pass.
2020-01-07 Carl HetheringtonExtend the amount of allowed disagreement between the...
2019-11-11 Carl HetheringtonFix comment.
2019-11-01 Carl HetheringtonIncrease fudge factor at the boundary between audio...
2019-09-19 Carl HetheringtonAdd a warning log when an assertion gets hit.
2019-09-09 Carl HetheringtonStop crashing when running the hints check on films...
2019-08-31 Carl HetheringtonPrimitive subtitle export feature. v2.15.16
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-07-30 Carl HetheringtonAvoid random black gaps between bits of content A and... v2.15.15
2019-07-25 Carl HetheringtonOptimise decoder_factory for DCPDecoder by offering...
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.
next