Speculative Arch fix.
[dcpomatic.git] / src /
2015-07-08 Carl HetheringtonSpeculative Arch fix.
2015-07-07 Carl HetheringtonMarkus Kalb has been doing a lot of work for Arch.
2015-07-07 Carl HetheringtonArch tweaks.
2015-07-07 Carl HetheringtonMerge branch '1.0' of ssh://git.carlh.net/home/carl...
2015-07-07 Carl HetheringtonTypo in previous.
2015-07-07 Carl HetheringtonSupporter.
2015-07-06 Carl HetheringtonProblem reporting needs a film.
2015-07-06 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-06 Carl HetheringtonCopy pl_PL translation from 1.x.
2015-07-06 Carl Hetheringtonpot/merge.
2015-07-06 Carl HetheringtonVarious .po file hackery.
2015-07-06 Carl HetheringtonVarious ill-informed tweaks to fr_FR.
2015-07-06 Carl HetheringtonPunctuation.
2015-07-06 Carl HetheringtonMisspelling.
2015-07-06 Carl HetheringtonSearch for servers immediately when configuration changes.
2015-07-06 Carl HetheringtonRename broadcast thread to search thread.
2015-07-06 Carl HetheringtonBetter updating of servers list when things change.
2015-07-06 Carl HetheringtonMove specification of UTF-8 charset to avoid breaking...
2015-07-06 Carl HetheringtonAdd configuration of KDM SMTP port; remove slight warni...
2015-07-05 Carl HetheringtonImplement missing support for DCP subs inside DCP conte...
2015-07-02 Carl HetheringtonAdd bits per pixel to video content properties.
2015-07-02 Carl HetheringtonMore boost regex fixes.
2015-07-02 Carl HetheringtonAttempt to fix boost regex deps.
2015-07-02 Carl HetheringtonPass colour on when decoding.
2015-07-02 Carl HetheringtonFix PlayerVideo::has_j2k to cope with subtitles and...
2015-07-02 Carl HetheringtonRemove output gamma configuration option after discussi...
2015-07-02 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-02 Carl HetheringtonFix typo causing #626.
2015-07-01 Carl HetheringtonRestore short-cutting of analysis gain updates.
2015-07-01 Carl HetheringtonRe-add show audio button and analyse just that content...
2015-07-01 Carl HetheringtonGo back to player having a playlist and not assuming...
2015-07-01 Carl HetheringtonRemove some unused methods.
2015-06-30 Carl HetheringtonImprove speed when encoding lots of identical frames...
2015-06-30 Carl HetheringtonFix progress reporting when repeating frames.l
2015-06-30 Carl Hetheringtonpot/pot-merge.
2015-06-30 Carl HetheringtonWrite FFmpeg log output to our log file.
2015-06-30 Carl HetheringtonCalm down default logging a bit.
2015-06-29 Carl HetheringtonFix merge.
2015-06-26 Carl HetheringtonFix missing subtitles in some cases.
2015-06-26 Carl HetheringtonMake sure use of subs is reflected in the video identifier.
2015-06-26 Carl HetheringtonFonts change appearance of subtitles if they are burnt in.
2015-06-26 Carl HetheringtonThe appearance of FFmpegContent can be changed by alter...
2015-06-26 Carl HetheringtonTweak checkbox label.
2015-06-25 Carl HetheringtonDisallow non-burn of image subtitles by disabling the...
2015-06-25 Carl HetheringtonMerge branch 'content-burn-subs' into 2.0
2015-06-25 Carl HetheringtonMake player decide whether subtitles should be burnt...
2015-06-25 Carl HetheringtonAdd burn-subtitles button to Subtitle panel.
2015-06-25 Carl HetheringtonAdd burn_subtitles property to SubtitleContent.
2015-06-25 Carl HetheringtonUse optional<> for PositionImage in PlayerVideo to...
2015-06-25 Carl HetheringtonMerge.
2015-06-25 Carl HetheringtonAdd DEBUG_DECODE and some basic debugging of the decodi...
2015-06-25 Carl HetheringtonRemove some old debugging code.
2015-06-22 Carl HetheringtonFix missing YUVToRGB node when saving colour conversion...
2015-06-21 Carl HetheringtonAdd more video properties to content properties dialog.
2015-06-21 Carl HetheringtonDisable colour conversion choice in the appropriate...
2015-06-21 Carl HetheringtonPrevent DCP creation if we're trying not to burn in...
2015-06-21 Carl HetheringtonRemove wxST_ELLIPSIZE_END from job status.
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-20 Carl HetheringtonFix some warnings.
2015-06-19 Carl HetheringtonRemove a few dubious fr_FR fuzzy translations.
2015-06-19 Carl HetheringtonMerge.
2015-06-19 Carl HetheringtonFix audio analysis after recent breakage.
2015-06-19 Carl HetheringtonTry again to fix OS X resource directory location.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-06-19 Carl HetheringtonSpeculative fix to OS X shared_path to fix finding...
2015-06-18 Carl HetheringtonMissing binary specifier.
2015-06-18 Carl HetheringtonSplit job status onto two lines (#610).
2015-06-18 Carl HetheringtonUse output channel counts from processors to decide...
2015-06-18 Carl HetheringtonIncorporate fade in video content identifiers (#613).
2015-06-18 Carl HetheringtonFix check for overlap to be less greedy.
2015-06-18 Carl HetheringtonSupporter.
2015-06-18 Carl HetheringtonStop playback when we reach the end of the playlist.
2015-06-18 Carl HetheringtonRemove delta from Playlist::length().
2015-06-18 Carl HetheringtonComment.
2015-06-17 Carl HetheringtonFinal tweaks and removal of Film::playlist().
2015-06-17 Carl HetheringtonAudioDialog does not need explicit playlist.
2015-06-17 Carl HetheringtonAnalyseAudioJob does not need an explicit playlist.
2015-06-17 Carl HetheringtonRemove unnecessary Playlist argument to Film::audio_ana...
2015-06-17 Carl HetheringtonRemove Film::make_player().
2015-06-17 Carl HetheringtonHence Player does not need Playlist.
2015-06-17 Carl HetheringtonUse Film's ContentChanged rather than Playlist's.
2015-06-17 Carl HetheringtonForward frequent parameter from Playlist::ContentChange...
2015-06-17 Carl HetheringtonUse Film::Changed instead of Playlist::Changed in Player.
2015-06-16 Carl HetheringtonModify previous commit to move restriction code into...
2015-06-16 Carl HetheringtonPrevent selection of too few DCP channels (#611).
2015-06-15 Carl HetheringtonSelect newly-added content (#455).
2015-06-14 Carl HetheringtonDon't seek before 0 in FFmpegDecoder; fixes errors...
2015-06-14 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-06-14 Carl HetheringtonFix failure on 1-frame-back seek (#604).
2015-06-14 Carl HetheringtonFix messed up position slider caused by trim changes.
2015-06-14 Carl HetheringtonAdd buttons to set trim from current playhead position...
2015-06-13 Carl HetheringtonTry to fix completely broken i18n.
2015-06-13 Carl HetheringtonCapitalise name of Russia in config dialog.
2015-06-13 Carl HetheringtonAdd program support for ru_RU and fix a couple of trans...
2015-06-13 Carl HetheringtonTry to fix crash.
2015-06-12 Carl HetheringtonTidy progress report when sending problem report email.
2015-06-12 Carl HetheringtonUpdate progress bar when finding subtitles in FFmpeg...
2015-06-12 Carl HetheringtonLayout the audio mapping's sizer after it changes ...
2015-06-12 Carl HetheringtonAdd a close button to the AudioDialog on Linux in case...
2015-06-12 Carl HetheringtonCalm down credits slightly.
next