summaryrefslogtreecommitdiff
path: root/libs/ardour/audiofilesource.cc
AgeCommit message (Expand)Author
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ve...Paul Davis
2007-04-06fix nasty logic error that leads to crashing bugs when trying to operate on r...Paul Davis
2007-04-02Enabled conditional FLAC importing.Taybin Rutkin
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix bui...Paul Davis
2007-03-14no more peak building thread; don't print config var stores, but it possible ...Paul Davis
2007-02-09fixes for new button code; don't even make destructible sources non-writable;...Paul Davis
2007-02-05use SilentFileSource when sources cannot be foundPaul Davis
2007-01-25fix import/embed of multichannel audiofiles, as per #1433Paul Davis
2007-01-05actually fix cleanup design, plus buglet that used the wrong directory to sto...Paul Davis
2007-01-05First pass of sfdb tag searching. Not functional, but very very close.Taybin Rutkin
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-12-28fixed peak waveform issue introduced by the ftruncate preallocation of peakfi...Jesse Chappell
2006-11-13display timecode from BWF etc in SF browser; accels for windows now work (mis...Paul Davis
2006-11-03move all destructive functionality into SndFileSource as a mode, and drop Des...Paul Davis
2006-10-27Embedded files / embedding files now work.Sampo Savolainen
2006-10-20move BWF header options into Configuration option, rationalize crossfade para...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-10-02fixes for various bugs including dangling ref to route in session, opening se...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-08never remove tape track source files even if empty, reconnect editor mute/sol...Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-01Fixed a nasty sound file overwrite issue due to how stub rec files were Sampo Savolainen
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-13destructive track work: regions now display offset by bwf timeline reference,...Paul Davis
2006-07-10BWF offset changes from Ben Loftis, hacked by hand into current svnPaul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-28many fixes to audio file code, SMPTE offset now works correctlyPaul Davis
2006-06-27CoreAudioSource moved to coreaudiosource.cc.Taybin Rutkin
2006-06-21the return of VST supportPaul Davis
2006-06-14more file add/remove ops related to sndfile changesPaul Davis