Trim include dependency graph, especially for io.h and session.h.
[ardour.git] / libs / ardour / diskstream.cc
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...
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 Davispadding patch for mutex problem; better x86_64 alignmen...
2007-03-15 Paul Davisdisgusting hack around mutex problem that has been...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-22 Taybin RutkinFixed for prior unused file cleanup.
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-15 Paul Daviswrite session file to alternate name before, then renam...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-10-21 David RobillardMerged with trunk R999.
2006-10-21 David RobillardMerged with trunk R992.
2006-10-19 Paul Davismajor changes to Region, AudioRegion, Playlist, AudioPl...
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-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
2006-08-24 David RobillardMerged with trunk R846
2006-08-16 Paul DavisRCU-ification of AudioEngine port list, and DiskStreams...
2006-08-12 David RobillardTowards MIDI:
2006-08-12 Hans Fugalmerge from trunk
2006-08-11 Hans Fugalmerge to trunk
2006-08-11 Hans FugalRect fix
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-10 David Robillard- Fixed a buffer size bug when ~/.ardour2 doesn't exist...
2006-08-10 Hans Fugalmerging to trunk, bugfix
2006-08-10 David RobillardAdded missing #include <cassert> (whoops)
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-30 David RobillardAbstraction cleanups/polish, towards merging with trunk
2006-07-19 David RobillardWork towards removal of Session's Diskstream list.
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-06-26 David RobillardActually added the code mentioned in my last commit...
2006-06-22 Hans FugalMerging from trunk
2006-06-15 David RobillardMerged with trunk revision 600
2006-06-14 Paul Davisadd missing files related to diskstream rename
2006-06-14 Hans Fugalpulling trunk
2006-06-13 David RobillardMerged with trunk (painfully)
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-05-17 Nick MainsbridgeRemove CannotRecordNoInput signal (allowing recording...
2006-04-11 Paul Davislikely fixes for problems loading templates with destru...
2006-04-04 Nick Mainsbridgenew region names are now based on file source names...
2006-03-29 Paul Davisa) fix special button press handling for solo+mute...
2006-03-28 Paul Davis a) fix problems with multichannel tape tracks
2006-03-17 Paul Davislots of fidgety work to get track renaming to work...
2006-03-14 Paul Davisfix for restoring destructive-ness on session reload...
2006-03-14 Paul Davisimprovements (!) to waveform display for destructive...
2006-03-08 Paul Davisfix for erroneous use of a menu group; remove lots...
2006-02-18 Paul Davisfix various issues with destructive single region tracks
2006-02-17 Paul Davisdon't do system reads beyond the apparent data end...
2006-02-17 Jesse Chappelldiskstream fixups for destructive track captures. ...
2006-02-11 Paul Davismiscellaneous fixes post-jesse's 24 bit file format...
2006-02-10 Jesse Chappellcommitted INCOMPLETE 24bit filesource support
2006-01-30 Paul Daviswork to make destructive recording actually do somethin...
2006-01-28 Paul Davisimportant bug fix in handling GUI messages; destructive...
2006-01-08 Paul Davisadd destructive outlines, more action usage and state...
2006-01-06 Jesse Chappellcommitted RWlock fixes to libardour. added hw monitori...
2005-11-14 Sampo SavolainenImportant engine bugfixes: Ladspa plugin parameter...
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-24 Taybin Rutkinlibardour added.