Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib /
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-10-09 Carl HetheringtonComment.
2015-10-09 Carl HetheringtonRemove use of fmemopen.
2015-10-09 Carl HetheringtonTweak naming of KDM emails and attachments.
2015-10-09 Carl HetheringtonMissing files.
2015-10-09 Carl HetheringtonReplace quickmail with a direct (and asynchronous)...
2015-10-09 Carl HetheringtonNicer job name with no film.
2015-10-09 Carl HetheringtonBetter error if no mail server has been configured.
2015-10-09 Carl HetheringtonConnect dcpomatic_kdm to backend.
2015-10-09 Carl HetheringtonFix crash with no Film.
2015-10-09 Carl HetheringtonRemove use of Film in KDM stuff.
2015-10-09 Carl HetheringtonRemove the need for ScreenKDM::collect.
2015-10-09 Carl HetheringtonTry to clean up KDM creation code a bit.
2015-10-09 Carl HetheringtonAllow _film to be 0.
2015-10-09 Carl HetheringtonAllow _film to be 0.
2015-10-08 Carl HetheringtonUpdate to fr_FR translation from Thierry Journet.
2015-10-06 Carl HetheringtonSmall fix to fr_FR.
2015-10-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-06 Carl HetheringtonComment.
2015-10-06 Carl HetheringtonMerge.
2015-10-06 Carl Hetherington1. Set correct FrameRateChanges for subtitle content...
2015-10-06 Carl HetheringtonMake sure SMPTE subtitle MXFs get the right intrinsic...
2015-10-06 Carl HetheringtonSpeculative support for multi-part subtitles (#709).
2015-10-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-05 Carl Hetheringtonpot/merge.
2015-10-04 Carl HetheringtonFix subtitle timing under trim.
2015-10-04 Carl HetheringtonFix deadlock.
2015-10-03 Carl HetheringtonMore logs in problem report email.
2015-10-02 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-02 Carl HetheringtonSpeculative fix for hangs during Encoder::end().
2015-10-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-01 Carl HetheringtonFix erroneous optional dereference.
2015-09-30 Carl HetheringtonRemove references to libswresample.
2015-09-30 Carl HetheringtonHandle video frame rates and subtitles a bit more corre...
2015-09-29 Carl HetheringtonMake sure we round properly when deciding how many...
2015-09-28 Carl HetheringtonChanges to DCP rate must update player pieces.
2015-09-28 Carl HetheringtonDiscard audio that comes out of FFmpeg files before...
2015-09-28 Carl HetheringtonDon't take any notice of ._* files when deciding whethe...
2015-09-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-26 Carl Hetheringtonconst fix.
2015-09-26 Carl HetheringtonFix error in previous.
2015-09-26 Carl HetheringtonFix problems with subtitles when there is a non-zero...
2015-09-26 Carl Hetheringtonconst fix.
2015-09-25 Carl HetheringtonFix assertion failure with .MTS files.
2015-09-25 Carl HetheringtonTry to fix Windows build.
2015-09-25 Carl HetheringtonMore build fixes.
2015-09-25 Carl HetheringtonUse libicu instead of uchardet and convert subrip files...
2015-09-25 Carl HetheringtonTypo in joinable asserts.
2015-09-24 Carl Hetheringtonassert (joinable) before joining threads.
2015-09-24 Carl Hetheringtonassert (joinable) before joining threads; fix possible...
2015-09-24 Carl HetheringtonFix possible null pointer dereference.
2015-09-23 Carl HetheringtonTry to fix build.
2015-09-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-22 Carl HetheringtonUse uchardet to guess encoding of subtitle files and...
2015-09-20 Carl HetheringtonSlightly hacky fix to make ImageSequenceDialog actually...
2015-09-18 Carl HetheringtonAdd UpmixerB.
2015-09-18 Carl Hetheringtonconst fix; header guard.
2015-09-18 Carl Hetheringtonconst fix.
2015-09-18 Carl HetheringtonFix incorrect gain of L+R; it's dB not linear.
2015-09-18 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-09-18 Carl HetheringtonMake sure exceptions during local encodes are propagate...
2015-09-18 Carl HetheringtonMake out-of-memory error message a bit more informative.
2015-09-16 Carl HetheringtonFix exception on adding an empty folder as content...
2015-09-16 Carl HetheringtonConfig option for default standard (SMPTE / Interop).
2015-09-16 Carl HetheringtonPossible fix to problems when the Server is destroyed.
2015-09-16 Carl HetheringtonSet up OV/VF in name according to whether DCP content...
2015-09-16 Carl HetheringtonFront-end to set up referencing of DCPs.
2015-09-15 Carl HetheringtonBack-end for very basic and hacky VF support for a...
2015-09-15 Carl HetheringtonFix failure to display audio analysis in some cases.
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-09-14 Carl HetheringtonAttempt to fix Windows build.
2015-09-14 Carl HetheringtonFix analysis of audio when the subject is later in...
2015-09-14 Carl HetheringtonSome use of BOOST_FOREACH.
2015-09-14 Carl HetheringtonTidy up LOG_ macros.
2015-09-14 Carl HetheringtonOptimise checking of existing image data.
2015-09-14 Carl HetheringtonAdd frame counter to transcode progress (#111).
2015-09-14 Carl HetheringtonPeak value of audio into the audio tab.
2015-09-14 Carl HetheringtonAdd option to analyse audio automatically when content...
2015-09-12 Carl HetheringtonSet reel number and start time on SMPTE subtitles to...
2015-09-11 Carl HetheringtonRemove unused in_channels() in AudioProcessor.
2015-09-11 Carl HetheringtonFix assertion failure when processors return fewer...
2015-09-10 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-09 Carl HetheringtonUpdated fr_FR translation from Thierry Journet.
2015-09-09 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-09-09 Carl HetheringtonMerge.
2015-09-09 Carl HetheringtonUse SRC_LINEAR for speed when analysing audio (#685).
2015-09-06 Carl HetheringtonDon't create resamplers with no channels.
2015-09-04 Carl HetheringtonDon't bother with audio in the film viewer.
2015-09-04 Carl HetheringtonUse libsamplerate for resampling instead of FFmpeg...
2015-09-04 Carl HetheringtonBetter error checking in Resampler.
2015-09-03 Carl HetheringtonMerge.
2015-09-02 Carl HetheringtonUse soxr resampler.
2015-09-02 Carl HetheringtonDon't share _terminate.
2015-09-01 Carl HetheringtonDon't start thread in constructor. (ServerFinder)
2015-09-01 Carl HetheringtonDon't start thread in constructor. (Writer)
2015-09-01 Carl HetheringtonTidy up thread in destructor (Job)
2015-09-01 Carl HetheringtonDon't start thread in constructor. (JobManager)
2015-09-01 Carl HetheringtonDon't start thread in constructor; tidy up thread in...
2015-09-01 Carl Hetheringtonupdate.{cc,h} -> update_checker.{cc,h}.
2015-09-01 Carl HetheringtonFix crash on cancellation of encodes during check of...
next