summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-01-20Limit length of error messages in the job manager view.Carl Hetherington
2015-01-19Fix audio analysis; make sure we don't decode video and let it pile up unwanted.Carl Hetherington
2015-01-19VideoDecoder::_same can just be a local.Carl Hetherington
2015-01-19Remove unused variable.Carl Hetherington
2015-01-17Update for libsub1 API changes.Carl Hetherington
2015-01-17Remove unused TimedAudioBuffers.Carl Hetherington
2015-01-15Remove debug code.Carl Hetherington
2015-01-15Try to fix some OS X warnings.Carl Hetherington
2015-01-14Forward-port DAR/SAR UI stuff from 1.x.Carl Hetherington
2015-01-12Forward-port FTP fix from 1.x.Carl Hetherington
2015-01-11Comment.Carl Hetherington
2015-01-11Fix call to dcp::Time constructor.Carl Hetherington
2015-01-11Remove unused code.Carl Hetherington
2015-01-11Alpha blending fix from 1.x.Carl Hetherington
2015-01-10Update for libdcp changes.Carl Hetherington
2015-01-09pot/merge.Carl Hetherington
2015-01-09Forward-port 99% crash fix from 1.x.Carl Hetherington
2015-01-08Comment.Carl Hetherington
2015-01-07Don't translate technical_summary().Carl Hetherington
2015-01-07Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0Carl Hetherington
2015-01-07Make a note in the log when XYZ values are clamped by libdcp on XYZ -> RGB ↵Carl Hetherington
conversion.
2015-01-06Header guard.Carl Hetherington
2015-01-06Add some writer-loop debugging from 1.x; ignore out-of-order frames when ↵Carl Hetherington
they come from decoders; fix hang if there are unsequenced images in the writer queue when we want to stop.
2015-01-06Header guard.Carl Hetherington
2015-01-06Default to logging at DEBUG level.Carl Hetherington
2015-01-06Add log TYPE_DEBUG from 1.x.Carl Hetherington
2015-01-05Increase stored-frames limit; fix skip_frame_test reference.Carl Hetherington
2015-01-05Fix incorrect use of FrameRateChange::factor(); if we are skipping, forCarl Hetherington
example, factor will be 0.5 and so to convert some frames in the DCP to frames in the content we must divide by factor (i.e. multiply by 2) to get the content frame.
2015-01-05Fix error reporting by transcode job; no need to set job state inside ↵Carl Hetherington
TranscodeJob as Job does it.
2015-01-05Assert in one case where memory usage can build up a lot.Carl Hetherington
2015-01-04Fix loading of 1.x metadata.Carl Hetherington
2015-01-04Adapt for changes to libdcp.Carl Hetherington
2015-01-04Ignore AVERROR_INVALIDDATA from av_read_frame() as it can apparently mean ↵Carl Hetherington
that there is still data to be processed.
2015-01-04Fix loading of SMPTE subtitles that are not MXF-wrapped.Carl Hetherington
2015-01-03Various libdcp API changes.Carl Hetherington
2014-12-28Basic adaptations for changes to libdcp1 colour conversion handling.Carl Hetherington
2014-12-23Fix warning and add comment.Carl Hetherington
2014-12-23Remove unused code.Carl Hetherington
2014-12-22Remove some unused code.Carl Hetherington
2014-12-22Remove POSIX backtraces; move ScopedTemporary into its own file.Carl Hetherington
2014-12-22More libsub tweaks.Carl Hetherington
2014-12-21Fix build.Carl Hetherington
2014-12-21Merge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0Carl Hetherington
2014-12-21Don't create subtitle content if there is an empty fonts list.Carl Hetherington
2014-12-21Revert most of vertical positioning stuff from previous commit.Carl Hetherington
2014-12-21Update xml_subtitle_test result now that subtitles are being compared; ↵Carl Hetherington
improve placement in SubRip decoder.
2014-12-21Fix typos on hand-applying patch.Carl Hetherington
2014-12-20Missing file.Carl Hetherington
2014-12-20Missing include.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.