summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.cc
AgeCommit message (Expand)Author
2016-09-26Disallow refer if the film frame size is not the same as the DCP (#963).Carl Hetherington
2016-09-21Correctly spot that a DCP with unencrypted picture but encrypted sound/subtit...Carl Hetherington
2016-09-21Disallow referencing DCPs of different frame rates to the project.Carl Hetherington
2016-08-25NeedsAssets was only added recently, so allow it not to be present.Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-08-24Revert "Bump libdcp for new method."Carl Hetherington
2016-08-24Bump libdcp for new method.Carl Hetherington
2016-08-24Allow import of OV/VF DCPs (#906).Carl Hetherington
2016-08-17Minor grammatical tweak.Carl Hetherington
2016-08-15Fix loading of some old metadata versions.Carl Hetherington
2016-08-12Replace incorrect uses of raw_convert with a new locale_convert.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...Carl Hetherington
2016-06-22Set AudioDecoder::fast a different way.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-14Set correct video frame type when importing DCPs (part of #806).Carl Hetherington
2016-06-02Fix crash when loading old state files.Carl Hetherington
2016-05-31Restore some missing stuff to the content properties dialogue.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-24Disallow referencing of Interop DCPs in SMPTE films, and vice versa (#804).Carl Hetherington
2016-05-18More of previous.Carl Hetherington
2016-05-18Remove unnecessary Film variable in ContentPart.Carl Hetherington
2016-05-18Store audio length in AudioStream.Carl Hetherington
2016-05-18Some allowances for video/audio/subtitle possibly being null.Carl Hetherington
2016-05-18Allow content parts to not be preset in XML.Carl Hetherington
2016-05-18Move video frame rate ('prepared-for') into Content.Carl Hetherington
2016-05-18Fix another crash with no subs.Carl Hetherington
2016-05-18Fix crash on DCP content with no subs.Carl Hetherington
2016-05-18Fiddle with some subtitle methods.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-05-18Copy SingleStreamAudioContent into DCPContent and SndfileContent.Carl Hetherington
2016-05-18Basics of subtitle split.Carl Hetherington
2016-05-18Reasonably straightforward stuff; main things are addingCarl Hetherington
2016-05-18Innocuous build fixes.Carl Hetherington
2016-05-18Basic detach of FFmpegContent, ImageContent, DCPContentCarl Hetherington
2016-02-18Various improvements to the content properties dialogue (including #791).Carl Hetherington
2016-01-07Fix slightly odd looking backtick.Carl Hetherington
2015-11-06Clean up a bit by using Content::film() more.Carl Hetherington
2015-10-30Disallow referencing of things which are not present in DCPs.Carl Hetherington
2015-10-30Make it possible to do more stuff when there is missing DCP content in a proj...Carl Hetherington
2015-10-13Some attempts to block referencing of DCPs when it is not possible.Carl Hetherington
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-09-16Front-end to set up referencing of DCPs.Carl Hetherington
2015-09-16Back-end for very basic and hacky VF support for a DCP imported as content.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-27Tidy up DCP content colour conversion a bit.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington