advance track's play-position even if processing is locked
[ardour.git] / libs / ardour / ardour / diskstream.h
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
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-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-01-31 Carl HetheringtonComments.
2011-12-23 Carl HetheringtonClarify ensure vs. request for JACK monitoring, naming...
2011-11-16 Carl HetheringtonDoxygen tweaks.
2011-11-16 Carl HetheringtonRemove unused variable.
2011-10-31 Carl HetheringtonRemove unused variable.
2011-10-31 Carl HetheringtonComment.
2011-10-31 Carl HetheringtonTake commit() out of process() in both types of
2011-10-31 Carl HetheringtonRemove Diskstream member playback_distance that can be
2011-10-31 Carl HetheringtonA few comments and minor coding style adjustments.
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-08 Carl HetheringtonMake a new write source when the diskstream name change...
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-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...
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-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-05 Carl HetheringtonComments.
2010-10-02 Carl HetheringtonSmall cleanup.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
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-06-23 Carl HetheringtonTrim includes.
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-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-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
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-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-11-18 David RobillardTrim cruft.
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-20 David RobillardFactor out more duplicated code.
2009-10-20 David RobillardFactor out duplicated code in AudioDiskstream and MidiD...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-26 Paul Davisallow automation-follows-relevant-regions again
2009-06-10 Hans Baier* Refactor varispeed playback into own class, replace...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
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-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
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
2007-10-12 Paul Davisfixes for varispeed playback, mackie control compilatio...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-08-07 David RobillardFix note separator lines from stealing mouse events.
2007-06-26 Jesse Chappell* Added (let's call it revealed) ability to record...
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-19 Paul Daviskill glib-induced abort caused by asymmetric lock/unloc...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-16 Paul Davisa much better fix for track-add crashes, albeit slightl...
2007-03-16 Paul Davispossible fix for crash while adding new tracks
2007-03-15 Paul Davisremove diskstream lock padding (it didn't fix anything)
2007-03-15 Paul Davispadding patch for mutex problem; better x86_64 alignmen...
2007-03-15 Paul Davisdisgusting hack around mutex problem that has been...
2007-02-28 Paul Davisremove Id: lines from many/all headers and some more...
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-02 Paul Davisfinish use of EnumWriter for saving flags etc. througho...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-11 Paul Davisfix reload of region gain envelopes, freeze works from...
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-11 Paul Davismake MementoCommand inherit from sigc::trackable so...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-19 David RobillardMerged with trunk R920.
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-29 David RobillardMerged with trunk R861
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
next