summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2018-05-08Add colour, effect and effect colour to ::identifier() to force remake of ↵Carl Hetherington
video when they change (#1290).
2018-05-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2018-04-29Allow command-line configuration of config location (#1284).Carl Hetherington
2018-04-27FIx -Wreorder.Carl Hetherington
2018-04-27Fix incorrect container size when loading a VF/OV combination into the player.Carl Hetherington
2018-04-27Fix crazy thinko in Rect::extend() causing subtitles to disappear when they ↵Carl Hetherington
were merged.
2018-04-26Remove unnecessary include.Carl Hetherington
2018-04-26Signal when streams change and rebuild player pieces when it happens.Carl Hetherington
2018-04-26More build fixes.Carl Hetherington
2018-04-26Try to fix build.Carl Hetherington
2018-04-25Fix for new FFmpeg.Carl Hetherington
2018-04-25Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-04-25Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-04-22Add MOS tag in ISDCF names if there is no sound.v2.13.16Carl Hetherington
2018-04-22Allow + in DCP names for ISDCF RU rating strings.Carl Hetherington
2018-04-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-04-20pot/merge.Carl Hetherington
2018-04-19Fix crash on make-dcp after trimming end of text subtitles (#1275).Carl Hetherington
2018-04-19Add unit test to trigger #1275 and an assert to prevent the segfault.Carl Hetherington
2018-04-17Use round rather than ceil when putting positions and start trimsCarl Hetherington
onto frame boundaries. ceil() can creep upwards with rounding error, which I have seen happen over a save/load.
2018-04-17When seeking to the start of some content, take trim into accountCarl Hetherington
so that we don't have to run through the whole of the trimmed portion to get to the data we want.
2018-04-13Account for J2K decoding at lower-than-maximum resolution when croppingv2.13.14Carl Hetherington
the resulting images; fixes #1274.
2018-04-13Tidy up to use one list of servers.Carl Hetherington
2018-04-13Update encoding server list when servers disappear (#1176).Carl Hetherington
2018-04-13Note and indicate servers with bad link version (#982).Carl Hetherington
2018-04-11Fix 3D DCP handling in the player.Carl Hetherington
2018-04-10Missing setup of SubtitleDecoder position causing #1271 and probably other ↵Carl Hetherington
things.
2018-04-07Somewhat speculative shuffler fix for assertion failure.v2.13.13Carl Hetherington
2018-04-07Fix silly crash in shuffler.Carl Hetherington
2018-04-05Further adjustment of shuffler to cope with having sources for only one eye.v2.13.12Carl Hetherington
2018-04-05Remove believed-unnecessary check.Carl Hetherington
2018-04-05Updated zh_CN translation from 刘汉源.Carl Hetherington
2018-04-05Wait for in-order input to shuffler before emitting anything, otherwiseCarl Hetherington
we emit a crucial frame and then fail to carry on because we miss it.
2018-04-05Tidy up assertion.Carl Hetherington
2018-04-03Remove rather wordy debug for #953, not seen for a while.Carl Hetherington
2018-03-27Tweak wording of DCP referencing tips.Carl Hetherington
2018-03-27why_not in can_reference can just be a string rather than a list of strings.Carl Hetherington
2018-03-27Remove believed-misleading comment.v2.13.6Carl Hetherington
2018-03-27Fix order of calculations to make subtitle centering work after scaling ↵Carl Hetherington
(related to #1246).
2018-03-26Bump audio analysis file version and cache drawn points in the audio plot.Carl Hetherington
2018-03-26Add time axis to audio analysis (part of #1082).Carl Hetherington
2018-03-24Fix crash when changing DCP audio channel count.Carl Hetherington
Without this we ask the AudioMerger to merge new buffers with N channels with old buffers with M channels, which it can't do. I'm not convinced this is the best solution but I think it will do for now.
2018-03-24Fix update checket error when there is no test version.Carl Hetherington
2018-03-24Cherry-pick 9964901 from v2.12.xCarl Hetherington
2018-03-22Improve the appearance of a few error messages (#1187).Carl Hetherington
2018-03-22Add hint about making a DCP with a very different frame rate to the content.Carl Hetherington
2018-03-22Merge Carsten's de_DE translation from c52231e.Carl Hetherington
2018-03-22Add stub el_GR translations and add ar_LB/fi_FI to build scripts.Carl Hetherington
2018-03-21Update for new bits in libdcp verify.Carl Hetherington
2018-03-21Merge.Carl Hetherington