summaryrefslogtreecommitdiff
path: root/libs/ardour/diskstream.cc
AgeCommit message (Expand)Author
2007-03-19kill glib-induced abort caused by asymmetric lock/unlock of diskstream state ...Paul Davis
2007-03-16a much better fix for track-add crashes, albeit slightly more complexPaul Davis
2007-03-16possible fix for crash while adding new tracksPaul Davis
2007-03-15padding patch for mutex problem; better x86_64 alignment patch from mike taht...Paul Davis
2007-03-15disgusting hack around mutex problem that has been delaying beta19, hopefully...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-22Fixed for prior unused file cleanup.Taybin Rutkin
2006-12-15write session file to alternate name before, then rename; auditioner defaults...Paul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-10-19major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade s...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-10- Fixed a buffer size bug when ~/.ardour2 doesn't exist (can't load configura...David Robillard
2006-08-10Added missing #include <cassert> (whoops)David Robillard
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-06-14add missing files related to diskstream renamePaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-05-17Remove CannotRecordNoInput signal (allowing recording without input connectio...Nick Mainsbridge
2006-04-11likely fixes for problems loading templates with destructive tracks. Note tha...Paul Davis
2006-04-04new region names are now based on file source names, standardise capitalisati...Nick Mainsbridge
2006-03-29a) fix special button press handling for solo+mute buttonsPaul Davis
2006-03-28 a) fix problems with multichannel tape tracksPaul Davis
2006-03-17lots of fidgety work to get track renaming to work correctly now that we have...Paul Davis
2006-03-14fix for restoring destructive-ness on session reload using flags, plus an edi...Paul Davis
2006-03-14improvements (!) to waveform display for destructive tracks, plus a generic f...Paul Davis
2006-03-08fix for erroneous use of a menu group; remove lots of cerr cruft; no playlist...Paul Davis
2006-02-18fix various issues with destructive single region tracksPaul Davis
2006-02-17don't do system reads beyond the apparent data end of a file; single region f...Paul Davis
2006-02-17diskstream fixups for destructive track captures. crossfade fixes for destru...Jesse Chappell
2006-02-11miscellaneous fixes post-jesse's 24 bit file format changesPaul Davis
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2006-01-30work to make destructive recording actually do something vaguely close to cor...Paul Davis
2006-01-28important bug fix in handling GUI messages; destructive tracks now operationa...Paul Davis
2006-01-08add destructive outlines, more action usage and state fixups in GUIPaul Davis
2006-01-06committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. ...Jesse Chappell
2005-11-14Important engine bugfixes: Ladspa plugin parameter automation cracklesSampo Savolainen
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin