summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-03-10Take ISDCF metadata from templates.Carl Hetherington
2018-03-09Check for signer chains containing UTF8-marked strings and offerCarl Hetherington
2018-03-07Don't fake-write encrypted video frames as the asset ID is somehow (?)Carl Hetherington
2018-03-06Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-03-06Adapt for changes to libdcp API.Carl Hetherington
2018-03-05Fix charset in new fi_FI files.Carl Hetherington
2018-03-05Add stub fi_FI.po files.Carl Hetherington
2018-03-05Fix OOM condition when seeking near to the end of long FFmpeg files (#1230).Carl Hetherington
2018-03-05Tidy up with some typedefs.Carl Hetherington
2018-03-02Fix corruption of subsampled images that are being placed into blackCarl Hetherington
2018-03-01Remove unused parameter.Carl Hetherington
2018-03-01Remove unused parameter; set audio frame size from the video/audio frame rates.Carl Hetherington
2018-03-01Avoid a memcpy in the export code.Carl Hetherington
2018-02-28Fix crash if quick_refresh() fails.Carl Hetherington
2018-02-27Remove some unused code.Carl Hetherington
2018-02-27Add a hint to warn about the stereo-to-5.1 upmixers.Carl Hetherington
2018-02-27Remove relative path elements from test location.Carl Hetherington
2018-02-27Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-02-27Add a load of explicit keywords.Carl Hetherington
2018-02-27Add an explicit.Carl Hetherington
2018-02-27Remove duplicate variables.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-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-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-16Name threads on Linux.Carl Hetherington
2018-02-14Adapt for changes to disable_forensic variable types in libdcp.Carl Hetherington
2018-02-14Don't disable forensic marking by default.Mart Jansink
2018-02-14Optionally write the KDMs to the stdout.Mart Jansink
2018-02-14Make the KDM's id available to the filename format.Mart Jansink
2018-02-14Optionally provide a custom filename and container name format via the CLI ar...Mart Jansink
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