Merge master.
[dcpomatic.git] / src / lib /
2014-09-08 Carl HetheringtonMerge master.
2014-09-07 Carl HetheringtonMove VideoContentScale to its own file.
2014-09-07 Carl HetheringtonMerge master.
2014-09-07 Carl HetheringtonUse VideoContentScale rather than Ratio for the default...
2014-09-03 Carl HetheringtonFix warning.
2014-09-03 Carl HetheringtonMerge master.
2014-09-03 Carl HetheringtonPut the right 'actual' ratio in DCP titles even with...
2014-09-02 Carl HetheringtonSpeculative fix for Doremi certificate download on...
2014-09-02 Carl HetheringtonAdd a reasonably low timeout to curl fetches.
2014-08-31 Carl HetheringtonSpeculative v2 update.
2014-08-31 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-08-31 Carl HetheringtonMerge master.
2014-08-31 Carl HetheringtonStop CPL <Creator> tag being configurable and use DCP...
2014-08-31 Carl HetheringtonFix i18n of strings from src/lib/po on OS X. There...
2014-08-31 Carl HetheringtonMerge master.
2014-08-31 Carl Hetheringtonpot merge.
2014-08-30 Carl HetheringtonMerge master.
2014-08-26 Carl Hetheringtonpot-merge.
2014-08-25 Carl HetheringtonMerge master.
2014-08-25 Carl HetheringtonBasic recent files list in the File menu.
2014-08-25 Carl HetheringtonAlso create decryption certs if there is no config...
2014-08-25 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-08-25 Carl HetheringtonComments.
2014-08-25 Carl HetheringtonCreate a dcp::Signer in Config even when there is no...
2014-08-23 Carl HetheringtonFix some errant stringstreams.
2014-08-23 Carl HetheringtonMerge master.
2014-08-23 Carl HetheringtonRevert use of AVFormatContext::start_time when computin...
2014-08-19 Carl HetheringtonUse SafeStringStream instead of std::stringstream to...
2014-08-11 Carl HetheringtonMerge master.
2014-08-11 Carl HetheringtonRemove some left-over JSON bits.
2014-08-09 Carl HetheringtonProperly remove JSON server; remove some unused usings...
2014-08-09 Carl HetheringtonRemove JSON server code.
2014-08-09 Carl HetheringtonOnly build FrameRateChange description when required...
2014-08-06 Carl HetheringtonMerge master.
2014-08-04 Carl HetheringtonAdd KDM BCC email option.
2014-07-25 Carl HetheringtonComment tweak.
2014-07-25 Carl HetheringtonPut some get/sets in FFmpegAudioStream.
2014-07-24 Carl HetheringtonRemove unused variable.
2014-07-23 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2014-07-23 Carl HetheringtonReinstate AudioDecoder::flush().
2014-07-23 Carl HetheringtonFix excessive memory usage on long plays without audio.
2014-07-22 Carl HetheringtonFix some warnings.
2014-07-22 Carl HetheringtonWarning fixes.
2014-07-22 Carl HetheringtonOption to draw a border around the content's image...
2014-07-22 Carl HetheringtonSomewhat speculative move to allow -ve seeks, which...
2014-07-22 Carl HetheringtonAnother comment.
2014-07-22 Carl HetheringtonAdd a comment.
2014-07-22 Carl HetheringtonWrite subtitle intrinsic durations to match the picture...
2014-07-21 Carl HetheringtonAdapt to changes in libdcp1 wrt shared_ptr and Certificate.
2014-07-20 Carl HetheringtonSave KDMs for imported DCPs to metadata.xml.
2014-07-20 Carl HetheringtonBasic support for decryption of imported DCPs.
2014-07-18 Carl HetheringtonFix build.
2014-07-18 Carl HetheringtonMake 2.0 branch parallel installable with 1.x.
2014-07-18 Carl HetheringtonKeep signing certificates / keys in config.xml rather...
2014-07-17 Carl HetheringtonMerge master.
2014-07-17 Carl HetheringtonSpeculative fix for failure to keep the computer awake...
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 1.0
2014-07-16 Carl HetheringtonAdd default scaling setting to preferences (#384).
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonImprove approximate time reporting a bit (#383).
2014-07-16 Carl HetheringtonMerge remote-tracking branch 'origin/master' into 2.0
2014-07-16 Carl HetheringtonAllow $CPL_NAME etc. in KDM email subjects. Add de_DE...
2014-07-16 Carl HetheringtonPot merge.
2014-07-16 Carl HetheringtonMake KDM email subject configurable.
2014-07-16 Carl HetheringtonMissing virtual destructor.
2014-07-16 Carl HetheringtonMissing virtual destructor.
2014-07-16 Carl HetheringtonMerge master.
2014-07-16 Carl HetheringtonUpdates to de_DE.
2014-07-16 Carl HetheringtonUpdates to fr_FR from Grégoire Ausina.
2014-07-15 Carl HetheringtonMerge centos-hacks,.
2014-07-15 Carl HetheringtonCentos build fixes.
2014-07-15 Carl HetheringtonAdd simple stereo-5.1 upmixer.
2014-07-15 Carl HetheringtonAdd basic windowed-sinc audio filters.
2014-07-13 Carl HetheringtonRemove support for (very) old config file format.
2014-07-13 Carl HetheringtonRename SoundProcessor -> CinemaSoundProcessor.
2014-07-13 Carl HetheringtonVery basic audio processing framework.
2014-07-11 Carl HetheringtonRename subtitle_use -> use_subtitles.
2014-07-10 Carl HetheringtonAdd has_subtitles method to SubtitleContent; tidy up...
2014-07-10 Carl HetheringtonMerge master.
2014-07-10 Carl HetheringtonFix previous.
2014-07-10 Carl HetheringtonPrevent erroneous creation of subtitle MXF where there...
2014-07-10 Carl HetheringtonVarious fixes for DCP subtitles, and a test or two.
2014-07-10 Carl HetheringtonDocs.
2014-07-10 Carl HetheringtonDocs.
2014-07-10 Carl HetheringtonBasics of DCP subtitle import.
2014-07-10 Carl HetheringtonDecode DCP audio too.
2014-07-10 Carl HetheringtonBasics of direct write of J2K data without encode/decode.
2014-07-09 Carl HetheringtonSplit up image_proxy.{cc,h}
2014-07-09 Carl HetheringtonUse a new ImageProxy to hold J2K data from DCP content.
2014-07-09 Carl HetheringtonSave and re-load DCP content.
2014-07-09 Carl HetheringtonFix DCP name in editor; fix use of DCP entry points.
2014-07-09 Carl HetheringtonBasics of DCP import.
2014-07-08 Carl HetheringtonSmall clean up to video examiner use.
2014-07-08 Carl HetheringtonConversion of frame index to FFmpeg time must always...
2014-07-08 Carl HetheringtonRemove unused variable.
2014-07-08 Carl HetheringtonMerge master.
2014-07-04 Carl HetheringtonMake XML subtitle work at the very minimal level.
2014-07-04 Carl HetheringtonAdd 'starting' option to subtitles_during().
2014-07-02 Carl HetheringtonHopefully improve subtitle decoder seeking etc.
next