Merge branch 'windows' of git.ardour.org:ardour/ardour into windows
[ardour.git] / libs / ardour / audiosource.cc
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-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
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-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.
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-09 Carl HetheringtonComment.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-04-30 Carl HetheringtonFix a couple of valgrind-spotted out-of-bounds accesses...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardClean up Region interface, remove Readable stub kludge.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-09-04 Tim MayberryRemove inclusion of unused header file
2007-05-10 Paul DavisMIDI branch becomes trunk
next