summaryrefslogtreecommitdiff
path: root/libs/ardour/diskstream.cc
AgeCommit message (Expand)Author
2016-11-27NO-OP; Backport changes from Mixbus branchRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Improve performance of automation range moves.nick_m
2016-05-27Performance - speed up switching of playlists with non-destructive diskstreams.nick_m
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-11-13substantial part of infrastructure required for track/bus duplicationPaul Davis
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-10queue disk buffer overwrite when playlist layering changes.Paul Davis
2015-06-29introduce the idea of buffering presets, along with 3 possible settings (plus...Paul Davis
2015-06-29Tracks does not (want to) support destructive tracksPaul Davis
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-01-29return to old default disk chunk read sizePaul Davis
2015-01-25Revert "alter default disk chunk sizes"Paul Davis
2015-01-24alter default disk chunk sizesPaul Davis
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ...Paul Davis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-01Comments in various call-sites of coverage()Colin Fletcher
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-07-01merge with master.Paul Davis
2014-06-26allow to set custom file name for each diststreamRobin Gareus
2014-06-11NOOP, re-indent using tabsRobin Gareus
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-08-04'libs/ardour' - Use 'const_iterator' where appropriate (required to be builda...John Emmas
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2012-12-23another buffersize fix (see #5221 and rev13715)Robin Gareus
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-11-16Remove unused variable.Carl Hetherington
2011-10-31Remove unused variable.Carl Hetherington
2011-10-31Remove Diskstream member playback_distance that can beCarl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-14Fix default disk_io_chunk_frames for diskstream so that itCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-09correctly reset capture alignment at session load; for MIDI diskstreams, don'...Paul Davis
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-03-18fix (?) capture alignment by making sure we use non-public latency informatio...Paul Davis
2011-03-15fix all manner of things relating to io connections, setting capture alignmen...Paul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis