Use Film::Changed instead of Playlist::Changed in Player.
[dcpomatic.git] / src /
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.
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 HetheringtonTweak error message.
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 HetheringtonRemove unused variable.
2015-06-09 Carl HetheringtonTidy layout of keys prefs a bit (#460).
2015-06-09 Carl HetheringtonUpdate hints properly when fonts are changed.
2015-06-09 Carl HetheringtonHide Font members behind accessors.
2015-06-09 Carl HetheringtonAdd hint about > 640kB font files (#588).
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 HetheringtonPreserve row names across update_cells().
2015-06-03 Carl HetheringtonVarious work on audio mapping.
2015-06-03 Carl HetheringtonFix confusion with AUDIO_STREAMS property.
2015-06-03 Carl HetheringtonFix UI update when audio processor changes.
2015-06-03 Carl HetheringtonLayout tweaks.
2015-06-03 Carl HetheringtonFix serialisation of FirstAudio.
2015-06-02 Carl HetheringtonAnother build fix for Win32.
2015-06-02 Carl HetheringtonTry to fix Win32 build.
2015-06-02 Carl Hetherington26d4079c0a1eb010b0909e8f046f04381408b6f3 from master...
2015-06-02 Carl Hetherington21cb435ed5eb250a7f94887ddd75f6b367ea231f from master...
2015-06-02 Carl HetheringtonFix startup crash.
2015-06-02 Carl HetheringtonLayout tweak.
2015-06-02 Carl HetheringtonFix unsafe unlocked leak of reference.
2015-06-02 Carl HetheringtonApply single-processor branch manually; processor is...
2015-06-02 Carl HetheringtonHandle multiple audio streams in a single piece of...
2015-06-01 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-05-29 Carl HetheringtonSupporter.
2015-05-27 Carl HetheringtonFFmpegContent does not need audio_length().
2015-05-27 Carl HetheringtonThinko.
2015-05-27 Carl HetheringtonFix some uninitialised variables.
2015-05-27 Carl HetheringtonUntested use of Frame for video/audio content lengths.
2015-05-26 Carl Hetherington{Video,Audio}Frame -> Frame.
2015-05-26 Carl HetheringtonImprove implementation of ContentTime/DCPTime.
2015-05-26 Carl HetheringtonComment.
2015-05-26 Carl HetheringtonFix recovery of partial video MXF.
2015-05-26 Carl HetheringtonSlightly-improved log message.
2015-05-26 Carl HetheringtonTypo in colour conversion preset name.
2015-05-25 Carl HetheringtonCopy DCP name layout fix from master.
2015-05-25 Carl Hetherington48393469730c8fb8759cc41d50c95c26380991be from master...
2015-05-25 Carl Hetheringtond588620e70bf15da29cc242e4ae8d86977e8f36a from master...
2015-05-25 Carl Hetheringtonb37e348604b75f346c8b423dd6b67a4663102871 from master...
2015-05-25 Carl Hetherington5b5c36d28d07e8cd93af5a3f766fd95f2a506beb from master...
2015-05-25 Carl Hetheringtonaaae1b20f7029d0a9a66d6f45a285fab23ecf621 from master...
next