summaryrefslogtreecommitdiff
path: root/libs/ardour/audiosource.cc
AgeCommit message (Expand)Author
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-07-15Use g_stat in AudioSource::initialize_peakfile for portabilityPaul Davis
2013-07-15Use g_rename in AudioSource::rename_peakfile for portabilityPaul Davis
2013-07-15Use g_utime for portability in AudioSource::touch_peakfilePaul Davis
2013-07-15Use g_stat in AudioSource::touch_peakfile for portabilityPaul Davis
2013-07-15Use ::write instead of pwrite in AudioSource::compute_and_write_peaks for po...Paul Davis
2013-07-15Use ::read instead of pread in AudioSource::read_peaks for portabilityPaul Davis
2013-07-13Use boost::scoped_array in AudioSource::compute_and_write_peaksPaul Davis
2013-07-13Use boost::scoped_array in AudioSource::build_peaks_from_scratchPaul Davis
2013-07-13Remove use of goto in AudioSource::read_peaksPaul Davis
2013-07-13Use boost::scoped_array for controlling scope of peak data in AudioSource::re...Paul Davis
2013-07-13Use boost::scoped_array in AudioSource::read_peaksPaul Davis
2013-07-13 Use boost::scoped_ptr to control scope of peakfile descriptorPaul Davis
2013-07-13Replace conditional peak debugging with DEBUG_TRACE macro usagePaul Davis
2013-07-11 Disable peakfile reading and writing on windows for nowPaul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-06-20(working) start of an experiment with pyramix-style waveform drawingPaul Davis
2013-06-20new image cache design for waveviews, with various fixes.Paul Davis
2013-03-31more work on the suprisingly ongoing filename/path/origin issuePaul Davis
2013-03-21fix nasty crash when using double-nested compound (consolidated) regions caus...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2012-04-05Fix double-delete (#4809).Carl Hetherington
2011-11-21fix a few warnings from newer versions of gccPaul Davis
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-08-09Add a few asserts.Carl Hetherington
2011-06-22second half of "bomb out if playlist construction from XML fails"Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30add dependents to a compound playlist before creating a source from it, so th...Paul Davis
2011-05-29don't always rebuild peakfiles for compound regionsPaul Davis
2011-05-28clean up memory leaks with nested source read buffersPaul Davis
2011-05-28putative fix for crashes related to diskstream playback buffer refills with c...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have used...Paul Davis
2010-12-09make strip silence work (again?)Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-09-14Tidy up PeaksReady locking slightly and emit it during done_with_peakfile_wri...Carl Hetherington
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-17forward port 2.X various changes (not all, but i have a list) ending with 6928Paul Davis
2010-06-29allow zero-length SMF files on disk again; fix some gcc 4.X optimization-on c...Paul Davis
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-05-14Keep to a quota of open files by closing least recently used ones as required...Carl Hetherington
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis