summaryrefslogtreecommitdiff
path: root/libs/ardour/sndfilesource.cc
AgeCommit message (Expand)Author
2008-11-11new region constructor for use by audiofilters (almost does a pure copy of th...Paul Davis
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-09-18Fix possible double allocation of SF_BROADCAST_INFOSakari Bergen
2008-07-22fix up generation of BWF field contents to avoid truncation and use correct datePaul Davis
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
2008-02-27don't popup import progress window until we give import a chance to fail firs...Paul Davis
2008-02-27fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor So...Paul Davis
2007-09-17maybe fix crash related to thread-private buffersPaul Davis
2007-09-12per-thread interleave buffers for SndFileSource, not per-source.Paul Davis
2007-09-11try to fix async peaks issue; fix crasher caused by previous lock changes in ...Paul Davis
2007-09-10WARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes to...Paul Davis
2007-09-02lots of GUI tweaks for the import dialogPaul Davis
2007-07-16support for 16 bit native filesPaul Davis
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ve...Paul Davis
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-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-15remove debug output from sndfilesourcePaul Davis
2007-02-15fix reverse play buffer refilling; turn on Blink signal againPaul Davis
2007-01-29small change to region creation for make-mono-regions; add untested short_pat...Paul Davis
2007-01-25fix import/embed of multichannel audiofiles, as per #1433Paul 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-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-11-07fix incorrect return type for SndFileSource::last_capture_start_frame() in th...Paul Davis
2006-11-03new tape tracks ended up with non-destructive sources, fixedPaul Davis
2006-11-03Fixed snapshot dialog annoyance.Taybin Rutkin
2006-11-03move all destructive functionality into SndFileSource as a mode, and drop Des...Paul Davis
2006-10-31support for old-school automation loadingPaul Davis
2006-10-31disk space reflects number of inputs per track; more libsndfile debugginPaul Davis
2006-10-31fix crashes when loading ardour 0.99 sessions, restore back compatibility for...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-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-18better fix for duplicate regions, fix nasty side-effects from recent director...Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-10- Fixed a buffer size bug when ~/.ardour2 doesn't exist (can't load configura...David Robillard
2006-07-13destructive track work: regions now display offset by bwf timeline reference,...Paul Davis
2006-07-11fix for playhead/edit cursor having wrong z-order placement; fix fader mouse ...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-21the return of VST supportPaul Davis
2006-06-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin