Optimise sorting of image filenames.
[dcpomatic.git] / src /
2017-05-26 Carl HetheringtonOptimise sorting of image filenames.
2017-05-26 Carl HetheringtonFix unlikely crash.
2017-05-26 Carl HetheringtonSome missing cleanup of _broadcast.
2017-05-26 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2017-05-25 Carl HetheringtonAnother speculative attempt to fix crash on quit.
2017-05-25 Carl HetheringtonAttempt to fix crash on ~Server().
2017-05-25 Carl HetheringtonNag about potential problems when remaking the decrypti...
2017-05-25 Carl Hetheringtonpot/merge.
2017-05-25 Carl HetheringtonDecryption keys are really for decrypting KDMs, not...
2017-05-25 Carl HetheringtonMissing virtual destructor.
2017-05-25 Carl HetheringtonSupporter.
2017-05-25 Carl HetheringtonNew OS X menu bar icon for server.
2017-05-24 Carl HetheringtonTrim some code.
2017-05-24 Carl HetheringtonMore tests; fix blend for YUV420P10LE.
2017-05-24 Carl HetheringtonImplement alpha_blend for YUV420P and YUV420P10. Impro...
2017-05-24 Carl HetheringtonFix crash on OS X when chroma subsampling is happening.
2017-05-24 Carl HetheringtonKeep model up to date when reordering KDMs.
2017-05-24 Carl HetheringtonTry to respect ordering when dragging and dropping.
2017-05-24 Carl HetheringtonSupport basic drag-and-drop of DKDMs.
2017-05-24 Carl HetheringtonDon't crash when failing to parse a KDM.
2017-05-24 Carl HetheringtonMissing files.
2017-05-24 Carl HetheringtonBasic implementation of a tree view for DKDMs (#1012).
2017-05-23 Carl HetheringtonBetter error message.
2017-05-23 Carl HetheringtonTry to stop crashes when tests are torn down.
2017-05-23 Carl HetheringtonFix find-missing-content.
2017-05-23 Carl HetheringtonSpeculative fix for adding DCPs to projects with dcpoma...
2017-05-23 Carl HetheringtonWhite space tweaks.
2017-05-23 Carl HetheringtonAdd Content::set_paths().
2017-05-21 Carl HetheringtonRemove some unused code.
2017-05-21 Carl HetheringtonComment format tweak.
2017-05-21 Carl HetheringtonFix _position with VIDEO_FRAME_TYPE_3D_ALTERNATE.
2017-05-21 Carl HetheringtonRemove debug.
2017-05-21 Carl HetheringtonDo resampling in AudioDecoder rather than Player.
2017-05-19 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-05-19 Carl HetheringtonFix incorrect asserts.
2017-05-19 Carl HetheringtonSupporter.
2017-05-19 Carl HetheringtonSupporter.
2017-05-18 Carl HetheringtonFix infinite loop with referenced audio.
2017-05-18 Carl HetheringtonFix audio fill in the presence of audio delay.
2017-05-18 Carl HetheringtonFix order of pass/fill; only round up at the end of...
2017-05-18 Carl HetheringtonSupporter.
2017-05-17 Carl HetheringtonPlayer should fill towards the next video frame.
2017-05-17 Carl HetheringtonRemove old declaration.
2017-05-17 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-05-17 Carl HetheringtonSpeculative corresponding audio fix to 732c9008999e4eef...
2017-05-17 Carl HetheringtonRespect _no_video and _no_audio when filling.
2017-05-17 Carl HetheringtonSpeculative fix when solves problems when FFmpeg conten...
2017-05-17 Carl HetheringtonAssert that reel assets are all the same length.
2017-05-17 Carl HetheringtonPut audio-gap padding in the right place (after the...
2017-05-16 Carl HetheringtonFix _last_video_time with 3D.
2017-05-16 Carl HetheringtonFix black fill where there is no earliest content.
2017-05-16 Carl HetheringtonFFmpegEncoder fixes: handle AV_CODEC_CAP_VARIABLE_FRAME...
2017-05-16 Carl HetheringtonRe-merge _last_{video,audio}_time and _last_seek_time...
2017-05-16 Carl HetheringtonFix failure to fill FFmpeg gaps at the start of films.
2017-05-16 Carl HetheringtonFix slightly short video reels in some cases.
2017-05-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-05-16 Carl HetheringtonFix missing pad of gaps caused by delays in audio conte...
2017-05-16 Carl HetheringtonRemove unused _last_pull.
2017-05-15 Carl HetheringtonAdd a couple of asserts.
2017-05-15 Carl HetheringtonAdd some debug for Igor.
2017-05-15 Carl HetheringtonFix missing subtitle in some cases.
2017-05-15 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2017-05-15 Carl HetheringtonTidy up subtitle appearance with text subtitles.
2017-05-15 Carl Hetheringtonpot/merge.
2017-05-15 Carl HetheringtonUpdated ru_RU translation from Igor Voytovich.
2017-05-15 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2017-05-15 Carl HetheringtonFix typo (thanks Rob).
2017-05-15 Carl HetheringtonDon't put seconds in KDM filenames.
2017-05-13 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-05-13 Carl HetheringtonFix confusion wrt subtitle editing dialogues.
2017-05-13 Carl Hetheringtonpot/merge.
2017-05-13 Carl HetheringtonGive a slightly better error whn trying to add a KDM...
2017-05-13 Carl HetheringtonFill audio in the Player.
2017-05-13 Carl HetheringtonRestore scrollbars on large audio mapping views on...
2017-05-13 Carl HetheringtonFix crash on rounding in AudioMerger.
2017-05-13 Carl HetheringtonAnd another one.
2017-05-13 Carl HetheringtonFix ridiculous thinko in avio_open_boost.
2017-05-13 Carl HetheringtonGet initial colour conversion from FFmpeg header, if...
2017-05-13 Carl HetheringtonFix setup of initial colour conversion for Video MXF...
2017-05-13 Carl HetheringtonFix various small errors in emailed-KDM zip file format...
2017-05-12 Carl HetheringtonAdd default scale-to (#664).
2017-05-12 Carl HetheringtonFix crash when adding content via Ctrl-A with no film...
2017-05-12 Carl HetheringtonAnother Windows build fix.
2017-05-12 Carl HetheringtonFix windows build again.
2017-05-12 Carl HetheringtonTry to fix windows build failure (#1071).
2017-05-12 Carl HetheringtonSupporter.
2017-05-11 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni.
2017-05-10 Carl HetheringtonBurn subtitles when exporting.
2017-05-10 Carl HetheringtonRemove unused declaration.
2017-05-10 Carl HetheringtonBasic audio support.
2017-05-10 Carl HetheringtonFix options for libx264.
2017-05-10 Carl HetheringtonPut av_register_all() in the right place.
2017-05-10 Carl HetheringtonAdd shortcut for export.
2017-05-10 Carl HetheringtonRename some classes.
2017-05-10 Carl HetheringtonAdd H.264 export.
2017-05-09 Carl HetheringtonFix output file for export.
2017-05-09 Carl HetheringtonAdd a break.
2017-05-09 Carl HetheringtonTweak error message.
2017-05-09 Carl HetheringtonSome export tidying up.
2017-05-09 Carl HetheringtonSlight tidy up of progress stuff in TranscodeJob.
next