summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
AgeCommit message (Expand)Author
2018-10-12Change MagickImageProxy to FFmpegImageProxy and make it use FFmpegCarl Hetherington
2018-07-14Assume .jpf is an image (JPEG2000).Carl Hetherington
2018-05-28Fix seconds_to_approximate_hms sometimes saying things like 1h60m (#1314).Carl Hetherington
2018-04-22Allow + in DCP names for ISDCF RU rating strings.Carl Hetherington
2018-03-16Another OS X signing-related fix.Carl Hetherington
2018-02-04Listen for server replies on different ports on main and batch, and get serve...Carl Hetherington
2018-01-16In general the player assumes that it won't receive out of order video.Carl Hetherington
2017-12-14Mark .exr as a valid image file.Carl Hetherington
2017-08-14Add DCP size and length to player.Carl Hetherington
2017-06-01Re-add missing audio mapping in butler for preview.Carl Hetherington
2017-05-10Put av_register_all() in the right place.Carl Hetherington
2017-05-09Simple cover sheet support (#1039).Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-02-20Be more careful about allowing possibly-trouble-causing characters in DCP fil...Carl Hetherington
2016-12-21Make "Add folder..." to accept a directory of WAV files (#942).Carl Hetherington
2016-10-29Fix attempt to internationalise an empty string causing strange channel names...Carl Hetherington
2016-10-20Give a better error if the user tries to load a non-KDM as a DKDM into the KD...Carl Hetherington
2016-09-30Better tidy_for_filename that doesn't screw up with UTF-8.Carl Hetherington
2016-09-26Add note for translators.Carl Hetherington
2016-08-28Fix typo (thanks Rob).Carl Hetherington
2016-08-25Add channel details to high-audio-level hints (#822).Carl Hetherington
2016-08-21Even better open-file error reports.Carl Hetherington
2016-08-18Better errors on open fails; remove unused exception.Carl Hetherington
2016-08-16Tidy up a few details with custom filenames.Carl Hetherington
2016-08-12Move locale_convert into libdcp.Carl Hetherington
2016-08-12Replace incorrect uses of raw_convert with a new locale_convert.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-08-04Different configuration of filename format for assets / metadata (since CPL/P...Carl Hetherington
2016-07-31Allow configuration of MXF/XML filenames (part of #710).Carl Hetherington
2016-07-29Add reel index/count to DCP filename format.Carl Hetherington
2016-07-29Simplification of name format stuff.Carl Hetherington
2016-07-29Basics of custom DCP filename components.Carl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...Carl Hetherington
2016-06-29Small tweaks to times in progress reports.Carl Hetherington
2016-06-24Fix confused checks for Image/GraphicsMagick in wscript. Add missing Initial...Carl Hetherington
2016-06-13Rename MD5Digester -> Digester.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-03-14Revert ea35bff; gives an error on Windows (locale::facet::_S_create_c_locale ...Carl Hetherington
2016-03-13Ignore empty KDM email addresses (#818).Carl Hetherington
2016-03-13Accept either , or . for a decimal separator in the gain calculator.Carl Hetherington
2016-03-13Use the set locale for boost::lexical_cast to fix #824.Carl Hetherington
2015-11-12Extend maximum DCP audio channels to 16.Carl Hetherington
2015-08-26Separate FFmpegSubtitlePeriod.Carl Hetherington
2015-08-26Rest of src/lib/*.h tidying.Carl Hetherington
2015-08-25Purge rint() and use llrint and friends.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-08-10Set up for the correct handling of UTF-8 with WindowsCarl Hetherington
2015-07-30Changes to libdcp.Carl Hetherington
2015-07-17Move curl_global_init() to dcpomatic_setup() and remove curl_global_cleanup.Carl Hetherington