Possibly improve shuffler behaviour (use one for all content if any 3D is present).
[dcpomatic.git] / src / lib / player.cc
2022-05-09 Carl HetheringtonPossibly improve shuffler behaviour (use one for all...
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-28 Carl HetheringtonAllow ContentBitmapText to contain multiple BitmapText...
2022-04-28 Carl HetheringtonImprove some variable names.
2022-04-20 Carl HetheringtonReplace encrypted content with black if we have no...
2022-04-04 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-01-24 Carl HetheringtonSlightly hacky fix for -114 errors during 3D encodes... v2.15.188
2022-01-24 Carl HetheringtonRename _last_video* to _next_video* as it seems to...
2022-01-11 Carl HetheringtonComment typo.
2021-12-21 Carl HetheringtonFix trimming of ATMOS MXFs.
2021-11-04 Carl HetheringtonClarify that in this get_reel_assets() the content...
2021-11-04 Carl HetheringtonBail early if nothing can be referenced from this content.
2021-11-04 Carl HetheringtonCleanup variable name: k -> reel
2021-11-04 Carl HetheringtonFix errors when referencing trimmed DCPs (#2116).
2021-11-04 Carl HetheringtonCleanup: use a variable we already made.
2021-11-04 Carl HetheringtonCleanup variable name: l -> caption
2021-11-04 Carl HetheringtonCleanup variable name: k -> reel
2021-11-04 Carl HetheringtonCleanup variable name: j -> dcp
2021-11-04 Carl HetheringtonCleanup variable name: i -> content
2021-11-04 Carl HetheringtonCleanup variable name: a -> reel_assets
2021-10-15 Carl HetheringtonIgnore audio streams that fall too far behind (#2101).
2021-10-03 Carl HetheringtonDon't scale chroma subsampled images to sizes that... v2.15.166
2021-10-03 Carl HetheringtonDifferentiate requested and actual crop.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonRemove unused using
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-07-05 Carl HetheringtonUse unique_ptr.
2021-06-13 Carl HetheringtonIgnore incoming data when suspended.
2021-03-31 Carl HetheringtonMove 3D-to-2D check (#1941).
2021-02-15 Carl HetheringtonCompile fix for ubuntu-16.04-era gcc.
2021-02-15 Carl HetheringtonBasic handling of overlapping video (#1848).
2021-02-14 Carl HetheringtonC++11 cleanups.
2021-02-04 Carl HetheringtonC++11 tidying.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-22 Carl HetheringtonPass fonts from content around as FontData.
2020-12-01 Carl HetheringtonChanges to crop can be handled with a reset_metadata().
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-07-05 Carl HetheringtonAdd more logging and some missing prefs checkboxes... v2.15.87
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-05-20 Carl HetheringtonFix enabled/disable overlapping video/audio with DCP...
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.
next