summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2024-06-10Give more detail when an assertion trips (#2828).2828-jpegCarl Hetherington
2024-06-10Make parameter "caller" more generic.Carl Hetherington
2024-06-07Fix font ID allocation from DCP when there are subs and ccaps using the same ...Carl Hetherington
2024-06-04Add an option to dump the decryption certificate from the KDM CLI.Carl Hetherington
2024-05-26Fix build with newer libsub.Carl Hetherington
2024-05-21Fix stream length for DCP content (#2688).Carl Hetherington
2024-05-19Don't make _stream_states for unmapped audio, otherwise we wait for contentCarl Hetherington
2024-05-19Add and use Content::has_mapped_audio().Carl Hetherington
2024-05-17Emit no audio from DCPs if none is mappedv2.16.85Carl Hetherington
2024-05-17Make sure we don't say some content has audio if none will be emitted.Carl Hetherington
2024-05-15Update DCP encoder progress on all passe()es, not just when audio is emitted.Carl Hetherington
2024-05-15Get DCP transcode progress from the player (#2804).Carl Hetherington
2024-05-14Fix warning cause by previous libdcp bump.Carl Hetherington
2024-05-13Don't bother decoding audio if none of it is mapped (#2809).Carl Hetherington
2024-05-08Work around deadlock when destroying J2KEncoder with a full writer queue (#27...v2.16.83Carl Hetherington
2024-05-08Add some missing includes.Carl Hetherington
2024-05-02Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2024-04-29Fix silent stereo mixdown exports when the project audio channel count is > 6.Carl Hetherington
2024-04-23Revert "Tweak how lzma is linked."Carl Hetherington
2024-04-01Fix hanging/overlapping dvb subtitles (#2792).Carl Hetherington
2024-03-29Fix crash introduced in previous commit.Carl Hetherington
2024-03-29Fix lack of video rotation in some cases (#2971).Carl Hetherington
2024-03-29Fix video scaling when the video needs rotation (#2791).Carl Hetherington
2024-03-29Add VideoContent::rotate_size().Carl Hetherington
2024-03-15Replace use of sprintf with snprintf.Carl Hetherington
2024-03-07Fix screen name order in KDM emails.Carl Hetherington
2024-03-07Store attachment contents in the Email object.Carl Hetherington
2024-03-07Rename Emailer -> Email.Carl Hetherington
2024-02-26Disallow referring to OV audio unless channel counts match (#2780).Carl Hetherington
2024-02-21Make DCPExaminer::size() optional and deal with the consequences.v2.16.78Carl Hetherington
2024-02-21Fix failure to examine non-flat-ratio VFs (#2775).Carl Hetherington
2024-02-20Fix build on Centos 7.Carl Hetherington
2024-02-17Add option to load prefs from ZIP (#2771).Carl Hetherington
2024-02-17Use FileDialog for saving preferences ZIPs.Carl Hetherington
2024-02-17Cleanup: 0 -> nullptr.Carl Hetherington
2024-02-16Return empty optional rather than asserting.Carl Hetherington
2024-02-16Cleanup: add missing explicit.Carl Hetherington
2024-02-16Add Unzipper.Carl Hetherington
2024-02-14Cleanup: white space.Carl Hetherington
2024-02-14Cope with loading a film containing a missing DCP which itself contains subti...Carl Hetherington
2024-02-11Don't add a font with an empty ID for ccaps either (#2762).Carl Hetherington
2024-02-11Fix apparently ineffective processors when analysing audio (#2671).Carl Hetherington
2024-02-11Add option to stop the player using any audio processor.Carl Hetherington
2024-02-10Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2024-02-07Don't give confusing errors about WEBVTT when there are errors in a Subrip fi...Carl Hetherington
2024-02-07Remove unused header.Carl Hetherington
2024-02-04Tweak how lzma is linked.Carl Hetherington
2024-02-03Don't emit subtitle images that have a zero dimension (#2743).Carl Hetherington
2024-02-03Add an assert to check that sws_getContext() succeeded.Carl Hetherington
2024-02-03Add some asserts; sws_getContext() will fail if the image width or height are 0.Carl Hetherington