summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-02-28Fix crash if quick_refresh() fails.Carl Hetherington
2018-02-26Make a backup of configuration when we load in a Version 2 file, and bump our...Carl Hetherington
2018-02-25Updated es_ES translation from Manuel AC.Carl Hetherington
2018-02-25Handle errors in subtitle XML better (#1209).Carl Hetherington
2018-02-24Speed some operations by re-using the last PlayerVideo but withCarl Hetherington
2018-02-24Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-02-23Another subtitle fix.Carl Hetherington
2018-02-23Fix thinko in previous.Carl Hetherington
2018-02-23Fix implementation of delay in 7758260; it needs to apply toCarl Hetherington
2018-02-23Fix duplicate frames when padding.Carl Hetherington
2018-02-21Fix crash on decoding incomplete DCP content (e.g. on loading a VF with subti...Carl Hetherington
2018-02-21Bump libdcp; pulls in KDM tweaks but also atmos fix.Carl Hetherington
2018-02-20Add a 2-frame `delay' on content arriving at the player to giveCarl Hetherington
2018-02-20Add a possible pure virtual method.Carl Hetherington
2018-02-18Hold lock for the whole of Butler::video(). Fixes jumpy nudge-seekCarl Hetherington
2018-02-18Fix missing subtitles in the player when they are added with a VF.Carl Hetherington
2018-02-18Set up seek position correctly when a seek skips over a reel inCarl Hetherington
2018-02-17Fix crash on importing an encrypted DCP.Carl Hetherington
2018-02-16Add log for assertion failure.Carl Hetherington
2018-02-16AudioDecoder::_positions is at the resampled rate, if applicable;Carl Hetherington
2018-02-13Missing setup of configured decode reduction (#1195).Carl Hetherington
2018-02-13Make Config::read() fallback match Config::set_defaults() forCarl Hetherington
2018-02-12Add SWS_ACCURATE_RND to sws flags. Without this, conversions to RGB inCarl Hetherington
2018-02-12Tone some debug messages down slightly.Carl Hetherington
2018-02-10Save decoding resolution reduction between launches (#1195).Carl Hetherington
2018-02-10Use av_guess_frame_rate rather than av_stream_get_r_frame_rate;Carl Hetherington
2018-02-10Fix odd behaviour when analysing single bits of audio which start at non-zero...Carl Hetherington
2018-02-09Always pre-roll when seeking in DCPs; I don't think the performanceCarl Hetherington
2018-02-09Fix one cause of assertion failures in audio_buffers (#1193).Carl Hetherington
2018-02-09Fix letterbox/pillarbox in player (#1196).Carl Hetherington
2018-02-09Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2018-02-08typeid() doesn't seem to downcast, so just check types in the take_settings_f...Carl Hetherington
2018-02-08Pass DCP subtitles before video so that they are present when the video frame...Carl Hetherington
2018-02-07Fix ignore/referencing logic.Carl Hetherington
2018-02-07Slightly better log message.Carl Hetherington
2018-02-06Fix failure to parse subtitle files with OS X line endings.Carl Hetherington
2018-02-06Ignore video/audio when it is referenced; should help with #1191.Carl Hetherington
2018-02-05Missing setup of sensitivity in DCP panel.Carl Hetherington
2018-02-05Make KDMs active again even without encryption so you can fiddle with the cin...Carl Hetherington
2018-02-05Warning fixes.Carl Hetherington
2018-02-05Let's try disabling KDM menu options when we are using non-encrypted films.Carl Hetherington
2018-02-05Throw an exception if we try to make KDMs for an unencrypted project (#1188).Carl Hetherington
2018-02-05Fix KDM target buttons for DKDMs too (#1137).Carl Hetherington
2018-02-04Listen for server replies on different ports on main and batch, and get serve...Carl Hetherington
2018-02-03Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-02-02Whitespace.Carl Hetherington
2018-02-02Prior to 2537a2d Decoder::position() was not updated if a decoder emittedCarl Hetherington
2018-02-02Relayout player information after it changes. Should help with #1185.Carl Hetherington
2018-02-02Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-02-02Fix incorrect pixel format on subtitles when they are sent to encoding servers.Carl Hetherington