summaryrefslogtreecommitdiff
path: root/src/lib/playlist.cc
AgeCommit message (Collapse)Author
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington
2015-07-14Express trims using ContentTime so that they do not changeCarl Hetherington
when DCP frame rate is changed (#637).
2015-07-09Guess a better optimum frame rate when there is content at 24 and 48 fps (#633).Carl Hetherington
2015-06-26Make sure use of subs is reflected in the video identifier.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-18Remove delta from Playlist::length().Carl Hetherington
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-10-25Merge master.Carl Hetherington
2014-10-23Fix Playlist::move_later.Carl Hetherington
2014-10-23Add a comment.Carl Hetherington
2014-08-11Merge master.Carl Hetherington
2014-08-09Properly remove JSON server; remove some unused usings; remove some ↵Carl Hetherington
unnecessary uses of stringstream.
2014-07-10Merge master.Carl Hetherington
2014-07-08Remove unused variable.Carl Hetherington
2014-06-30Merge master.Carl Hetherington
2014-06-27Fix incorrect behaviour of Playlist::move_later.Carl Hetherington
2014-06-26Merge master.Carl Hetherington
2014-06-24Only emit Changed when things are added to or removed from the playlist.Carl Hetherington
2014-06-20Various subtitle UI tweaks.Carl Hetherington
2014-06-20Put times in subtitle view.Carl Hetherington
2014-06-18Forward-port thinko fix from v1.Carl Hetherington
2014-06-18Fix awful thinko causing Playlist::active_frame_rate_change to return the ↵Carl Hetherington
wrong thing sometimes.
2014-06-05Back port active_frame_rate_change stuff from v2, removing specification of ↵Carl Hetherington
video frame rate for sndfile sources.
2014-06-04Merge master.Carl Hetherington
2014-06-03Include audio mapping in the digest used to distinguish differentCarl Hetherington
audio analyses so that the analyses are re-computed when the mapping changes. Reported-by: Matthias Damm
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones.
2014-04-01Merge master.Carl Hetherington
2014-04-01Don't overlap simultaneous video content in the timeline. Fix keep-aligned ↵Carl Hetherington
for separate-eye sources.
2014-03-17Merge master.Carl Hetherington
2014-03-15Cope with loading films with now-disabled filters.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2013-12-28Merge 1.0Carl Hetherington
2013-12-28Remove unused Film::content_paths_valid; fix ImageDecoder to throw an ↵Carl Hetherington
OpenFileError when a file is missing so that it gets treated as missing content; rename Content::path_valid -> paths_valid.
2013-12-13Time -> DCPTime.Carl Hetherington
2013-12-11Various work on better seeking (and seeking of audio).Carl Hetherington
2013-11-24Various joining fixes.Carl Hetherington
2013-11-22Merge still/moving image classes.Carl Hetherington
2013-11-22Remove some debug code.Carl Hetherington
2013-11-20Use cxml::NodePtr.Carl Hetherington
2013-11-09Drop JobManager on cli-exit for valgrind; use avcodec_free_frame rather than ↵Carl Hetherington
av_free.
2013-11-05Various fixes to make tests pass again.Carl Hetherington
2013-10-22Allow films to be loaded when content is missing.Carl Hetherington
2013-10-15Restore up/down buttons for simple content movements.Carl Hetherington
2013-08-14Revert "Protect playlist with a mutex so that we can add content safely from ↵Carl Hetherington
e.g. examine content threads." This reverts commit 853b8641ee7fb8348302c0daae838c4891769b1d.
2013-08-14Protect playlist with a mutex so that we can add content safely from e.g. ↵Carl Hetherington
examine content threads.
2013-07-30Somewhat untested and sketchy basics of trimming.Carl Hetherington
2013-07-22Remove duplicate save of SequenceVideo setting.Carl Hetherington