Try rounding down when calculating frames from Times.
[dcpomatic.git] / src / lib /
2015-07-14 Carl HetheringtonTry rounding down when calculating frames from Times.
2015-07-14 Carl HetheringtonUpdated fr_FR translation from Thierry Journet.
2015-07-14 Carl HetheringtonExpress trims using ContentTime so that they do not...
2015-07-14 Carl HetheringtonSlightly cleaner implementations of Player::dcp_to_cont...
2015-07-14 Carl HetheringtonTests of Player::dcp_to_content_video, content_video_to...
2015-07-14 Carl HetheringtonFix mistaken use of wrong enum.
2015-07-13 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-13 Carl HetheringtonPort 65514eea7705fb12985cef448f08ceb47db6acab from...
2015-07-13 Carl HetheringtonLook at more then one piece of video content when requi...
2015-07-13 Carl HetheringtonRemove out-of-date comment.
2015-07-09 Carl HetheringtonGuess a better optimum frame rate when there is content...
2015-07-09 Carl HetheringtonMissing rounding.
2015-07-09 Carl HetheringtonPrevent assertion failure when using DCP content with...
2015-07-09 Carl Hetheringtonpot/merge.
2015-07-09 Carl HetheringtonMake BitsPerPixel tag optional; fix some confusions...
2015-07-08 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-07-08 Carl HetheringtonSpeculative Arch fix.
2015-07-08 Carl HetheringtonChange the broadcast string so V2 only recognises V2...
2015-07-07 Carl HetheringtonArch tweaks.
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 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 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-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 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 HetheringtonPrevent DCP creation if we're trying not to burn in...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
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 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 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 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-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-13 Carl HetheringtonTry to fix completely broken i18n.
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 HetheringtonCalm down credits slightly.
2015-06-12 Carl HetheringtonCredit Gerald Maruccia for the upmixer algorithm.
2015-06-12 Carl HetheringtonFix M/S decoder input names.
2015-06-12 Carl HetheringtonNew ru_RU translation from Igor Voytovich.
2015-06-12 Carl HetheringtonComment.
2015-06-12 Carl HetheringtonAdd a pixel format to ::fade().
2015-06-12 Carl HetheringtonComment.
2015-06-12 Carl HetheringtonRemove PassReason stuff.
2015-06-12 Carl HetheringtonFix FFmpeg subtitle stream serialisation.
2015-06-12 Carl HetheringtonUn-map non-selected audio streams when loading old...
next