summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2013-08-17Missing include.Carl Hetherington
2013-08-17Try to actually use colour conversion; bump libdcp in cscript.Carl Hetherington
2013-08-17Various bits mostly related to colour conversions.Carl Hetherington
2013-08-16Remove dot from config .xml name; add non-linearised sRGB to defaults.Carl Hetherington
2013-08-16Very basics of colour conversion configuration.Carl Hetherington
2013-08-14Missing use of boost::filesystem::path.Carl Hetherington
2013-08-14Tidy up content mutexes slightly.Carl Hetherington
2013-08-14Remove believed-unnecessary film state mutexes.Carl Hetherington
2013-08-14Revert "Protect playlist with a mutex so that we can add content safely from ...Carl Hetherington
2013-08-14Protect playlist with a mutex so that we can add content safely from e.g. exa...Carl Hetherington
2013-08-03Only pull audio in pass() if we are handling it.Carl Hetherington
2013-07-31Time must be computed post-resample.Carl Hetherington
2013-07-31Various fixes to audio play wrt trimming and push/pull merger API.Carl Hetherington
2013-07-30Somewhat untested and sketchy basics of trimming.Carl Hetherington
2013-07-28Don't decode subtitles if they are not enabled.Carl Hetherington
2013-07-28Some missing signal disconnections.Carl Hetherington
2013-07-28Cope with errors from avcodec_decode_audio4 and also with frames that aren't ...Carl Hetherington
2013-07-28Don't really need the details of filename in the analyse audio job name.Carl Hetherington
2013-07-28A couple of 3D fixes.Carl Hetherington
2013-07-27More attempts to fix audio / merging etc.Carl Hetherington
2013-07-27Adjust AudioMerger to non-signalling API.Carl Hetherington
2013-07-27Port ffprobe fix for OS X.Carl Hetherington
2013-07-27Extract audio merging code from Player.Carl Hetherington
2013-07-26Default to a content type.Carl Hetherington
2013-07-26Basic if sketchy support for image sequences.Carl Hetherington
2013-07-25Hopefully much cleaner handling of PTS changes under resample.Carl Hetherington
2013-07-25Audio position will be screwed up by resampling unless we are careful.Carl Hetherington
2013-07-25Try to be more careful when loading FrameInfos from disk.Carl Hetherington
2013-07-25Fix crash in tests.Carl Hetherington
2013-07-25Call Resampler::flush() again.Carl Hetherington
2013-07-25Move resampling back into AudioDecoder and fix various screw-ups with audio i...Carl Hetherington
2013-07-25Zero 'lost' frames when audio buffer frame counts are dropped.Carl Hetherington
2013-07-25Small optimisation.Carl Hetherington
2013-07-25Fix excessive pathname in job name.Carl Hetherington
2013-07-25Remove debug message.Carl Hetherington
2013-07-25Fix a couple of logging things.Carl Hetherington
2013-07-25Merge branch '1.0' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic into 1.0Carl Hetherington
2013-07-25Add comment.Carl Hetherington
2013-07-24Fix video information with 3D.Carl Hetherington
2013-07-24Restore video content frame rate information.Carl Hetherington
2013-07-24Restore nice rendering of content paths.Carl Hetherington
2013-07-24Try to clean up resampler output correctly.Carl Hetherington
2013-07-24XML tags can't start with numbers.Carl Hetherington
2013-07-24Rename Content::_file to path and support md5sums of directories.Carl Hetherington
2013-07-23Merge Windows CPU code from master.Carl Hetherington
2013-07-23Remove debug.Carl Hetherington
2013-07-23Remove some dcp prefixes; better logging of content on DCP creation.Carl Hetherington
2013-07-23Remove out-of-date comment.Carl Hetherington
2013-07-23New libdcp API.Carl Hetherington
2013-07-23Various 3D fixes.Carl Hetherington