ChangeLog.
[dcpomatic.git] / src / lib /
2014-07-16 Carl HetheringtonAdd default scaling setting to preferences (#384).
2014-07-16 Carl HetheringtonImprove approximate time reporting a bit (#383).
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 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-08 Carl HetheringtonConversion of frame index to FFmpeg time must always...
2014-07-08 Carl HetheringtonRemove unused variable.
2014-07-02 Carl HetheringtonUpdated de_DE translation.
2014-07-01 Carl Hetheringtonwhile (1) -> while (true)
2014-06-27 Carl HetheringtonFix crash on analysing audio (and possibly DCP creation...
2014-06-27 Carl HetheringtonMerge 1.70.0-hotfix branch into master.
2014-06-27 Carl HetheringtonFix incorrect behaviour of Playlist::move_later.
2014-06-26 Carl HetheringtonSupport different KDM formulations.
2014-06-26 Carl HetheringtonAllow user to set video frame rate of video sources...
2014-06-26 Carl HetheringtonUse full/empty conditions rather than just a single...
2014-06-25 Carl HetheringtonSupport pixel format 46 in make_black().
2014-06-24 Carl Hetheringtonpot-merge.
2014-06-24 Carl HetheringtonUpdate comment.
2014-06-24 Carl HetheringtonOnly emit Changed when things are added to or removed...
2014-06-23 Carl HetheringtonSome comments.
2014-06-23 Carl HetheringtonBe more careful when mangling DCP names to fit ISDCF.
2014-06-22 Carl Hetheringtonpot merge.
2014-06-22 Carl HetheringtonAdd option to CC a KDM email, and add
2014-06-22 Carl HetheringtonReset-to-default button for KDM email text.
2014-06-22 Carl HetheringtonFix large memory leak with image sources.
2014-06-21 Carl HetheringtonSome missing i18n markup. Add S_ macro to allow contex...
2014-06-20 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-06-20 Carl HetheringtonUpdated fr_FR translation from Thierry Journet.
2014-06-20 Carl Hetheringtonpot_merge.
2014-06-20 Carl HetheringtonUpdates to de_DE translation from Carsten Kurz
2014-06-18 Carl HetheringtonFix awful thinko causing Playlist::active_frame_rate_ch...
2014-06-12 Carl HetheringtonAdd "scale to fit height/width" options to a new Conten...
2014-06-12 Carl HetheringtonIncorporate Film::_with_subtitles in the Film::video_id...
2014-06-11 Carl HetheringtonDon't specify internal aspect ratio in the ISDCF name...
2014-06-10 Carl HetheringtonSupport ISDCF naming convention version 9.
2014-06-10 Carl HetheringtonUse ISDCF rather than DCI when talking about the digita...
2014-06-10 Carl HetheringtonMerge master.
2014-06-10 Carl HetheringtonFix server/client with non-RGB24 images.
2014-06-10 Carl HetheringtonReport CLI server errors to stderr as well as the log.
2014-06-09 Carl HetheringtonUse a SpinCtrlDouble for audio gain, and change its...
2014-06-09 Carl HetheringtonEmit the large bits of pointless silence which are...
2014-06-08 Carl HetheringtonFix corrupted still image sources in some cases.
2014-06-06 Carl HetheringtonFix warning.
2014-06-05 Carl HetheringtonAttempted OS X build fix.
2014-06-05 Carl HetheringtonA couple of fixes to hangs when over-trimming content.
2014-06-05 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-06-05 Carl HetheringtonFix erroneous video position after seek.
2014-06-05 Carl HetheringtonUse Magick::Image::write rather than a hand-made loop...
2014-06-05 Carl HetheringtonBack port active_frame_rate_change stuff from v2, remov...
2014-06-04 Carl HetheringtonFix crash due to lack of signal disconnection.
2014-06-04 Carl HetheringtonBack-port v2's rename and slight extension of FrameRate...
2014-06-03 Carl HetheringtonAll audio content should resample if the output frame...
2014-06-03 Carl HetheringtonTweak backtrace file for Windows.
2014-06-03 Carl HetheringtonInclude audio mapping in the digest used to distinguish...
2014-06-02 Carl HetheringtonExpand the over-allocation of image buffers to 32 bytes...
2014-05-28 Carl HetheringtonModify KDM generation to work with CPLs rather than...
2014-05-25 Carl HetheringtonAccount for FFmpeg content start_time being non-zero:
2014-05-25 Carl HetheringtonMore logging tweaks; missing noncopyable.
2014-05-25 Carl HetheringtonLogging tweaks.
2014-05-24 Carl HetheringtonRely on Config for log settings, not the command line.
2014-05-23 Carl HetheringtonTweak logging a bit.
2014-05-21 Carl HetheringtonMore Windows fixes.
2014-05-21 Carl HetheringtonWindows build fix.
2014-05-21 Carl HetheringtonTry to fix clashes caused by ERROR, WARNING etc. as...
2014-05-21 Carl HetheringtonTidy up logging a bit. Make it configurable from the...
2014-05-21 Carl HetheringtonAdd some timing logs to image_proxy.
2014-05-19 Carl HetheringtonMerge delay-decode-take2 branch into master.
2014-05-16 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-05-15 Carl HetheringtonAdd some comments.
2014-05-14 Carl HetheringtonAdd ImageProxy class.
2014-05-14 Carl HetheringtonMake DCPVideoFrame use PlayerVideoFrame to store its...
2014-05-14 Carl HetheringtonMove Eyes and ColourConversion into PlayerVideoFrame.
2014-05-14 Carl HetheringtonRename PlayerImage to PlayerVideoFrame and give it...
2014-05-12 Carl HetheringtonAdd option to use any DCP frame rate, rather than just the
2014-05-12 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-05-12 Carl HetheringtonFix crash caused by previous change; doubles are expres...
2014-05-12 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-05-11 Carl HetheringtonRemove LocaleGuard and lexical_cast<> in favour of...
2014-05-10 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-05-10 Carl HetheringtonFix setup of the libswresample context to work with...
2014-05-09 Carl HetheringtonMerge.
2014-05-09 Carl HetheringtonFix crash on using content with more than 12 audio...
2014-05-09 Carl HetheringtonMAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.
2014-05-09 Carl HetheringtonRe-introduce ffprobe call when adding content.
2014-05-02 Carl Hetheringtonpot merge.
2014-04-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-04-29 Carl Hetheringtonpot_merge.
2014-04-27 Carl HetheringtonAdd .dpx to the list of acceptable image files.
2014-04-27 Carl HetheringtonOpen an error dialogue on uncaught exceptions in the...
2014-04-25 Carl HetheringtonFix subtitle display when the next subtitle is decoded...
2014-04-25 Carl HetheringtonCollect player subtitle processing into a Subtitle...
2014-04-25 Carl HetheringtonPut Piece class in its own file.
2014-04-21 Carl HetheringtonUpdate to fr_FR translation from Thierry Journet.
2014-04-21 Carl HetheringtonUpdate to es_ES translation from Manual AC.
2014-04-07 Carl HetheringtonUpdated fr_FR translation from Thierry Journet.
next