summaryrefslogtreecommitdiff
path: root/src/lib/playlist.cc
AgeCommit message (Collapse)Author
2015-11-06Allow single-frame image contents to adjust their video frame rates to that ↵Carl Hetherington
of the DCP (fixes #714).
2015-10-19Fix by-video-content reel split when there is content after the last video ↵Carl Hetherington
content.
2015-10-12Try to clarify period from/to.Carl Hetherington
I believe we have things set up so that if we have, say, two pieces of content of length 8 the first should start at 0 and the second at 8: Time 0--1--2--3--4--5--6--7--8 Sample | 1| 2| 3| 4| 5| 6| 7| 8|
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-09-14Fix analysis of audio when the subject is later in the playlist thanCarl Hetherington
some other long piece of content. Small optimisation to AudioBuffers to extend size logarithmically.
2015-09-14Some use of BOOST_FOREACH.Carl Hetherington
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