summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfilesource.h
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-18Remove old destructive API (non layered is a dynamic mode) 2/2Robin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-09-21add a SndFileSource c'tor to create .flac encoded file for archivingRobin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29add channel_count() to audio source APIPaul Davis
2015-04-20add a pure virtual FileSource::close() method so that FileSource::set_path() ...Paul Davis
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-11-25Remove dead code.David Robillard
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-06-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-09'libs/ardour' - If the platform is Windows, prevent lengthy caching by flushi...John Emmas
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-05-14Keep to a quota of open files by closing least recently used ones as required...Carl Hetherington
2010-04-09Prevent clipping during the import of files from sources that haveCarl Hetherington
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-05-14First stage of options rework.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2008-09-17Fix bugs in BroadcastInfo, and use it in SndfileSourceSakari Bergen
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-03Comment out excessive terminal output.David Robillard
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul 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-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-01-25fix import/embed of multichannel audiofiles, as per #1433Paul Davis
2006-11-13display timecode from BWF etc in SF browser; accels for windows now work (mis...Paul Davis
2006-11-06better error message if VST SDK is not installed and neeedPaul 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