Merge remote-tracking branch 'remotes/origin/cairocanvas' into windows
[ardour.git] / libs / ardour / diskstream.cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-08 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-08-08 Paul DavisRemove non-portable and unnused header includes
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-08-04 John Emmas'libs/ardour' - Use 'const_iterator' where appropriate...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisRemove non-portable and unnused header includes
2013-07-11 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-07-11 Paul DavisRemove non-portable and unnused header includes
2012-12-23 Robin Gareusanother buffersize fix (see #5221 and rev13715)
2012-12-07 Paul Davisfix issues with rec-enabling being done in RT context...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-11-16 Carl HetheringtonRemove unused variable.
2011-10-31 Carl HetheringtonRemove unused variable.
2011-10-31 Carl HetheringtonRemove Diskstream member playback_distance that can be
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-14 Carl HetheringtonFix default disk_io_chunk_frames for diskstream so...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-09 Paul Daviscorrectly reset capture alignment at session load;...
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-02-25 Carl HetheringtonFix previous patch a bit better.
2011-02-25 Carl HetheringtonMove playback_distance up to AudioDiskstream from Disks...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused code.
2010-11-27 Paul Davisremove (or attempt to remove) requirement for holding...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-02 Carl HetheringtonSmall cleanup.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-20 Carl HetheringtonDon't write undo records for automation that moves...
2010-07-22 Carl HetheringtonWhen a region movement is undone, prevent the resulting...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-12 Paul Davisalignment/capture/positioning changes ported from 2.X
2010-04-02 Carl HetheringtonFix logic for when to request buffer overwrite.
2010-04-02 Paul Davismissign return value
2010-04-02 Paul Davispossible fix for race between diskstream buffer overwri...
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-04 Paul DavisLincoln's patch for latency compensation at punch in...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-10-30 Paul Davismake 3.0 catch up with transport and other changes...
2009-10-20 David RobillardFactor out more duplicated code.
2009-10-20 David RobillardFactor out duplicated code in AudioDiskstream and MidiD...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-26 Carl HetheringtonFix up automation-follows-regions
2009-06-26 Paul Davisallow automation-follows-relevant-regions again
2009-06-10 Hans Baier* Refactor varispeed playback into own class, replace...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-01-13 David RobillardInstall everything to *ardour3* instead of *ardour2*.
2007-10-12 Paul Davisfixes for varispeed playback, mackie control compilatio...
next