summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2016-06-22Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2016-06-22Don't bother decoding referenced DCP video if the player will ignore it.Carl Hetherington
2016-06-22Set AudioDecoder::fast a different way.Carl Hetherington
2016-06-22Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2016-06-22Optimization for the referenced video case.Carl Hetherington
2016-06-22A couple of small optimisations.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Revert "Revert make_shared<> change which breaks build on some platforms; don...Carl Hetherington
2016-06-21Revert make_shared<> change which breaks build on some platforms; don't know ...Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-06-20Pass .ass files to SSAReader.Carl Hetherington
2016-06-20Fix crash when no video is being encoded.Carl Hetherington
2016-06-20Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-20pot/merge.Carl Hetherington
2016-06-20Updated pt_BR translation from Max M. Fuhlendorf.Carl Hetherington
2016-06-20pot/merge.Carl Hetherington
2016-06-20Merge branch 'fix-encoder-threading' of ssh://git.carlh.net/home/carl/git/dcp...Carl Hetherington
2016-06-20Fix encoder thread interruption.Carl Hetherington
2016-06-20Fix another case where an exception could be thrown from a destructor.Carl Hetherington
2016-06-20Encoder shutdown fixes.Carl Hetherington
2016-06-19Render bold subtitles correctly in preview / burn-in.Carl Hetherington
2016-06-19Updated pt_BR translation from Max M. Fuhlendorf.Carl Hetherington
2016-06-18Parse .ass files using the text subtitle code.Carl Hetherington
2016-06-17Add preference for the default number of DCP channels (#897).Carl Hetherington
2016-06-17Missing virtual destructor.Carl Hetherington
2016-06-16Ignore any hidden files when looking for images.Carl Hetherington
2016-06-14Basic guessing of audio channels from filenames (#393).Carl Hetherington
2016-06-14Clean up of 3D->2D conversion.Carl Hetherington
2016-06-14Discard right-eye images when using 3D sources to make 2D DCPs.Carl Hetherington
2016-06-14Use edit rate not frame rate for displaying rate of DCPs.Carl Hetherington
2016-06-14Fix subtle bug with 3D and add a explicit to stop it happening again.Carl Hetherington
2016-06-14Set correct video frame type when importing DCPs (part of #806).Carl Hetherington
2016-06-14Fix some confusion with filling and VideoFrame.Carl Hetherington
2016-06-14Add VideoFrame class.Carl Hetherington
2016-06-14Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2016-06-13Improve error messages on failing to load DCP subs.Carl Hetherington
2016-06-13Fix VideoDecoder::get_video() with 3D.Carl Hetherington
2016-06-13Add 3D video frame type for, e.g. 3D DCP inputs (part of #806).Carl Hetherington
2016-06-13Remove caching of old ImageDecoder objects.Carl Hetherington
2016-06-13Make storage of VideoFrameType robust by using a string in the XML rather tha...Carl Hetherington
2016-06-13Use nettle rather then openssl for MD5 digesting.Carl Hetherington
2016-06-13Rename MD5Digester -> Digester.Carl Hetherington
2016-06-10Go back to referencing subrip from the top of the frame.Carl Hetherington
2016-06-10Tweak subrip position.Carl Hetherington
2016-06-10Fix positioning of SubRip.Carl Hetherington
2016-06-10Specify a default font size if none comes from libsub.Carl Hetherington
2016-06-10Remove some debug code.Carl Hetherington
2016-06-10Fix thinko.Carl Hetherington
2016-06-09Fix some code duplication and crashes when decoding FFmpeg-embedded ASS subti...Carl Hetherington
2016-06-09Remove unused code.Carl Hetherington