summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2019-04-22Updated zh_CN translation from 刘汉源v2.13.150Carl Hetherington
2019-04-20Bump default J2K bandwidth to 150MBit/s (#1523).Carl Hetherington
2019-04-20Don't set up decoder parts for DCPs unless they can be playedv2.13.149Carl Hetherington
(i.e. are not encrypted and not missing assets). Fixes full audio buffers on locates with large encrypted DCPs and no KDMs; in these cases silent audio is created by the fill_audio() at the bottom of Player::pass() but no video is created by anybody.
2019-04-20Comment tweaks.Carl Hetherington
2019-04-19Hopefully better errors on large video/audio disagreements.Carl Hetherington
2019-04-17Fix errors when adding reels containing audio after referenced reels (#1528).v2.13.147Carl Hetherington
2019-04-14Add donation nag after 20 successful DCP encodes.Carl Hetherington
2019-04-14Store successful DCP encodes.Carl Hetherington
2019-04-14Remove unused method.Carl Hetherington
2019-04-06Updated da_DK translation from Anders Uhl Pedersen.v2.13.144Carl Hetherington
2019-04-03Add fonts.conf to OS X build to try to fix failure to synthesizev2.13.142Carl Hetherington
bold/italic on 10.12 (Sierra) and earlier (#1524).
2019-04-03Make a note about ISDCFMetadata SubtitleLanguage being set (part of #1516).Carl Hetherington
2019-04-02Extract subtitle language from text content rather than ISDCFMetadata (part ↵Carl Hetherington
of #1516).
2019-03-29Add episode/promo content types.Carl Hetherington
2019-03-29Don't crash when loading DCPs with multiple CCAP assets per reel (part of ↵v2.13.140Carl Hetherington
#1516).
2019-03-29Set CCAP language tag correctly.Carl Hetherington
2019-03-29Don't warn about overlapping CCAPs in SMPTE DCPs (part of #1516).Carl Hetherington
2019-03-28Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138Carl Hetherington
2019-03-27Remove untouched fi_FI translation.Carl Hetherington
2019-03-27Hack to avoid empty tracks appearing in the DCP Track control.Carl Hetherington
2019-03-27Fix CHARSET in tr_TR.Carl Hetherington
2019-03-27Beginnings of tr_TR translation from Gökhan Aksoy.Carl Hetherington
2019-03-26Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2019-03-26Updated de_DE translation from Carsten Kurz.Carl Hetherington
2019-03-26Nag/warn when removing KDM decryption certificate.v2.13.137Carl Hetherington
2019-03-26Unset _awaiting on a regular seek. This fixes bad behaviour in the sequence:Carl Hetherington
- some player_change; _awaiting is set - regular seek occurs (perhaps to a time much earlier than _awaiting) - another player_change occurs; player_change handler wrongly seeks back to _awaiting May help with #1505.
2019-03-25Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-03-25Updated de_DE translation from Carsten Kurz.Carl Hetherington
2019-03-25Sort KDM CPL list in reverse timestamp order (#1496).Carl Hetherington
2019-03-24pot/merge.Carl Hetherington
2019-03-23Another attempt to fix build.v2.13.135Carl Hetherington
2019-03-23Try to fix Windows build.Carl Hetherington
2019-03-22Fix referencing of trimmed multi-reel DCPs (#1495).Carl Hetherington
2019-03-22Make careful_string_filter a little better and use it for KDM filenames.v2.13.133Carl Hetherington
2019-03-21fr_FR updates from Dan Cohen.Carl Hetherington
2019-03-19Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-03-18More missing translations.Carl Hetherington
2019-03-18I said we were in string freeze, but only nl_NL has come in soCarl Hetherington
far and robn has asked to translate these, so ;)
2019-03-15Give a better error when FFmpegImageProxy fails to decode an image that was ↵Carl Hetherington
passed in without a filename.
2019-03-15Warn on importing complete certificate chains (part of #1488).Carl Hetherington
2019-03-15Don't offer to make KDMs for CPLs with no encrypted assets (#1490).Carl Hetherington
2019-03-15Don't try to send emails to cinemas with no addresses (#1489).Carl Hetherington
2019-03-13Only mark _suspended as false at the appropriate times; previouslyv2.13.130Carl Hetherington
it was done too often, I think.
2019-03-13Fix locking of Playlist to protect against access from the GUI threadCarl Hetherington
and at the same time traces like Butler -> Content::end -> Playlist::active_frame_rate_change.
2019-03-12Fix R/B swap with as_png(); support as_png() for any pixel format.v2.13.129Carl Hetherington
2019-03-11pot/merge.Carl Hetherington
2019-03-11Missing part of previous commit.Carl Hetherington
2019-03-11Protect _broadcast.socket from simultaneous access.Carl Hetherington
2019-03-11Fix crash introduced by 6e5c998593842ff76f5d0ae5cab0d03cbe11b607.v2.13.128Carl Hetherington
2019-03-08Support PNG subs in DCPSubtitleDecoder (#1479).Carl Hetherington