Re-add show audio button and analyse just that content when it is clicked.
[dcpomatic.git] / src / lib /
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...
2015-06-12 Carl HetheringtonSmall optimisation.
2015-06-12 Carl HetheringtonSmall tidy-up.
2015-06-11 Carl HetheringtonRemove unused method.
2015-06-11 Carl HetheringtonUse better J2KImageProxy::same() method.
2015-06-11 Carl HetheringtonCheck for J2K data before checking for similarity of...
2015-06-11 Carl HetheringtonLog a warning rather than getting stuck when clamping...
2015-06-11 Carl Hetheringtonpot/merge.
2015-06-11 Carl HetheringtonFix audio analyis hang with duplicate stream IDs (...
2015-06-10 Carl HetheringtonSkip audio analysis when there is no audio content...
2015-06-10 Carl HetheringtonResurrect neater repeat-write handling.
2015-06-10 Carl HetheringtonRemove unused declaration.
2015-06-10 Carl HetheringtonTake a JPEG2000 header marked as SRGB to mean that...
2015-06-10 Carl HetheringtonShift 8-bit XYZ images up so that they are at least...
2015-06-10 Carl HetheringtonTidy up J2KImageProxy a bit.
2015-06-10 Carl HetheringtonRename EncodedData -> Data and trim it a bit.
2015-06-10 Carl HetheringtonRecognise JP2 files.
2015-06-10 Carl HetheringtonFix build.
2015-06-10 Carl HetheringtonUse Image::operator== to compare RawImageProxy which...
2015-06-10 Carl HetheringtonFix digester to take digest of the whole image, not...
2015-06-09 Carl HetheringtonUpdate hints properly when fonts are changed.
2015-06-09 Carl HetheringtonHide Font members behind accessors.
2015-06-09 Carl HetheringtonSubtitle naming fixes.
2015-06-09 Carl HetheringtonBump libdcp.
2015-06-08 Carl HetheringtonMerge.
2015-06-08 Carl HetheringtonSome work on SMPTE subs.
2015-06-08 Carl HetheringtonFix detection of same-frame to speed up simple encodes...
2015-06-08 Carl HetheringtonAdd basic ::same for RawImageProxy and J2KImageProxy.
2015-06-08 Carl HetheringtonDefault to enabling DCP/SubRip subtitles after they...
2015-06-08 Carl HetheringtonAdapt for changes to libdcp API.
2015-06-04 Carl HetheringtonAnother OS X warning fix.
2015-06-04 Carl HetheringtonTry to fix some warnings on OS X.
2015-06-03 Carl HetheringtonFix horizontal positioning with .srt / burn-in (#488).
2015-06-03 Carl HetheringtonVarious fixes to allow independent x and y scaling...
2015-06-03 Carl HetheringtonWrite prefs to ~/Library/Preferences on OS X.
2015-06-03 Carl HetheringtonMake show audio work on the whole DCP, not individual...
2015-06-03 Carl HetheringtonFix comment typo.
2015-06-03 Carl HetheringtonVarious work on audio mapping.
2015-06-03 Carl HetheringtonFix confusion with AUDIO_STREAMS property.
2015-06-03 Carl HetheringtonFix serialisation of FirstAudio.
next