summaryrefslogtreecommitdiff
path: root/libs/ardour/sndfilesource.cc
AgeCommit message (Expand)Author
2016-09-25fix detecting .flac formatRobin Gareus
2016-09-21add a SndFileSource c'tor to create .flac encoded file for archivingRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-12-08touch peakfile after closing a SndFileSourcePaul Davis
2015-11-24update configure time tests and code to use libsndfile 1.0.26's version of th...Paul Davis
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-20fix sndfilesource::open return value typo.Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-08RF64, RF64 (WAV) and MBWF native file header formatsPaul Davis
2015-09-04Fix invalid error message when selecting directories/folders in Import dialogTim Mayberry
2015-07-27fixes/updates for move to ::open()Robin Gareus
2015-07-25Use g_open and sf_open_fd in SndFileSource for portabilityTim Mayberry
2015-07-17reworked variant of john’s soundfile locale fixRobin Gareus
2015-07-16Revert "Possible fix for http://tracker.ardour.org/view.php?id=6332"Robin Gareus
2015-07-16Possible fix for http://tracker.ardour.org/view.php?id=6332John Emmas
2015-04-20add a pure virtual FileSource::close() method so that FileSource::set_path() ...Paul Davis
2015-03-11remove duplicate codeRobin Gareus
2015-02-22fix two other potential issues with leftover 32 bit integers when reading fro...Paul Davis
2015-02-22fix incorrect use of int32_t for current position in file while writing to no...Paul Davis
2015-01-12force complete peak compute.Robin Gareus
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-11-18Fix incredibly unlikely NULL pointer dereference.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
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
2014-04-14more work on linking file existence and removabilityPaul Davis
2014-04-04clarify comments for SndFileSource constructorsPaul Davis
2013-08-09'libs/ardour' - If the platform is Windows, prevent lengthy caching by flushi...John Emmas
2013-08-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-08-04'libs/ardour' - Use 'std::vector' instead of dynamically sized arrays (requir...John Emmas
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-01-09minor translation fixes/typos from edogawaPaul Davis
2012-12-23fix "import at file position" when copying or channel-splitting files on import.Robin Gareus
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove debuggingPaul Davis
2012-05-21more 64bit VM debugging nonsense (svn in the fastest route between my system ...Paul Davis
2012-05-21ugly debugging code to try to track down what is going on the 64 bit build VMPaul Davis
2012-05-21a bit more debug on info when we fail to read from a SndFileSourcePaul Davis
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2012-04-01Add comment.Carl Hetherington
2012-01-27fix #4443 - tape track files need to be created when opened, not when written toPaul Davis
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-08-09Add a few asserts.Carl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-02-143.0 version of previous 2.X change to always prevent deletion of existing sou...Paul Davis