dcpomatic.git
2012-10-25 Carl HetheringtonTry to clean up Film locking a bit.
2012-10-25 Carl HetheringtonUpdate TODO.
2012-10-25 Carl HetheringtonBump libdcp version.
2012-10-25 Carl HetheringtonUpdate for new libdcp (signals2 instead of sigc).
2012-10-25 Carl HetheringtonUpdate bugs.
2012-10-25 Carl HetheringtonRe-throw exception on send fail.
2012-10-25 Carl HetheringtonSlightly more detailed logging in server.
2012-10-25 Carl HetheringtonFix lack of shared_ptr in makedcp.
2012-10-25 Carl HetheringtonTry to fix range UI a little.
2012-10-25 Carl HetheringtonTry to directly call UI callbacks if we're already...
2012-10-25 Carl HetheringtonFix up ze tests.
2012-10-24 Carl HetheringtonFix DCP range label.
2012-10-24 Carl HetheringtonA few things missed when setting sensitivity.
2012-10-24 Carl HetheringtonFix deadlock on saving metadata.
2012-10-24 Carl HetheringtonMissing namespace qualifier.
2012-10-24 Carl HetheringtonTry running the video codec with threads=1 to see if...
2012-10-24 Carl HetheringtonMaybe fix sensitivity when jobs are running.
2012-10-24 Carl HetheringtonMissing examine_content() call after it is set.
2012-10-24 Carl HetheringtonErroneous leftover _log in Decoder; use decoder audio...
2012-10-24 Carl HetheringtonFix shared_ptr for Film.
2012-10-24 Carl HetheringtonTry to clean up source length handling.
2012-10-24 Carl HetheringtonUse more local methods rather than calling out to Film...
2012-10-24 Carl HetheringtonUse boost::signals2; fix bugs with x-thread signalling.
2012-10-24 Carl HetheringtonTidy up now we have a x-thread signaller.
2012-10-24 Carl HetheringtonMake Film state thread-safe.
2012-10-24 Carl HetheringtonCross-thread UI signalling.
2012-10-24 Carl HetheringtonMerge FilmState / Film.
2012-10-24 Carl HetheringtonTidy up test film naming.
2012-10-24 Carl HetheringtonFix bug with setting up content digest.
2012-10-24 Carl HetheringtonTweaks for 64-bit Windows build.
2012-10-24 Carl HetheringtonAdd flag apparently necessary for boost to work in...
2012-10-24 Carl HetheringtonTry to fix overrunning subtitles.
2012-10-23 Carl HetheringtonTry to fix up subtitle timing a bit.
2012-10-23 Carl HetheringtonRemove old unused stuff.
2012-10-22 Carl HetheringtonTry again to sort out the audio padding / alignment.
2012-10-22 Carl HetheringtonDo audio/video pts sync in a hopefully much more sensib...
2012-10-22 Carl HetheringtonForgot to save/load new state item.
2012-10-22 Carl HetheringtonTry to make audio discard work properly.
2012-10-22 Carl HetheringtonFix crash on using delay; fix x-thread GUI access cause...
2012-10-22 Carl HetheringtonPartial fix to sync according to pts.
2012-10-22 Carl HetheringtonAdd some more logging.
2012-10-22 Carl HetheringtonRemove debug.
2012-10-22 Carl HetheringtonTry to get a console on windows when debugging.
2012-10-21 Carl HetheringtonRemove some believed-unnecessary DLLs from the windows...
2012-10-21 Carl HetheringtonBit more error checking; remove a believed-pointless...
2012-10-21 Carl HetheringtonNew bugs.
2012-10-21 Carl HetheringtonAdd file that ImageMagick requires at runtime.
2012-10-21 Carl HetheringtonDon't report .tmp files as valid thumbs.
2012-10-21 Carl HetheringtonAdd missing virtual destructor.
2012-10-21 Carl HetheringtonCorrectly report exceptions thrown by the thumb encoder.
2012-10-21 Carl HetheringtonNew dependency.
2012-10-21 Carl HetheringtonFix thinko in content setup.
2012-10-21 Carl HetheringtonFix up subtitle positioning under crop.
2012-10-21 Carl HetheringtonTidy up progress reporting for examine content.
2012-10-21 Carl HetheringtonPass options only to jobs that need them.
2012-10-21 Carl HetheringtonPartial merge of examine content and thumbnail jobs.
2012-10-21 Carl HetheringtonMissing frames treated as bad on check hashes. Try...
2012-10-20 Carl HetheringtonExtract audio more correctly and neatly; support 7...
2012-10-20 Carl HetheringtonDon't add silence at the end if not decoding audio...
2012-10-20 Carl HetheringtonDisallow AudioBuffer copy construction.
2012-10-20 Carl HetheringtonFix update of channel count in UI.
2012-10-20 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-10-20 Carl HetheringtonAdd no-remote option to makedcp.
2012-10-20 Carl HetheringtonA bit of tidying up.
2012-10-20 Carl HetheringtonTry to clean up stream handling wrt audio channel counts.
2012-10-20 Carl HetheringtonClean up audio passing round a bit.
2012-10-20 Carl HetheringtonDon't cache sample format, fix up various things.
2012-10-20 Carl HetheringtonRework audio to deinterleave straight away and pass...
2012-10-20 Carl HetheringtonAdd no-remote option to makedcp.
2012-10-20 Carl HetheringtonA bit of tidying up.
2012-10-20 Carl HetheringtonTry to clean up stream handling wrt audio channel counts.
2012-10-20 Carl HetheringtonClean up audio passing round a bit.
2012-10-20 Carl HetheringtonDon't cache sample format, fix up various things.
2012-10-20 Carl HetheringtonStuff.
2012-10-20 Carl HetheringtonRemove unused variable.
2012-10-20 Carl HetheringtonSpeculative fix for failure to pick up correct audio...
2012-10-19 Carl HetheringtonCope with AVSubtitles having no AVSubtitleRects.
2012-10-18 Carl HetheringtonFix build.
2012-10-18 Carl HetheringtonCommenting tweaks.
2012-10-18 Carl HetheringtonUpdate bug list.
2012-10-18 Carl Hetheringtonmakedcp should notice when jobs are added.
2012-10-18 Carl HetheringtonAnother slightly speculative pixel format addition.
2012-10-17 Carl HetheringtonFix build on 32-bit.
2012-10-17 Carl HetheringtonTidy up slightly.
2012-10-17 Carl HetheringtonRe-work FilmState / Film relationship a bit; Film now...
2012-10-17 Carl HetheringtonUpdate stream choices correctly when changed.
2012-10-17 Carl HetheringtonTypo in previous.
2012-10-17 Carl HetheringtonTry to fix problems with YUV422P10LE.
2012-10-17 Carl HetheringtonUpdate metadata ref.
2012-10-17 Carl HetheringtonTry to support 422 in post processing.
2012-10-17 Carl HetheringtonFix makedcp script.
2012-10-17 Carl HetheringtonTry to support YUV422.
2012-10-17 Carl HetheringtonMove audio information field up next to audio stream...
2012-10-17 Carl HetheringtonFix subtitling logic in DCI naming.
2012-10-17 Carl HetheringtonBasic support for selection of audio / subtitle streams.
2012-10-17 Carl HetheringtonUpdate metadata test reference.
2012-10-17 Carl HetheringtonWindows apparently has Rectangle in the global namespace.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonFix text in about box.
2012-10-16 Carl HetheringtonNo-op; comments.
next