summaryrefslogtreecommitdiff
path: root/src/lib/util.h
AgeCommit message (Collapse)Author
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
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-18Include tidying.Carl Hetherington
2015-08-10Set up for the correct handling of UTF-8 with WindowsCarl Hetherington
paths before trying to access the config file. Fixes #654.
2015-07-08Change the broadcast string so V2 only recognises V2 servers (and vice versa).Carl Hetherington
2015-07-01Remove some unused methods.Carl Hetherington
2015-06-10Resurrect neater repeat-write handling.Carl Hetherington
2015-06-09Subtitle naming fixes.Carl Hetherington
2015-06-08Adapt for changes to libdcp API.Carl Hetherington
2015-05-26{Video,Audio}Frame -> Frame.Carl Hetherington
2015-05-253cb5a4c2064d4cf4d8cbdca75a84615a6c56fb7c from master; use j2c_uuid and ↵Carl Hetherington
pcm_uuid for picture/sound MXF filenames.
2015-05-12Assorted image subtitle fixes.Carl Hetherington
2015-05-02Remove approximate size stuff where playback viewer would roundCarl Hetherington
down to nearest 4 pixels to try and speed up scaling. It didn't work as the two estimates of what would be scaled didn't always agree. It could probably be resurrected.
2015-04-21Hand-apply bd7102b476c631b1fa9067f18ce938d86073f6c8; single-file hashes.Carl Hetherington
2015-03-24Hand-apply e30fd8d; resurrect JSON server code.Carl Hetherington
2015-02-03Move log environment dump stuff out into its own file.Carl Hetherington
2015-01-29Move Socket to dcpomatic_socket.{cc,h}.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵Carl Hetherington
digest calculation.
2015-01-24Hand-apply d4470377df181b4d15fbac86c454a8372b1a0f3d; fix update checker.Carl Hetherington
2014-12-22Remove some unused code.Carl Hetherington
2014-12-22Remove POSIX backtraces; move ScopedTemporary into its own file.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-12-15Hand-apply 155b4b9f615f42b5cc26e2953860aba34b17bbc0; allow build of Windows ↵Carl Hetherington
debug version using gdb.
2014-12-10Trim unused stuff.Carl Hetherington
2014-12-05Some include tidying.Carl Hetherington
2014-11-23First cut at J2K import.Carl Hetherington
2014-11-13Hand-apply 9c251ca3debbf1e529b77ea4d174994ef8b5dd0b from master:Carl Hetherington
Try to write Windows backtraces to the last-loaded-film's directory.
2014-11-06Basic support for emailing a report of a problem (#43).Carl Hetherington
2014-08-25Merge master.Carl Hetherington
2014-08-25Basic recent files list in the File menu.Carl Hetherington
Suggested-by: Carsten Kurz
2014-07-22Option to draw a border around the content's image (#391).Carl Hetherington
2014-07-18Keep signing certificates / keys in config.xml rather than on disk; allow ↵Carl Hetherington
configuration.
2014-06-26Merge master.Carl Hetherington
2014-06-04Back-port v2's rename and slight extension of FrameRateConversion.Carl Hetherington
2014-06-04Merge master.Carl Hetherington
2014-06-03Include audio mapping in the digest used to distinguish differentCarl Hetherington
audio analyses so that the analyses are re-computed when the mapping changes. Reported-by: Matthias Damm
2014-06-02Merge master.Carl Hetherington
2014-05-22Basics of noting subtitle times in FFmpegSubtitleStreams.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones.
2014-05-10Merge master.Carl Hetherington
2014-05-09MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.Carl Hetherington
2014-05-01Comments.Carl Hetherington
2014-04-01Merge master.Carl Hetherington
2014-03-25Add support for downloading Doremi server certificates.Carl Hetherington
2014-03-05Merge branch 'master' into 2.0Carl Hetherington