summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2021-03-02Extract audio_stream_from_index.Carl Hetherington
2021-03-02C++11 tidying.Carl Hetherington
2021-03-02Use APPDIR when present to look for resources.Carl Hetherington
2021-03-01Some tidying and be a bit more defensive.Carl Hetherington
2021-03-01Fix another crash introduced in cc40b6ea6d882c07c05602d6f3dd1c185481585bCarl Hetherington
2021-03-01Fix warning.Carl Hetherington
2021-03-01Fix crash introduced in previous.Carl Hetherington
2021-03-01With multi-threaded decoding we need to be careful to flushCarl Hetherington
2021-02-28Slight hack to reduce the chance of config files looking differentCarl Hetherington
2021-02-28Enable multi-threaded decoding with FFmpeg (helps with #1887).Carl Hetherington
2021-02-28Move some comments into a header.Carl Hetherington
2021-02-28C++11 tweaks.Carl Hetherington
2021-02-28C++11 cleanups.Carl Hetherington
2021-02-26Fix warning.Carl Hetherington
2021-02-26Typo fix.Carl Hetherington
2021-02-26Fix a set of mistakes related to 3D content.Carl Hetherington
2021-02-26Add accessor for _eye in J2kImageProxy.Carl Hetherington
2021-02-24Fix config.xml corruption when it contains multi-byte UTF8 characters.Carl Hetherington
2021-02-23Fix assertion failure in AudioBuffers::copy_from() (#1909)Carl Hetherington
2021-02-23Don't write active picture area with zero width or height as it makes verific...Carl Hetherington
2021-02-23Don't create empty SMPTE subtitles files with empty <SubtitleList>Carl Hetherington
2021-02-23Fix reel setup when the last reel is less than 1 second long.Carl Hetherington
2021-02-23Fix assertion ordering.Carl Hetherington
2021-02-17Fix typos.v2.15.130Carl Hetherington
2021-02-17Assorted C++11 tidying.Carl Hetherington
2021-02-16C++11 tidying.Carl Hetherington
2021-02-15Compile fix for ubuntu-16.04-era gcc.Carl Hetherington
2021-02-15Tell user we need a KDM when we have none, and content is encrypted.v2.15.129Carl Hetherington
2021-02-15Don't keep returning AGAIN from the butler when it is already dead/finished.Carl Hetherington
2021-02-15Basic handling of overlapping video (#1848).Carl Hetherington
2021-02-14Fix incorrect coalesce() output when one input range is whollyCarl Hetherington
2021-02-14Remove use of boost::noncopyableCarl Hetherington
2021-02-14Fix typos in operator=Carl Hetherington
2021-02-14C++11 cleanups.Carl Hetherington
2021-02-11Test: smaller steps when adding noise.v2.15.128Carl Hetherington
2021-02-07C++11.Carl Hetherington
2021-02-07More libdcp include fixes.Carl Hetherington
2021-02-07Fix libdcp include.Carl Hetherington
2021-02-07Be more defensive when calling boost::filesystem::last_write_time.Carl Hetherington
2021-02-06Fix copy-and-paste error in manual.Carl Hetherington
2021-02-05Testing: add minimum frame size configuration option.v2.15.126Carl Hetherington
2021-02-04C++11 tidying.Carl Hetherington
2021-02-04Some noncopyable removal.Carl Hetherington
2021-02-03Use icu to remove diacritics from strings.Carl Hetherington
2021-02-01C++11 tidying.Carl Hetherington
2021-02-01Use a predictable RNG when adding noise to low-bitrate images.Carl Hetherington
2021-02-01Fix build error thinko.Carl Hetherington
2021-02-01Fix hang when trying to assure minimum bitrate.Carl Hetherington
2021-02-01Add noise to very small J2K frames (#1902).Carl Hetherington
2021-02-01Add some parameter names in headers.Carl Hetherington