summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
AgeCommit message (Collapse)Author
2015-07-01Remove some unused methods.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-13Try to fix completely broken i18n.Carl Hetherington
2015-06-10Resurrect neater repeat-write handling.Carl Hetherington
2015-06-10Recognise JP2 files.Carl Hetherington
2015-06-09Subtitle naming fixes.Carl Hetherington
2015-06-08Adapt for changes to libdcp API.Carl Hetherington
2015-05-25Remove user-configurable colour conversion presets.Carl Hetherington
2015-05-253cb5a4c2064d4cf4d8cbdca75a84615a6c56fb7c from master; use j2c_uuid and ↵Carl Hetherington
pcm_uuid for picture/sound MXF filenames.
2015-05-13Look up unknown subtitle end times from the data prepared by the examiner.Carl Hetherington
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-05-01Fix last-but-one commit.Carl Hetherington
2015-05-01f45b53e8f5d13f3dd3eecd14bfd44a12fb788d4e from master; ignore ._ files.Carl Hetherington
2015-04-30Various bits related to subtitle font handling, particularly copying fonts ↵Carl Hetherington
to the DCP.
2015-04-21Hand-apply bd7102b476c631b1fa9067f18ce938d86073f6c8; single-file hashes.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.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-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵Carl Hetherington
digest calculation.
2014-12-22Remove some unused code.Carl Hetherington
2014-12-22Remove POSIX backtraces; move ScopedTemporary into its own file.Carl Hetherington
2014-12-21Fix typos on hand-applying patch.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-05More header file rearrangement.Carl Hetherington
2014-11-24Hand apply 7e5cb78c7e14aac65d1e8a4df301cfac8cf20b2c from master;Carl Hetherington
fix markup of TRANSLATORS comments.
2014-11-24Add .j2c/.j2k to list of valid image files.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-07Shrink progress text so that it fits better on 4:3 screens.Carl Hetherington
2014-10-21Merge master.Carl Hetherington
2014-10-18Fix build on Debian unstable which now has GraphicsMagick rather than ↵Carl Hetherington
ImageMagick.
2014-10-08Merge master.Carl Hetherington
2014-10-08White space.Carl Hetherington
2014-09-04Fix warning.Carl Hetherington
2014-09-01Speculative v2 update.Carl Hetherington
2014-09-01Merge master.Carl Hetherington
2014-08-31Fix i18n of strings from src/lib/po on OS X. There were two bugs;Carl Hetherington
firstly, the path to the .mo files was wrong (the code assumed that OSX was like Linux). Secondly, the string passed into putenv() must not be freed by the caller (as its docs say). It appears that you get away with not doing this on Linux and Windows.
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-07-22Option to draw a border around the content's image (#391).Carl Hetherington
2014-07-19Fix build.Carl Hetherington
2014-07-18Keep signing certificates / keys in config.xml rather than on disk; allow ↵Carl Hetherington
configuration.
2014-07-16Merge master.Carl Hetherington
2014-07-16Improve approximate time reporting a bit (#383).Carl Hetherington