summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-09-30Bump ffmpeg.Carl Hetherington
2014-09-30Basic video fade support.Carl Hetherington
2014-09-29Merge master.Carl Hetherington
2014-09-28Better error when copying the video file into the DCP fails.Carl Hetherington
2014-09-18Try to make Windows console appearance a preference.Carl Hetherington
2014-09-16Merge master.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-12Merge master.Carl Hetherington
2014-09-12Allow separate X and Y scale for subtitles.Carl Hetherington
2014-09-12Add context menu option to re-examine content (#339).Carl Hetherington
2014-09-12Missing file.Carl Hetherington
2014-09-11Spot repeated frames from single-image sources and optimise encoding.Carl Hetherington
2014-09-11Clarify logic.Carl Hetherington
2014-09-11No-op; rename a variable and add some comments.Carl Hetherington
2014-09-10Fix loading of 1.x films.Carl Hetherington
2014-09-10Don't automatically call pass() without first checking to see if we haveCarl Hetherington
what we need; otherwise we can keep calling pass() unnecessarily which causes a build-up of data which is eventually trimmed to save memory.
2014-09-10Comments.Carl Hetherington
2014-09-09Merge master.Carl Hetherington
2014-09-09Use dcpomatic2 for config files (for now, at least) and remove old ↵Carl Hetherington
.dvdomatic option.
2014-09-08po merge.Carl Hetherington
2014-09-08Fix Targa file loading.Carl Hetherington
2014-09-08Merge master.Carl Hetherington
2014-09-08Move VideoContentScale to its own file.Carl Hetherington
2014-09-07Merge master.Carl Hetherington
2014-09-07Use VideoContentScale rather than Ratio for the default scale to.Carl Hetherington
2014-09-04Fix warning.Carl Hetherington
2014-09-04Merge master.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-09-01Speculative v2 update.Carl Hetherington
2014-09-01Merge master.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-31Merge master.Carl Hetherington
2014-08-31pot merge.Carl Hetherington
2014-08-30Merge master.Carl Hetherington
2014-08-26pot-merge.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-08-25Also create decryption certs if there is no config file.Carl Hetherington
2014-08-25Comments.Carl Hetherington
2014-08-25Create a dcp::Signer in Config even when there is no existing file.Carl Hetherington
2014-08-23Fix some errant stringstreams.Carl Hetherington
2014-08-23Merge master.Carl Hetherington
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-11Merge master.Carl Hetherington