More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / dcp_content.cc
2019-02-12 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-02-12 Carl HetheringtonTry to fix some warnings.
2018-12-21 Carl HetheringtonFix encrypted DCP playback.
2018-12-12 Carl HetheringtonFix content properties (#1428).
2018-11-24 Carl HetheringtonFix tests.
2018-11-23 Carl HetheringtonRemove required Film from content examine.
2018-11-23 Carl HetheringtonMove make_default into AudioMapping.
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-11-15 Carl HetheringtonBetter error message when loading a DCP with no ASSETMA...
2018-11-11 Carl HetheringtonMore DCP import logging.
2018-10-13 Carl HetheringtonGive a better reason for not referencing when there... v2.13.61
2018-09-28 Carl Hetheringtonswaroop: Disable play/stop/pause and slider during...
2018-09-14 Carl HetheringtonBasic and rather clumsy option to respect KDM validity...
2018-08-22 Carl HetheringtonFix build with multiple closed captions.
2018-08-21 Carl HetheringtonMake Content::_paths private.
2018-08-20 Carl HetheringtonMake ContentChange into a generic ChangeSignaller and... v2.13.44
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-07-23 Carl HetheringtonIntroduce the idea of unknown original subtitle type...
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonDisplay only required tabs, including subs / ccap.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-06-08 Carl HetheringtonFix crash with missing DCP content. v2.13.27
2018-04-27 Carl HetheringtonFix incorrect container size when loading a VF/OV combi...
2018-04-25 Carl HetheringtonSignal when streams change and rebuild player pieces...
2018-03-27 Carl HetheringtonTweak wording of DCP referencing tips.
2018-03-27 Carl Hetheringtonwhy_not in can_reference can just be a string rather...
2018-02-08 Carl Hetheringtontypeid() doesn't seem to downcast, so just check types...
2018-01-08 Carl HetheringtonFix a couple more crashes with incorrect KDMs (#1000).
2018-01-05 Carl Hetheringtons/use_template/take_settings_from/g
2017-09-03 Carl HetheringtonRestore correct setup of fast resampler when the player...
2017-08-19 Carl HetheringtonAllow player to handle VF/OV and KDMs.
2017-05-23 Carl HetheringtonWhite space tweaks.
2017-01-05 Carl HetheringtonFix insensitive subtitle controls after adding a VF.
2016-12-14 Carl HetheringtonStore reel lengths in DCPContent to speed up e.g. timel...
2016-11-16 Carl HetheringtonCatch failures to read missing DCPs in various places.
2016-10-17 Carl HetheringtonFix merge.
2016-10-14 Carl HetheringtonUpdate content list when selected CPL changes in DCP...
2016-10-06 Carl HetheringtonMerge.
2016-10-06 Carl HetheringtonAdd menu option to select CPL.
2016-09-26 Carl HetheringtonDisallow refer if the film frame size is not the same...
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-21 Carl HetheringtonDisallow referencing DCPs of different frame rates...
2016-08-25 Carl HetheringtonNeedsAssets was only added recently, so allow it not...
2016-08-24 Carl HetheringtonBasic template support (#485).
2016-08-24 Carl HetheringtonRevert "Bump libdcp for new method."
2016-08-24 Carl HetheringtonBump libdcp for new method.
2016-08-24 Carl HetheringtonAllow import of OV/VF DCPs (#906).
2016-08-17 Carl HetheringtonMinor grammatical tweak.
2016-08-15 Carl HetheringtonMerge.
2016-08-14 Carl HetheringtonFix loading of some old metadata versions.
2016-08-12 Carl HetheringtonReplace incorrect uses of raw_convert with a new locale...
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-06-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-22 Carl HetheringtonSet AudioDecoder::fast a different way.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-14 Carl HetheringtonSet correct video frame type when importing DCPs (part...
2016-06-02 Carl HetheringtonFix crash when loading old state files.
2016-05-31 Carl HetheringtonRestore some missing stuff to the content properties...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-24 Carl HetheringtonDisallow referencing of Interop DCPs in SMPTE films...
2016-05-18 Carl HetheringtonMore of previous.
2016-05-18 Carl HetheringtonRemove unnecessary Film variable in ContentPart.
2016-05-18 Carl HetheringtonStore audio length in AudioStream.
2016-05-18 Carl HetheringtonSome allowances for video/audio/subtitle possibly being...
2016-05-18 Carl HetheringtonAllow content parts to not be preset in XML.
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonFix another crash with no subs.
2016-05-18 Carl HetheringtonFix crash on DCP content with no subs.
2016-05-18 Carl HetheringtonFiddle with some subtitle methods.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-05-18 Carl HetheringtonCopy SingleStreamAudioContent into DCPContent and Sndfi...
2016-05-18 Carl HetheringtonBasics of subtitle split.
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-05-18 Carl HetheringtonInnocuous build fixes.
2016-05-18 Carl HetheringtonBasic detach of FFmpegContent, ImageContent, DCPContent
2016-02-18 Carl HetheringtonVarious improvements to the content properties dialogue...
2016-01-07 Carl HetheringtonFix slightly odd looking backtick.
2015-11-06 Carl HetheringtonClean up a bit by using Content::film() more.
2015-10-30 Carl HetheringtonDisallow referencing of things which are not present...
2015-10-30 Carl HetheringtonMake it possible to do more stuff when there is missing...
2015-10-13 Carl HetheringtonSome attempts to block referencing of DCPs when it...
2015-10-12 Carl HetheringtonRename split-by-video content slightly; fix referencing...
2015-09-16 Carl HetheringtonFront-end to set up referencing of DCPs.
2015-09-15 Carl HetheringtonBack-end for very basic and hacky VF support for a...
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-08-27 Carl HetheringtonTidy up DCP content colour conversion a bit.
2015-08-26 Carl HetheringtonInclude tidying src/lib/a-j*.h
2015-08-25 Carl HetheringtonPurge rint() and use llrint and friends.
next