summaryrefslogtreecommitdiff
path: root/src/lib
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 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 for new libdcp (signals2 instead of sigc).Carl Hetherington
2012-10-25Re-throw exception on send fail.Carl Hetherington
2012-10-25Slightly more detailed logging in server.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 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-24Fix bug with setting up content digest.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
2012-10-22Partial fix to sync according to pts.Carl Hetherington
2012-10-22Add some more logging.Carl Hetherington
2012-10-21Bit more error checking; remove a believed-pointless free().Carl Hetherington
2012-10-21Don't report .tmp files as valid thumbs.Carl Hetherington
2012-10-21Add missing virtual destructor.Carl Hetherington
2012-10-21Correctly report exceptions thrown by the thumb encoder.Carl Hetherington
2012-10-21Fix thinko in content setup.Carl Hetherington
2012-10-21Tidy up progress reporting for examine content.Carl Hetherington
2012-10-21Pass options only to jobs that need them.Carl Hetherington
2012-10-21Partial merge of examine content and thumbnail jobs.Carl Hetherington