summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-08-14Add DCP size and length to player.Carl Hetherington
2017-08-14Fix info layout a bit.Carl Hetherington
2017-08-14Initial and not-working information panel in player.Carl Hetherington
2017-08-14Another Windows include.Carl Hetherington
2017-08-14Missing #includes for Windows.Carl Hetherington
2017-08-14Stub player.Carl Hetherington
2017-08-14Remove Film dependency from Empty.Carl Hetherington
2017-08-14Remove Film dependency from Butler.Carl Hetherington
2017-08-14Fix previous to generate chains if we are starting with no config.xml.Carl Hetherington
2017-08-14Try to fix errors when starting DoM on a machine with no config.xml.Carl Hetherington
2017-08-10Updated pl_PL translation from Mike Mazur.Carl Hetherington
2017-08-10Add Mike Mazur as a translator.Carl Hetherington
2017-08-02Use a default DCP name if none is specified, rather than giving an error.Carl Hetherington
2017-08-02Make up a DCP name rather than giving an error.Carl Hetherington
2017-08-01Supporter.Carl Hetherington
2017-07-28Support more detailed horizontal positioning coming from libsub.Carl Hetherington
2017-07-28Updated de_DE translation from Carsten Kurz.Carl Hetherington
2017-07-28Do repeat in the player rather than trying to do it in VideoDecoder.Carl Hetherington
Trying to repeat in VideoDecoder is the wrong side of the distinction between content and DCP time; the repeat is for the DCP and VideoDecoder should be emitting in terms of the source.
2017-07-27Fix heavy fingers in previous commit.Carl Hetherington
2017-07-27Fix SNAFU with silence/black.Carl Hetherington
2017-07-27Small tidy-up to member variable.Carl Hetherington
2017-07-27Add some documentation for config.xml.Carl Hetherington
2017-07-27Add option to specify a list of servers (#1104).Carl Hetherington
2017-07-27Rename -s,--servers to -l,--list-servers.Carl Hetherington
2017-07-27Tidy up server reporting in dcpomatic_cli.Carl Hetherington
2017-07-27Add comment.Carl Hetherington
2017-07-26Basic multithread of DCP decryption during export.Carl Hetherington
2017-07-26Fix seek during slider drag.Carl Hetherington
2017-07-26Fix warning.Carl Hetherington
2017-07-26Multi-threaded decode of DCP when previewing.Carl Hetherington
2017-07-26Rename some variables.Carl Hetherington
2017-07-26Fix slider position updates post seek (#1085).Carl Hetherington
2017-07-25First go at configurable config.xml location.Carl Hetherington
2017-07-25Merge mxe branch.Carl Hetherington
2017-07-25Removing explicit link with libbfd and libiberty.Carl Hetherington
2017-07-25Updated zh_CN translation from 刘汉源.Carl Hetherington
2017-07-24Update ISDCF name when DCP frame rate changes (#1102).Carl Hetherington
2017-07-24Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2017-07-24Use a bigger buffer for dates to allow for longer translations than en_GB.Carl Hetherington
2017-07-24Back-end support for linked configuration.Carl Hetherington
2017-07-24Updated zh_CN translation from 刘汉源.Carl Hetherington
2017-07-24Supporter.Carl Hetherington
2017-07-18Don't set up Writer etc. until the job is run. This means thatCarl Hetherington
jobs queued in the batch converter don't start too early; e.g. if you add the same job twice the check of the existing video won't start on the second job until the first is complete.
2017-07-13Fix author name.Carl Hetherington
2017-07-12Don't emit black to fill up to a frame that we're not going to emit.Carl Hetherington
2017-07-12Report underruns from Butler::get_audio.Carl Hetherington
2017-07-12Make ::get tell caller if there's been an underrun.Carl Hetherington
2017-07-12Supporter.Carl Hetherington
2017-07-12Hopefully fix erroneous unresolved asset errors with OV/VF DCPs.Carl Hetherington
2017-07-12Add some tests; fix failure to make DCP when there is a bit of audio right ↵Carl Hetherington
at the end of the film (with no corresponding video).