summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2019-01-27Better error from avformat_alloc_output_context2.Carl Hetherington
2019-01-25More arch build fixes (#1449).Carl Hetherington
2019-01-24Speculative arch build fix (#1449).Carl Hetherington
2018-12-24Fix failure to re-write bad configuration files caused by trying to check ↵Carl Hetherington
for a link in the bad file.
2018-12-20Add a debugging message for reel length.Carl Hetherington
2018-12-03Backport of c75484af73d38b00a4f27143f8e434b6f25bf355 from master; fix for ↵Carl Hetherington
overlaid in partially-marked-up subtitle lines.
2018-10-08Fix bad parsing of ASS lines embedded into FFmpeg files and containing commas;Carl Hetherington
backport of f3db6f37c85352ad7631078907439ce8ff151b3d.
2018-09-16Fix corruption of UTF16 subtitle files.Carl Hetherington
2018-09-04Fix crazy thinko in Rect::extend() causing subtitles to disappear when they ↵Carl Hetherington
were merged. From 565490c in master.
2018-08-14Give filename (where possible) when image file decoding fails.Carl Hetherington
2018-08-06Allow command-line configuration of config location (#1284).Carl Hetherington
2018-07-24Fix image filename sorter with filenames that have lots of numbers.Carl Hetherington
2018-07-14Assume .jpf is an image (JPEG2000).Carl Hetherington
2018-07-14Fix update check (#1338).Carl Hetherington
2018-06-08Speed up timeline drags in some cases.Carl Hetherington
2018-06-07Fix thinko in 5c49ce9.Carl Hetherington
2018-06-07Speculative fix for reel length errors when some trimmed content comes in ↵Carl Hetherington
the 2nd or subsequent reel.
2018-06-06Round sample rate calculations in audio FFmpeg examiner.Carl Hetherington
2018-05-23Try to fix failure to load files with non-ASCII filenames into ImageMagick.Carl Hetherington
2018-05-21Try some forward-compatibility build fixes for newer FFmpegs.Carl Hetherington
2018-05-21Fix up ChangeLog and cherry-pick 011d403 from master: fix missing ↵Carl Hetherington
burn-in/preview with subtitles containing ampersands.
2018-05-21Cherry-pick e881184: fix incorrect subtitle positioning in a VF when there ↵Carl Hetherington
are more than two consecutive reels without subtitles.
2018-05-18Cherry pick cbbc75a40156be9e3ef777e0f060f23639025e60 from master to fix slow ↵Carl Hetherington
exports.
2018-05-14Add colour, effect and effect colour to ::identifier() to force remake of ↵Carl Hetherington
video when they change (#1290). (cherry-pick of 4a23fb5dd58c6439f240f678be2e26a5bee17881 from master).
2018-05-14Fix crash on make-dcp after trimming end of text subtitles (#1275).Carl Hetherington
(cherry-picking cd810b7658b0f4910c093ac191c2b4ba06ba0677 from master)
2018-04-18When 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 croppingCarl Hetherington
the resulting images; fixes #1274.
2018-04-11Missing setup of SubtitleDecoder position causing #1271 and probably other ↵Carl Hetherington
things.
2018-04-11Fix 3D DCP handling in the player.Carl Hetherington
2018-04-05Updated zh_CN translation from 刘汉源.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 checker error when there is no test version.Carl Hetherington
2018-03-24Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-03-22Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-03-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-03-20Set el_GR charset.Carl Hetherington
2018-03-20Add plain el_GR files.Carl Hetherington
2018-03-17I know I said there was a string freeze, but a couple of importantCarl Hetherington
things snuck in at the last minute. Don't worry if you don't get a chance to translate them before release; I'm sure a point release will be along shortly.
2018-03-15Put libraries into Frameworks rather than lib to make Gatekeeper happy.Carl Hetherington
2018-03-13Add a hint to warn about the stereo-to-5.1 upmixers.Carl Hetherington
2018-03-10Remove assert in emit_audio to work around #1206.Carl Hetherington
2018-03-09Check for signer chains containing UTF8-marked strings and offerCarl Hetherington
to fix them on startup (#1218).
2018-03-09Don't fake-write encrypted video frames as the asset ID is somehow (?)Carl Hetherington
embedded in the HMAC (#1232).
2018-03-05Fix OOM condition when seeking near to the end of long FFmpeg files (#1230).Carl Hetherington
2018-03-02Fix corruption of subsampled images that are being placed into blackCarl Hetherington
frames at odd offsets, using the same approach that is used when cropping. Should fix #1227.
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 ↵Carl Hetherington
our config file version to 3.
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
updated metadata (where possible). Helps with #1194.