summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-27GPL boilerplate.Carl Hetherington
2012-10-27cerr -> logCarl Hetherington
2012-10-27Try to separate out filter graph code and use a different one for each differ...Carl Hetherington
2012-10-26Fix up another deadlock. Tidy tests slightly.Carl Hetherington
2012-10-26Try to fix up 32/64 bit windows builds.Carl Hetherington
2012-10-26Try to fix name problems if an encode crosses midnight.Carl Hetherington
2012-10-26More debug.Carl Hetherington
2012-10-26More debug logging.Carl Hetherington
2012-10-25A bit more debug logging.Carl Hetherington
2012-10-25Missing include and boost::Carl Hetherington
2012-10-25Add some comments.Carl Hetherington
2012-10-25Try to clean up Film locking a bit.Carl Hetherington
2012-10-25Update TODO.Carl Hetherington
2012-10-25Bump libdcp version.Carl Hetherington
2012-10-25Update for new libdcp (signals2 instead of sigc).Carl Hetherington
2012-10-25Update bugs.Carl Hetherington
2012-10-25Re-throw exception on send fail.Carl Hetherington
2012-10-25Slightly more detailed logging in server.Carl Hetherington
2012-10-25Fix lack of shared_ptr in makedcp.Carl Hetherington
2012-10-25Try to fix range UI a little.Carl Hetherington
2012-10-25Try to directly call UI callbacks if we're already in the UI thread; call wak...Carl Hetherington
2012-10-25Fix up ze tests.Carl Hetherington
2012-10-25Fix DCP range label.Carl Hetherington
2012-10-25A few things missed when setting sensitivity.Carl Hetherington
2012-10-25Fix deadlock on saving metadata.Carl Hetherington
2012-10-25Missing namespace qualifier.Carl Hetherington
2012-10-25Try running the video codec with threads=1 to see if we can avoid green stuff...Carl Hetherington
2012-10-25Maybe fix sensitivity when jobs are running.Carl Hetherington
2012-10-25Missing examine_content() call after it is set.Carl Hetherington
2012-10-25Erroneous leftover _log in Decoder; use decoder audio channels count rather t...Carl Hetherington
2012-10-24Fix shared_ptr for Film.Carl Hetherington
2012-10-24Try to clean up source length handling.Carl Hetherington
2012-10-24Use more local methods rather than calling out to Film in the Decoder.Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-24Tidy up now we have a x-thread signaller.Carl Hetherington
2012-10-24Make Film state thread-safe.Carl Hetherington
2012-10-24Cross-thread UI signalling.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-24Tidy up test film naming.Carl Hetherington
2012-10-24Fix bug with setting up content digest.Carl Hetherington
2012-10-24Tweaks for 64-bit Windows build.Carl Hetherington
2012-10-24Add flag apparently necessary for boost to work in 64-bit windows builds.Carl Hetherington
2012-10-24Try to fix overrunning subtitles.Carl Hetherington
2012-10-24Try to fix up subtitle timing a bit.Carl Hetherington
2012-10-24Remove old unused stuff.Carl Hetherington
2012-10-22Try again to sort out the audio padding / alignment.Carl Hetherington
2012-10-22Do audio/video pts sync in a hopefully much more sensible way.Carl Hetherington
2012-10-22Forgot to save/load new state item.Carl Hetherington
2012-10-22Try to make audio discard work properly.Carl Hetherington
2012-10-22Fix crash on using delay; fix x-thread GUI access caused by FilmState default...Carl Hetherington