update processor in-place mode when pin-mapping changes
[ardour.git] / libs / ardour / audiosource.cc
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul DavisMerge branch 'master' into cairocanvas
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-14 Paul DavisMerge branch 'master' into cairocanvas
2013-08-10 Robin GareusMerge branch 'master' into ccmerge
2013-08-08 Michael FisherCast param for std::time to a pointer of time_t
2013-08-08 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-08-08 Paul DavisRemove non-portable and unnused header includes
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-04 John Emmas'libs/ardour' - Compiler specific includes and includes
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherCast param for std::time to a pointer of time_t
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-15 Paul Davisuse g_unlink() rather than unlink() universally, requir...
2013-07-15 Paul DavisUse g_stat in AudioSource::initialize_peakfile for...
2013-07-15 Paul DavisUse g_rename in AudioSource::rename_peakfile for portab...
2013-07-15 Paul DavisUse g_utime for portability in AudioSource::touch_peakfile
2013-07-15 Paul DavisUse g_stat in AudioSource::touch_peakfile for portability
2013-07-15 Paul DavisUse ::write instead of pwrite in AudioSource::compute_...
2013-07-15 Paul DavisUse ::read instead of pread in AudioSource::read_peaks...
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-13 Paul DavisUse boost::scoped_array in AudioSource::compute_and_wri...
2013-07-13 Paul DavisUse boost::scoped_array in AudioSource::build_peaks_fro...
2013-07-13 Paul DavisRemove use of goto in AudioSource::read_peaks
2013-07-13 Paul DavisUse boost::scoped_array for controlling scope of peak...
2013-07-13 Paul DavisUse boost::scoped_array in AudioSource::read_peaks
2013-07-13 Paul Davis Use boost::scoped_ptr to control scope of peakfile...
2013-07-13 Paul DavisReplace conditional peak debugging with DEBUG_TRACE...
2013-07-11 Paul Davis Disable peakfile reading and writing on windows for now
2013-07-11 Paul DavisRemove non-portable and unnused header includes
2013-07-11 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-07-11 Paul DavisRemove non-portable and unnused header includes
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-09 Paul DavisMerge branch 'master' into cairocanvas
2013-07-01 Paul DavisMerge branch 'master' into cairocanvas
2013-06-26 Paul DavisMerge branch 'master' into cairocanvas
2013-06-21 Paul Davis(working) start of an experiment with pyramix-style...
2013-06-20 Paul Davisnew image cache design for waveviews, with various...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-01 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-03-31 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-31 Paul Davismore work on the suprisingly ongoing filename/path...
2013-03-21 Paul Davisfix nasty crash when using double-nested compound ...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-11 Carl HetheringtonSimplify slightly odd update_length() signature.
2012-04-05 Carl HetheringtonFix double-delete (#4809).
2011-11-21 Paul Davisfix a few warnings from newer versions of gcc
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-08-09 Carl HetheringtonAdd a few asserts.
2011-06-22 Paul Davissecond half of "bomb out if playlist construction from...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davisadd dependents to a compound playlist before creating...
2011-05-29 Paul Davisdon't always rebuild peakfiles for compound regions
2011-05-28 Paul Davisclean up memory leaks with nested source read buffers
2011-05-28 Paul Davisputative fix for crashes related to diskstream playback...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-04-09 Paul Davisremove all use of access(2) (this was done a bit stupid...
2010-12-09 Paul Davismake strip silence work (again?)
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-09-14 Carl HetheringtonTidy up PeaksReady locking slightly and emit it during...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-17 Paul Davisforward port 2.X various changes (not all, but i have...
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-05-14 Carl HetheringtonKeep to a quota of open files by closing least recently...
2010-04-22 Carl HetheringtonAllow more than one peaks_ready callback to be pending...
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-04-02 Paul Davisremove PBD::Connection (replace use with PBD::ScopedCon...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-01 David RobillardFix memory leak.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-10-26 Paul Davisrevert patch for 2388 (from 2.0-ongoing)
2009-10-26 Paul Davis(forward ported from 2.0-ongoing) fix for peak data...
2009-10-25 David RobillardRemove unused source file_changed methods.
next