summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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
2016-06-09Partial work on fixing vertical positioning of subtitles with the new libsub.Carl Hetherington
2016-06-07Remove some flawed condition manipulation.Carl Hetherington
2016-06-07Replace a shared_ptr with a weak_ptr.Carl Hetherington
2016-06-07Remove unused method.Carl Hetherington
2016-06-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-05Updated fr_FR translation from Thierry Journet.Carl Hetherington
2016-06-04Fix deadlock on examining DCP subtitle content.Carl Hetherington
2016-06-04Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-03Bodge Atmos translations.Carl Hetherington
2016-06-03pot/merge.Carl Hetherington
2016-06-02Fix crash when loading old state files.Carl Hetherington
2016-06-02Remove unused code.Carl Hetherington
2016-06-02Fix missing content properties when using translations.Carl Hetherington
2016-06-02Fix build.Carl Hetherington
2016-06-02Speed up referencing of existing DCPs.Carl Hetherington
2016-06-02Fix memory leak.Carl Hetherington
2016-06-01Use new libdcp reader interface.Carl Hetherington
2016-06-01Store video frame rate in XML (#883).Carl Hetherington
2016-06-01Compute offset as we go rather than once every pass().Carl Hetherington
2016-06-01Put codec name into the audio mapping view for each stream.Carl Hetherington
2016-06-01Basics of better audio stream labelling in the audio mapping view (#849).Carl Hetherington
2016-06-01Fix crash with multiple audio streams.Carl Hetherington