summaryrefslogtreecommitdiff
path: root/libs/ardour/audiosource.cc
AgeCommit message (Expand)Author
2018-03-08Safeguard against possibly invalid peak-requestsRobin Gareus
2018-01-26Fix some clang warnings (argument with 'nonnull' attribute passed null)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-04-19Use XMLNode::get/set_property API in ARDOUR::AudioSource classTim Mayberry
2016-12-12Fix a potential deadlock/crash (here tape-track peak-file)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-11-24prevent concurrent peak-file init.Robin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin 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-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-15prepare peak-file cleanup/recreate.Robin Gareus
2015-09-10use FileSource::within_session() for peak-filesRobin Gareus
2015-09-10rework peakfile handling:Robin Gareus
2015-09-10remove Ardour broken peak-file supportRobin Gareus
2015-09-06terminate peak-file creation on session-closeRobin Gareus
2015-09-05create peak files in background when loading sessionRobin Gareus
2015-09-03Fixes case where audiofiles used wrong peakfilesMathias Buhr
2015-09-03Use const reference and renames variableMathias Buhr
2015-07-25Use g_open instead of ::open in AudioSource for portabilityTim Mayberry
2015-07-25Use GStatBuf in AudioSource::initialize_peakfile for portabilityTim Mayberry
2015-07-25Revert "When peakfiles get opened using a non-glib function (in a non-English...Tim Mayberry
2015-07-23When peakfiles get opened using a non-glib function (in a non-English locale)...John Emmas
2015-07-17do not carry out a size check on peakfiles for files still being recorded.Paul Davis
2015-06-29ensure that working buffers (for gain + mixing) are large enough.Paul Davis
2015-06-11comment tweakPaul Davis
2015-06-03check size of peak file before attempting to use it. Rebuild from scratch if ...Paul Davis
2015-06-03when AudioSource::read_peaks() provides start+cnt too close to the end, be su...Paul Davis
2015-04-15fix for memory overrun during read_peaks(), from sebastian reicheltPaul Davis
2015-03-21Don't open peakfiles O_NONBLOCK or O_NOATIME.nick_m
2015-03-11Fix windows compilation for merged waveview branch.nick_m
2015-03-11Fix compilation for osx.nick_m
2015-03-11Manual merge of the backend (peakfile reading) part of waveview branch.nick_m
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-14move ScopedFileDescriptor into libpbd and use itPaul Davis
2014-12-14Only attempt to close our peakfile '_fd' if we have a valid handleJohn Emmas
2014-12-13Only attempt to close '_peakfile_fd' if we have a valid handleJohn Emmas
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-09-15fix compiler warningPaul Davis
2014-04-04fix typo in commentPaul Davis
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-08-08Cast param for std::time to a pointer of time_tMichael Fisher
2013-08-08Revert "Remove non-portable and unnused header includes"Paul Davis
2013-08-08Remove non-portable and unnused header includesPaul Davis
2013-08-04'libs/ardour' - Compiler specific includes and includesJohn Emmas
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-07-31fix merge conflict from masterPaul Davis
2013-07-29Cast param for std::time to a pointer of time_tMichael Fisher