when renaming redirects, scan all routes AND sends AND port inserts for the name...
[ardour.git] / libs / ardour / audiofilesource.cc
2009-10-01 Paul Davismerge 5674:5682 and 5689-5694 from mixbus branch
2009-09-26 Paul Davisopen un-writable sessions without complaining, and...
2009-06-25 Paul Davisanother part of the fix for cleanup: when successfully...
2009-06-24 Paul Davissplash screen fix from nedko ; fix cleanup's failure...
2008-05-22 Paul Davismore path-building fixes from colinf
2008-04-02 Paul Davismake probably-audio-file suffix detection case insensitive
2008-02-27 Paul Davisfix up BWF creation; make CoreAudioSource work; add...
2008-02-27 Paul Davisadd CAF to list of likely audio file suffixes; use...
2008-02-03 Sampo SavolainenAdd ambisonics files (.amb) extension to the safe file...
2007-12-04 Paul Davisfix for vanishing waveforms on imported files
2007-09-12 Paul Davisfix uninitialized export_range_dialog member in editor...
2007-09-12 Paul Davismake big clock be on top ALWAYS; more design fixes...
2007-09-11 Paul Davistry to fix async peaks issue; fix crasher caused by...
2007-09-10 Paul DavisWARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMEN...
2007-04-09 Sampo SavolainenFix "Remove Last Capture"
2007-04-06 Paul Davismodified fix from carl for region copy-moves-original...
2007-04-06 Paul Davisfix nasty logic error that leads to crashing bugs when...
2007-04-02 Taybin RutkinEnabled conditional FLAC importing.
2007-03-15 Paul Davisedit groups tab gets headers (carl); use sampo's SSE...
2007-03-14 Paul Davisno more peak building thread; don't print config var...
2007-02-09 Paul Davisfixes for new button code; don't even make destructible...
2007-02-05 Paul Davisuse SilentFileSource when sources cannot be found
2007-01-25 Paul Davisfix import/embed of multichannel audiofiles, as per...
2007-01-05 Paul Davisactually fix cleanup design, plus buglet that used...
2007-01-05 Taybin RutkinFirst pass of sfdb tag searching. Not functional,...
2007-01-02 Paul Davisfinish use of EnumWriter for saving flags etc. througho...
2006-12-28 Jesse Chappellfixed peak waveform issue introduced by the ftruncate...
2006-11-13 Paul Davisdisplay timecode from BWF etc in SF browser; accels...
2006-11-03 Paul Davismove all destructive functionality into SndFileSource...
2006-10-27 Sampo SavolainenEmbedded files / embedding files now work.
2006-10-20 Paul Davismove BWF header options into Configuration option,...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-10-02 Paul Davisfixes for various bugs including dangling ref to route...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-08 Paul Davisnever remove tape track source files even if empty...
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 Sampo SavolainenFixed a nasty sound file overwrite issue due to how...
2006-07-31 Taybin RutkinStart of AudioUnit work. COREAUDIO=y is a little desta...
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-13 Paul Davisdestructive track work: regions now display offset...
2006-07-10 Paul DavisBWF offset changes from Ben Loftis, hacked by hand...
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-29 Hans Fugalmerging trunk
2006-06-28 Paul Davismany fixes to audio file code, SMPTE offset now works...
2006-06-27 Taybin RutkinCoreAudioSource moved to coreaudiosource.cc.
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-14 Paul Davismore file add/remove ops related to sndfile changes