summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2017-10-09Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2017-10-09Fix logic of audio decoder positioning.Carl Hetherington
2017-10-08Fix some warnings (part of #1135).Carl Hetherington
2017-10-08Fix build failure (#1134).Carl Hetherington
2017-10-05Add configuration option to set writer's maximum frames in memory.Carl Hetherington
2017-10-04Updated da_DK translation from Anders Uhl Pedersen.Carl Hetherington
2017-09-26Speculative fix for alpha blending onto YUV422P10LE.Carl Hetherington
2017-09-26Remove debug code; fixes #1133.Carl Hetherington
2017-09-03Some more verbose errors.Carl Hetherington
2017-09-03Restore correct setup of fast resampler when the player is set to fast.Carl Hetherington
2017-09-03A few optimisations.Carl Hetherington
2017-09-03Cope with e.g. truehd audio streams having not every audio frame arriving ↵Carl Hetherington
with a pts.
2017-09-02Remember the last directory used when opening DCPs in the player (#1121).Carl Hetherington
2017-09-01Fix corruption of an existing DCP when a new one is made with the same videoCarl Hetherington
asset (#1126).
2017-08-31Try to fix build wrt ImageMagick.Carl Hetherington
2017-08-31More attempts to fix DPX log/lin problems; see comments and #1123.Carl Hetherington
2017-08-31Fix erroneous re-use of video files after turning off burnt subtitles (#1113).Carl Hetherington
2017-08-30Updated es_ES translation from Manuel AC.Carl Hetherington
2017-08-30Fix incorrect reel lengths in some cases; account for emitted data being ↵Carl Hetherington
rejected by the player, and for initial audio not to be at time 0.
2017-08-27Fix incorrect ISDCF name in some cases (#1118).Carl Hetherington
2017-08-26Stop player analysing audio even if it is configured automatically to happen.Carl Hetherington
2017-08-26Add a comment.Carl Hetherington
2017-08-26Comment typo.Carl Hetherington
2017-08-20Allow player to handle VF/OV and KDMs.Carl Hetherington
2017-08-19Cope nicely if the user has a configured default container ratio which is ↵Carl Hetherington
now disallowed.
2017-08-16Updated fr_FR translation from Thierry Journet.Carl Hetherington
2017-08-15pot/merge.Carl Hetherington
2017-08-15Give player its own configuration dialogue.Carl Hetherington
2017-08-14Remove believed-unnecessary player-changed handler in butler.Carl Hetherington
2017-08-14Missing conditional wakeup.Carl Hetherington
2017-08-14Basics of forced reduction of JPEG2000 decode resolution.Carl Hetherington
2017-08-14I think Butler should just clear itself out when the player changes.Carl Hetherington
Other layers will seek as appropriate, we shouldn't fight them I don't think.
2017-08-14Add DCP size and length to player.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-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-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