summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-03Cleanup variable name: k -> reelCarl Hetherington
2021-11-03Fix errors when referencing trimmed DCPs (#2116).Carl Hetherington
2021-11-02Cleanup: use a variable we already made.Carl Hetherington
2021-11-02Cleanup variable name: l -> captionCarl Hetherington
2021-11-02Cleanup variable name: k -> reelCarl Hetherington
2021-11-02Cleanup variable name: j -> dcpCarl Hetherington
2021-11-02Cleanup variable name: i -> contentCarl Hetherington
2021-11-02Cleanup variable name: a -> reel_assetsCarl Hetherington
2021-11-01Fix typo in dcpomatic_kdm_cli help.Carl Hetherington
2021-11-01Add CPL_FILENAME variable for cover sheets (#2107).Carl Hetherington
2021-10-29Don't fail the transcode job if we can't write analytics.Carl Hetherington
2021-10-27Manual tweaks.Carl Hetherington
2021-10-27C++11 tidying.Carl Hetherington
2021-10-26Missing Destroy() call.Carl Hetherington
2021-10-26C++11 tidying.Carl Hetherington
2021-10-26Remove old declaration.Carl Hetherington
2021-10-26Remove some unnecessary using statements.Carl Hetherington
2021-10-25Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-10-25Fix position of content outline (#2108).Carl Hetherington
2021-10-25If there is no end time in an AVSubtitle it seems we should use the AVPacket'...Carl Hetherington
2021-10-25Fix fade factor calculation when there is no end time.Carl Hetherington
2021-10-25Fix missing verification messages.Carl Hetherington
2021-10-24Updated es_ES translation from Manuel AC.Carl Hetherington
2021-10-23Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-10-17Basic and slightly inaccurate support for <Space> in subtitles (#2103).Carl Hetherington
2021-10-17Move some functions up the file so we can use them.Carl Hetherington
2021-10-17pot/merge.Carl Hetherington
2021-10-17Fix some markup quotation marks.Carl Hetherington
2021-10-17Upgrade the disk writer warning (#1971).Carl Hetherington
2021-10-16Fix error when editing colours in locales with , as a decimal separator.Carl Hetherington
2021-10-15Always block waiting for audio when exporting.Carl Hetherington
2021-10-15Use an enum instead of a bool to specify blocking/non-blocking.Carl Hetherington
2021-10-15Add comment.Carl Hetherington
2021-10-15Ignore audio streams that fall too far behind (#2101).Carl Hetherington
2021-10-15Cleanup some unused usings.Carl Hetherington
2021-10-15Fix compile for Windows, broken in 44b69f2d.Carl Hetherington
2021-10-13Don't allow negative trims to be set up via changes to play length (#2105).Carl Hetherington
2021-10-13Add some asserts to check for negative trims.Carl Hetherington
2021-10-13Ignore errors from avcodec_send_packet.Carl Hetherington
2021-10-12Ignore .AppleDouble folders inside DCPs.Carl Hetherington
2021-10-12Don't throw an error when the Butler says it is finished (#2097).Carl Hetherington
2021-10-12Cleanup: use enum class.Carl Hetherington
2021-10-11Replace some raw arrays with std::vectors.Carl Hetherington
2021-10-09Don't ignore font settings for DCP subtitles (#2074).v2.15.167Carl Hetherington
2021-10-09Add comment.Carl Hetherington
2021-10-09Cleanup some unused using statements and other bits.Carl Hetherington
2021-10-09More logging in the DCPExaminer.Carl Hetherington
2021-10-09C++11 tidying.Carl Hetherington
2021-10-03Don't scale chroma subsampled images to sizes that don't align with the subsa...v2.15.166Carl Hetherington
2021-10-03Differentiate requested and actual crop.Carl Hetherington