summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-25Non-working FFmpeg context cache.attic/optimise-decoder-factoryCarl Hetherington
2019-07-25Setup fast state of decoder after creation.Carl Hetherington
2019-07-25Optimise decoder_factory for DCPDecoder by offering the old decoderCarl Hetherington
(if available) to recover the list of reels from, rather than having to scan the filesystem again.
2019-07-25Fix erroneous content change message.Carl Hetherington
2019-07-25Add assert.Carl Hetherington
2019-07-25Fix crash when loading a film from the command line.Carl Hetherington
2019-07-24Re-work idle handling from previous commit.Carl Hetherington
2019-07-24Optimise the feel of some GUI functions by doing the seek afterCarl Hetherington
many content changes in an idle handler, rather than blocking the UI update until the seek and image redisplay have finished.
2019-07-24Improve formatting of StateTimer output.Carl Hetherington
2019-07-23Add --no-check to dcpomatic_cli.Carl Hetherington
2019-07-23Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into ↵Carl Hetherington
v2.15.x
2019-07-23Yet more OS X script tweaks.Carl Hetherington
2019-07-23Tidy up handling of content-modified checks when using the dcpomatic_cli.Carl Hetherington
2019-07-22Another OS X path.Carl Hetherington
2019-07-22swaroop: don't put DCP conversions into a flat container.Carl Hetherington
2019-07-22swaroop: support creation of H264 with 24-bit PCM.Carl Hetherington
2019-07-22Add some stubs so that swaroop variants build on OS X.Carl Hetherington
2019-07-22OSX path tweak.Carl Hetherington
2019-07-22Missing virtual destructor.Carl Hetherington
2019-07-22Remove -Wcast-align on OS X.Carl Hetherington
2019-07-22Tweak OS X path.Carl Hetherington
2019-07-22Ignore video streams with frame rates over 1000 (work-around/fix for #1585).Carl Hetherington
2019-07-21Use 128kbit per channel for audio export.v2.15.14Carl Hetherington
2019-07-21swaroop: fix encryption of files encoded from DCP.Carl Hetherington
2019-07-18swaroop: hard-core output KDM filename; allow specification of DCP KDM.v2.15.13Carl Hetherington
2019-07-18swaroop: --kdm -> --out-kdmCarl Hetherington
2019-07-15swaroop: beginnings of DCP -> ecinema support.v2.15.12Carl Hetherington
2019-07-14Fix comment.Carl Hetherington
2019-07-13swaroop: add --kdm option to dcpomatic2_ecinema.Carl Hetherington
2019-07-10swaroop: fix crash when there's an incorrect ecinema KDM.v2.15.11Carl Hetherington
2019-07-08Fix flicker in timeline view when selecting (in some cases).Carl Hetherington
2019-07-07Only take subtitle data into account for position() if there is nothingv2.15.10Carl Hetherington
else to go on. This fixes problems at the end of muxed files when subtitle data runs out before video/audio. There is no (easy) way to know that this has happened, and this seems to be the next best thing. Fixes #1581.
2019-07-06Add an assertion.Carl Hetherington
2019-07-06swaroop: clear out viewer when deselecting playlist.Carl Hetherington
2019-07-05swaroop: remove on-screen log from player.Carl Hetherington
2019-07-05Add some more help for --variant.Carl Hetherington
2019-07-02Don't crash if history items are inaccessible.Carl Hetherington
2019-07-02Add support for Datasat AP2x and USL sound processors when convertingCarl Hetherington
fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
2019-07-01swaroop: write position file every 2 minutes; tweak play sensitivityv2.15.9Carl Hetherington
on finishing a SPL; deselected playlist if stop is clicked.
2019-07-01swaroop: fix decrementing of allowed shows count to be at the right time.Carl Hetherington
2019-07-01swaroop: set controls to 'stopped' when a playlist finishes.Carl Hetherington
2019-06-27Fix incorrect timing of PNG subtitles in second and subsequent reels.Carl Hetherington
2019-06-27Debug for strange test failure in threed_test.Carl Hetherington
2019-06-27Fix exception in wscript.Carl Hetherington
2019-06-27Try to reduce audio mapping flicker on Windows.Carl Hetherington
2019-06-27Fix previous.Carl Hetherington
2019-06-27Don't need CDIST_LOCALE_PREFIX hack any more.Carl Hetherington
2019-06-27Better error when failing to download supporters lists.Carl Hetherington
2019-06-27Add another ui_idle() call to ape the one in test.cc and try to fix strange ↵Carl Hetherington
behaviour where errors are not noted in tests.
2019-06-10Various build system fixes.v2.15.8Carl Hetherington