summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
AgeCommit message (Collapse)Author
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
2014-07-13Rename SoundProcessor -> CinemaSoundProcessor.Carl Hetherington
2014-07-13Very basic audio processing framework.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-06Fix warning.Carl Hetherington
2014-06-05Back port active_frame_rate_change stuff from v2, removing specification of ↵Carl Hetherington
video frame rate for sndfile sources.
2014-06-04Back-port v2's rename and slight extension of FrameRateConversion.Carl Hetherington
2014-06-04Merge master.Carl Hetherington
2014-06-03Tweak backtrace file for Windows.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-05-22Basics of noting subtitle times in FFmpegSubtitleStreams.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-27Merge master.Carl Hetherington
2014-04-27Add .dpx to the list of acceptable image files.Carl Hetherington
2014-04-01Merge master.Carl Hetherington
2014-03-25Add support for downloading Doremi server certificates.Carl Hetherington
2014-03-25It builds.Carl Hetherington
2014-03-21Mostly-merge master.Carl Hetherington
2014-03-18Tentative support for 3D from alternate frames.Carl Hetherington
Also remove references to libpostproc. Requested-by: Jean-Jacques Mantello
2014-03-05Merge branch 'master' into 2.0Carl Hetherington
2014-03-05Bump maximum audio channels to 12 so that we can (crudely) useCarl Hetherington
BsL/BsR. Requested-by: Markus Raab
2014-03-04Merge master.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-03-04Add support for no-scale of the input video.Carl Hetherington
Requested-by: Gérald Maruccia
2014-03-03Merge master.Carl Hetherington
2014-03-03Fix rounding of timecodes in at least some cases (#323).Carl Hetherington
Reported-by: Gérald Maruccia
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-02-24Merge master; specify libdcp-1.0.Carl Hetherington
2014-02-20Basic support for 7.1/HI/VI audio tracks.Carl Hetherington
2014-02-19Add some basic JSON stuff.Carl Hetherington