summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
AgeCommit message (Expand)Author
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
2012-09-23Ignore windows line endings when reading metadata on Linux.Carl Hetherington
2012-09-23Formatting.Carl Hetherington
2012-09-22Do interruption of ThreadStaticText properly.Carl Hetherington
2012-09-22Tweak properties dialogue layout and add a note of how many J2K frames have a...Carl Hetherington
2012-09-18Sort of working log window.Carl Hetherington
2012-08-23Update for new libdcp; add some more formats; fix compile with old boost.Carl Hetherington
2012-08-09Fix build.Carl Hetherington
2012-08-09Append a slash to the state directory name before checking to see if a conten...Carl Hetherington
2012-08-04Fix bug with content within the film directory.Carl Hetherington