fix conflicts after merge with master
[ardour.git] / libs / ardour / audio_diskstream.cc
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
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-03-30 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-30 Paul Davisfix up some confusion with filesources' _origin and...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2012-12-23 Robin Gareusfix buffer overflow of wrap_buffer (may fix #5221)
2012-12-23 Robin Gareusdebug issue #5221 -- possible mem corruption
2012-12-07 Paul Davisfix wierd rec-enable behaviour, at possible expense...
2012-12-07 Paul Davisfix issues with rec-enabling being done in RT context...
2012-11-07 Robin Gareusfix required-sample count for cubic interpolation.
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-05-24 Paul Davisalways create short xfades when adding a region based...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2011-12-30 Carl HetheringtonSet up layering_index immediately on an explicit layer...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-23 Carl HetheringtonClarify ensure vs. request for JACK monitoring, naming...
2011-12-23 Carl HetheringtonMatch request in function names to the eventual call...
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-10-31 Carl HetheringtonTake commit() out of process() in both types of
2011-10-31 Carl HetheringtonComment.
2011-10-31 Carl HetheringtonRemove Diskstream member playback_distance that can be
2011-10-31 Carl HetheringtonA few comments and minor coding style adjustments.
2011-10-31 Carl HetheringtonRemove unused parameter.
2011-10-31 Carl HetheringtonRemove unused code.
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-10-20 Paul Davisobey monitor=disk when recording also; remove debug...
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-25 Paul Davisminor but important fix for the wrap-buffer case in...
2011-09-21 Paul Davisfixes from 2.X for latency/capture alignment stuff...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-14 Carl HetheringtonFix default disk_io_chunk_frames for diskstream so...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-02 Paul Davisrandom header include removal
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davisremove unused and useless "src" argument for a number...
2011-05-08 Carl HetheringtonMake a new write source when the diskstream name change...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-04-04 Paul Davisminor tweaks to debug output and comments and header...
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-14 David RobillardFix broken indentation.
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Carl HetheringtonMake the session watch sources' DropReferences and...
2011-02-25 Carl HetheringtonFix previous patch a bit better.
2011-02-25 Carl HetheringtonMove playback_distance up to AudioDiskstream from Disks...
2011-02-06 Carl HetheringtonCouple of asserts to catch similar bugs to #3755 a...
2011-02-06 Carl HetheringtonDon't update file_frame twice when reversing close...
2011-02-06 Carl HetheringtonDon't update start more than once when reversing. ...
2011-01-02 Carl HetheringtonAllow AudioDiskstream to have 0 channels without crashi...
2010-12-03 Paul Davistype tweaks and casts following the nframes_t expulsion
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-11-09 Paul Davisadd "origin" property to FileSource so that we can...
2010-10-02 Carl HetheringtonStop spurious regions being added to tracks when chasin...
2010-10-02 Carl HetheringtonSmall cleanup.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-30 Paul Davisminor tweaks
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-04 Carl HetheringtonFix peakfile display after record. Fixes at least...
2010-07-22 Paul Davissecond (and hopefully) final part of changes to respond...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-06-09 Paul Davispermit different sizes for audio playback & capture...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-12 Paul Davisalignment/capture/positioning changes ported from 2.X
2010-04-07 Paul Davissimilar fix for punch recording as applied to 2.X,...
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-23 Carl HetheringtonFix track mode options to appear only once on audio...
2010-03-22 Carl HetheringtonAdd an assert and fix a crash on creating a new tape...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
next