summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
AgeCommit message (Expand)Author
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-05-13Fix crashes on x-thread signal emission.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker dige...Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ...Carl Hetherington
2014-12-09Various fixes pointed out by tests.Carl Hetherington
2014-12-08Hand-apply 63142d58947cf10ed6f6eaeb42508eaa374a6a93 from master; fix calls to...Carl Hetherington
2014-12-06Unnecessary using.Carl Hetherington
2014-12-05Include rearrangement.Carl Hetherington
2014-12-03Hand-apply d3bc61f0af33fedf02ac1a28cf91989ee9cd2fb6 from master;Carl Hetherington
2014-12-03Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-06Attempted OS X build fix.Carl Hetherington
2014-06-05A couple of fixes to hangs when over-trimming content.Carl Hetherington
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
2014-05-02Comments.Carl Hetherington
2014-03-17Merge master.Carl Hetherington
2014-03-15Cope with loading films with now-disabled filters.Carl Hetherington
2014-03-07operator bool on Time is a really bad idea; removed it and fixed lots of bugs.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-02-24Merge master; specify libdcp-1.0.Carl Hetherington
2014-02-21Remove stream _legacy_id stuff.Carl Hetherington
2014-01-09Merge master.Carl Hetherington
2014-01-07Allow moving-still-image sources to have their frame rate specified.Carl Hetherington
2014-01-01Remove unused method.Carl Hetherington
2013-12-28Merge 1.0Carl Hetherington
2013-12-28Remove unused Film::content_paths_valid; fix ImageDecoder to throw an OpenFil...Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-11-24Various joining fixes.Carl Hetherington
2013-11-23Basics of joining.Carl Hetherington
2013-11-23Remove Content::path(), add Content::path_summary().Carl Hetherington
2013-11-22Merge still/moving image classes.Carl Hetherington
2013-11-22Make MovingImageContent use Content::_paths rather than its own _files list.Carl Hetherington
2013-11-22Content::_path to a vector.Carl Hetherington
2013-11-20Use cxml::NodePtr.Carl Hetherington
2013-10-22Allow films to be loaded when content is missing.Carl Hetherington
2013-10-16Content trim and position in the digests used to decide whether or not a rebu...Carl Hetherington
2013-08-20Support TGA file directories and improve progress reporting when hashing dire...Carl Hetherington
2013-08-14Tidy up content mutexes slightly.Carl Hetherington
2013-07-30Somewhat untested and sketchy basics of trimming.Carl Hetherington
2013-07-24Rename Content::_file to path and support md5sums of directories.Carl Hetherington
2013-07-23Remove some dcp prefixes; better logging of content on DCP creation.Carl Hetherington
2013-07-19Some missing ui_signaller use.Carl Hetherington
2013-07-19Basics of making loop do something.Carl Hetherington
2013-07-16More noncopyable.Carl Hetherington
2013-07-16Prevent viewer updates on timeline drag (#175).Carl Hetherington