summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-10-08Remove useless code and clarify comment.Carl Hetherington
2014-10-08Use accept() properly when reading replies to server request broadcasts.Carl Hetherington
Without this, some replies were being lost.
2014-10-08White space.Carl Hetherington
2014-10-08Fix a couple of vaguely possible uninitialised values.Carl Hetherington
2014-10-05Bump ffmpeg version.Carl Hetherington
2014-10-03i18n merge and fixes after hot-keys added.Carl Hetherington
2014-09-28Better error when copying the video file into the DCP fails.Carl Hetherington
2014-09-14Another missing <iostream> include from Markus Kalb.Carl Hetherington
2014-09-14Missing <iostream> include. From Markus Kalb.Carl Hetherington
2014-09-14Update to nl_NL translation from Cherif Ben Brahim.Carl Hetherington
Signed-off-by: Cherif Ben Brahim
2014-09-12Allow separate X and Y scale for subtitles.Carl Hetherington
2014-09-08po merge.Carl Hetherington
2014-09-08Fix Targa file loading.Carl Hetherington
2014-09-08Move VideoContentScale to its own file.Carl Hetherington
2014-09-07Use VideoContentScale rather than Ratio for the default scale to.Carl Hetherington
2014-09-03Put the right 'actual' ratio in DCP titles even with no-stretch and no-scale.Carl Hetherington
2014-09-03Speculative fix for Doremi certificate download on OS X.Carl Hetherington
The while (wxTheApp->Pending ()) wxTheApp->Dispatch() appears to hang on OS X.
2014-09-02Add a reasonably low timeout to curl fetches.Carl Hetherington
2014-08-31Stop CPL <Creator> tag being configurable and use DCP-o-matic version number ↵Carl Hetherington
instead.
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-31pot merge.Carl Hetherington
2014-08-26pot-merge.Carl Hetherington
2014-08-25Basic recent files list in the File menu.Carl Hetherington
Suggested-by: Carsten Kurz
2014-08-23Revert use of AVFormatContext::start_time when computing the lengthCarl Hetherington
of videos. This appears to be wrong; niclasnornemark at gmail sent a file of about a minute length with a start time of 1h something.
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-08-11Remove some left-over JSON bits.Carl Hetherington
2014-08-09Properly remove JSON server; remove some unused usings; remove some ↵Carl Hetherington
unnecessary uses of stringstream.
2014-08-09Remove JSON server code.Carl Hetherington
2014-08-09Only build FrameRateChange description when required, not every time one is ↵Carl Hetherington
constructed.
2014-08-04Add KDM BCC email option.Carl Hetherington
2014-07-17Speculative fix for failure to keep the computer awake during encodes on ↵Carl Hetherington
Windows.
2014-07-16Add default scaling setting to preferences (#384).Carl Hetherington
2014-07-16Improve approximate time reporting a bit (#383).Carl Hetherington
2014-07-16Allow $CPL_NAME etc. in KDM email subjects. Add de_DE translation ofCarl Hetherington
default subject. Suggested-by: Carsten Kurz
2014-07-16Pot merge.Carl Hetherington
2014-07-16Make KDM email subject configurable.Carl Hetherington
Suggested-by: Carsten Kurz
2014-07-16Missing virtual destructor.Carl Hetherington
2014-07-16Updates to de_DE.Carl Hetherington
Signed-off-by: Carsten Kurz
2014-07-16Updates to fr_FR from Grégoire Ausina.Carl Hetherington
Signed-off-by: Grégoire Ausina
2014-07-15Centos build fixes.Carl Hetherington
2014-07-08Conversion of frame index to FFmpeg time must always use the original or ↵Carl Hetherington
detected FFmpeg video frame rate.
2014-07-08Remove unused variable.Carl Hetherington
2014-07-02Updated de_DE translation.Carl Hetherington
Signed-off-by: Carsten Kurz
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-28Fix crash on analysing audio (and possibly DCP creation) with resampledCarl Hetherington
content. Reported-by: Matthias Damm
2014-06-27Merge 1.70.0-hotfix branch into master.Carl Hetherington
2014-06-27Fix incorrect behaviour of Playlist::move_later.Carl Hetherington
2014-06-26Support different KDM formulations.Carl Hetherington
2014-06-26Allow user to set video frame rate of video sources (to override the ↵Carl Hetherington
detected one).
2014-06-26Use full/empty conditions rather than just a single condition for the server ↵Carl Hetherington
and encoder.