summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2012-11-04Add option to specify default film directory.Carl Hetherington
2012-11-04Fix various bugs.Carl Hetherington
2012-11-04Various range fixes.Carl Hetherington
2012-11-04Fix merge; other tweaks.Carl Hetherington
2012-11-04Do the delay line in floats with an AudioBuffer.Carl Hetherington
2012-11-04Partial small cleanup.Carl Hetherington
2012-11-04Rework counting of audio / video in the decoder a bit.Carl Hetherington
2012-11-04Revert "Remove minimal flag."Carl Hetherington
2012-11-04Remove minimal flag.Carl Hetherington
2012-11-04Remove unused ignore_length parameter.Carl Hetherington
2012-11-04Various work on range setting.Carl Hetherington
2012-11-04Merge master.Carl Hetherington
2012-11-04Skip every other frame with 50fps sources.Carl Hetherington
2012-11-04Fix bugs caught by tests.Carl Hetherington
2012-11-04Untested trim of start and end.Carl Hetherington
2012-11-04Remove trim action settings.Carl Hetherington
2012-11-01Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomaticCarl Hetherington
2012-11-01Log on av_read_frame error (rather than aborting) and log on unused data in a...Carl Hetherington
2012-11-01Don't fail if we need to insert stuff right at the beginning of the decode.Carl Hetherington
2012-10-31Hopefully fix up out-of-order decodes.Carl Hetherington
2012-10-31Try a different approach to frame duplication in the decoder.Carl Hetherington
2012-10-31Fix up parent / child member naming confusion.Carl Hetherington
2012-10-31Don't emit 0 bytes of audio if video and audio are already in sync.Carl Hetherington
2012-10-31Be more checky about inputs.Carl Hetherington
2012-10-30Try to use the previous frame rather than the current one when padding PTS gaps.Carl Hetherington
2012-10-30Tweak naming.Carl Hetherington
2012-10-30Fix build.Carl Hetherington
2012-10-30Insert / remove frames from the output as required to keep things right with ...Carl Hetherington
2012-10-29Compile fix for ubuntu 12.10.Carl Hetherington
2012-10-27Comment tweak.Carl Hetherington
2012-10-27include trimming.Carl Hetherington
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