summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2021-07-10Use dcp::compose rather than our own.composeCarl Hetherington
2021-07-05Tidy a little and use some std::vector instead of raw arrays.Carl Hetherington
2021-07-05Use dcp::file_to_string().Carl Hetherington
2021-07-05Use unique_ptr.Carl Hetherington
2021-07-05C++11 tidying.Carl Hetherington
2021-07-04C++11 tidying.Carl Hetherington
2021-07-03Use std::vector rather than a raw array.Carl Hetherington
2021-07-03C++11 tidying.Carl Hetherington
2021-07-02Don't abort the update checker thread when one curl_easy_perform fails.Carl Hetherington
2021-07-01Remove unused variable.Carl Hetherington
2021-06-24Fix incorrect timestamps when exporting as reels (#2052).v2.15.155Carl Hetherington
2021-06-24Fix incorrect issuer/creator in CPL files.Carl Hetherington
2021-06-23Improve some error messages.Carl Hetherington
2021-06-23Add some more DecodeError constructors.Carl Hetherington
2021-06-22C++11 cleanup.Carl Hetherington
2021-06-21Remember the path used for "add files" (#2049).Carl Hetherington
2021-06-13Ignore incoming data when suspended.Carl Hetherington
2021-06-13Comment fixes.Carl Hetherington
2021-06-12Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-06-07pot/merge.Carl Hetherington
2021-06-04Fix errors when seeking FFmpeg for some formats.Carl Hetherington
2021-06-04Ignore HMAC discrepencies when reading DCPs.Carl Hetherington
2021-06-03Ignore errors from avcodec_receive_frame when flushing video (#2035).Carl Hetherington
2021-06-01Add hint when no audio language is set (#2033).Carl Hetherington
2021-06-01Tidying.Carl Hetherington
2021-06-01Add comment.Carl Hetherington
2021-06-01Put audio language back in the Film.Carl Hetherington
2021-05-31Allow any ratio to appear in the ISDCF name as an interior aspect ratio (#2030).Carl Hetherington
2021-05-30Missing full stop.Carl Hetherington
2021-05-30Sign things that come out of the combiner (#2028).Carl Hetherington
2021-05-30Allow annotation text to be set when combining DCPs.Carl Hetherington
2021-05-28pot/merge.Carl Hetherington
2021-05-28Updated sv_SE translation from Adam Klotblixt.Carl Hetherington
2021-05-27Fix missing verification note.v2.15.152Carl Hetherington
2021-05-26Tidy up Nanomsg more correctly.Carl Hetherington
2021-05-26Remove privilege escalation via seteuid() etc. on Linux.Carl Hetherington
2021-05-25Move video level conversion for RGB from FFmpegImageProxy to Image.Carl Hetherington
2021-05-25C++11 tidying.Carl Hetherington
2021-05-25Add video_to_full_range implementation for RGB48LE.Carl Hetherington
2021-05-25Clamp results correctly when shifting video levels, and account for that in t...Carl Hetherington
2021-05-25const-correctness tweak.Carl Hetherington
2021-05-25Forward-declare the right class.Carl Hetherington
2021-05-21Fix invalid memory access introduced in 6f832724ef942f133f6f8d0a06d7377beea8f7a6v2.15.150Carl Hetherington
2021-05-21Fix thinko in 4ce4b8d3429a97eb4df63460c7e73863f44a621eCarl Hetherington
2021-05-20Specify correct number of channels for LEQ(m) analyses of single pieces of co...Carl Hetherington
2021-05-19Don't assert on a non-existant codec (#1999).Carl Hetherington
2021-05-11Don't apply the Windows long path fix twice.v2.15.147Carl Hetherington
2021-05-11Revert incorrect 'fixing' of path on Windows (#1992).Carl Hetherington
2021-05-09Add more logging to disk writer.Carl Hetherington
2021-05-09Remove erroneous call to optional_node_child().Carl Hetherington