More automated renaming.
[dcpomatic.git] / src / lib / dcp_content.cc
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.
2015-06-21 Carl HetheringtonAdd more video properties to content properties dialog.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-06-02 Carl HetheringtonHandle multiple audio streams in a single piece of...
2015-05-27 Carl HetheringtonUntested use of Frame for video/audio content lengths.
2015-02-14 Carl HetheringtonMerge.
2015-02-10 Carl HetheringtonDefault to no colour conversion for JPEG2000 and DCP...
2015-02-04 Carl HetheringtonDon't store _directory in DCPContent, work it out from...
2015-01-24 Carl HetheringtonHand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e...
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-12-05 Carl HetheringtonInclude rearrangement.
2014-12-03 Carl HetheringtonHand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd...
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-15 Carl HetheringtonMerge master.
2014-10-08 Carl HetheringtonMerge master.
2014-10-02 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-30 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-29 Carl HetheringtonMerge master.
2014-09-22 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-09-16 Carl HetheringtonMerge master.
2014-09-12 Carl HetheringtonMerge master.
next