summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
AgeCommit message (Expand)Author
2012-11-05Move trimming into the encoder; seems to be cleaner.Carl Hetherington
2012-11-04Various range fixes.Carl Hetherington
2012-11-04Revert "Remove minimal flag."Carl Hetherington
2012-11-04Remove minimal flag.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-04Untested trim of start and end.Carl Hetherington
2012-11-04Remove trim action settings.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-25Try to clean up Film locking a bit.Carl Hetherington
2012-10-25Try to fix range UI a little.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-25Missing examine_content() call after it is set.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 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-22Do audio/video pts sync in a hopefully much more sensible way.Carl Hetherington
2012-10-22Try to make audio discard work properly.Carl Hetherington
2012-10-21Don't report .tmp files as valid thumbs.Carl Hetherington
2012-10-21Partial merge of examine content and thumbnail jobs.Carl Hetherington
2012-10-20Remove unused variable.Carl Hetherington
2012-10-18Commenting tweaks.Carl Hetherington
2012-10-17Re-work FilmState / Film relationship a bit; Film now inherits from FilmState...Carl Hetherington
2012-10-17Update stream choices correctly when changed.Carl Hetherington
2012-10-17Basic support for selection of audio / subtitle streams.Carl Hetherington
2012-10-16Partial attempt at cleanup of naming straight vs DCI.Carl Hetherington
2012-10-16Clumsy DCI naming dialog.Carl Hetherington
2012-10-16Factor out key-value code.Carl Hetherington
2012-10-15Unholy melange of stuff; setup a standard test config; send / receive subs to...Carl Hetherington
2012-10-14Various fixes to subtitling.Carl Hetherington
2012-10-11Basic sub offset support.Carl Hetherington
2012-10-11Use PNG for thumbs so that we get alpha blending in wxwidgets.Carl Hetherington
2012-10-10Thumbs sort of have subs.Carl Hetherington
2012-10-10Merge branch 'master' into subsCarl Hetherington
2012-10-10Try to not start jobs if a dependant fails.Carl Hetherington
2012-10-09Make subtitle addition optional.Carl Hetherington
2012-10-09Remove some unnecessary code.Carl Hetherington
2012-10-08Split Format into Fixed and Variable so that sources can be unstretched.Carl Hetherington
2012-10-07Create film directory in constructor.Carl Hetherington
2012-10-02Use version.cc contents instead of DVDOMATIC_VERSION.Carl Hetherington
2012-10-02Use String::compose in a few places.Carl Hetherington
2012-09-25Basic J2K hash checking.Carl Hetherington