summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.cc
AgeCommit message (Expand)Author
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
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-06-21Add more video properties to content properties dialog.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2015-02-10Default to no colour conversion for JPEG2000 and DCP content (#445).Carl Hetherington
2015-02-04Don't store _directory in DCPContent, work it out from the paths instead.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker dige...Carl Hetherington