Merge branch 'master' into windows
[ardour.git] / libs / ardour / ardour / source.h
2012-10-29 Paul Davisanother fix for complaints from OS X gcc about constness
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-04-11 Carl HetheringtonSimplify slightly odd update_length() signature.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-17 Carl HetheringtonRemove unused mutex.
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-01-31 Paul Davisdo not try to open sources with write-permission if...
2010-10-05 Carl HetheringtonRemove some unused code.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
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 Davisadd and use Source::empty() since it can be done more...
2010-06-23 Paul Davisfix some non-debug compile warnings
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-04-22 Carl HetheringtonAllow more than one peaks_ready callback to be pending...
2010-02-18 Paul Davisthe Properties & 64bit region commit
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-10-28 David RobillardRemove unused source reference count.
2009-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
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-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-10-01 Paul Davisi/o button naming patch and imported file BWF timecode...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-19 David RobillardReadable is not as generic as its name implies ;)
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-16 David RobillardMove duplicated AudioFileSource::Flags and SMFSource...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-14 David RobillardPartially fix MIDI region trim and extend.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-08-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-08-11 David RobillardFix MIDI file names on recording (don't write out a...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-21 Paul Davisprobably fix cleanup issues, but testing required
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-28 Paul Davisremove Id: lines from many/all headers and some more...
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-11 Paul Davismake MementoCommand inherit from sigc::trackable so...
2006-09-19 David RobillardMerged with trunk R920.
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-31 David RobillardMerged with trunk R879
2006-08-31 Paul Davismerge changes from harrison branch back into trunk...
2006-08-29 David RobillardMerged with trunk R861
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-22 Hans FugalMerging from trunk
2006-06-15 David RobillardMerged with trunk revision 600
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-06-14 Hans Fugalpulling trunk
2006-06-13 David RobillardMerged with trunk (painfully)
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-04-27 Paul Davis"The In-Flight Hack, 2006"
2006-03-17 Paul Davislots of fidgety work to get track renaming to work...
2006-03-14 Paul Davisimprovements (!) to waveform display for destructive...
2006-03-02 Paul Davisremove debugging for peaks ready signal, plus add new...
2006-02-10 Jesse Chappellcommitted INCOMPLETE 24bit filesource support
2005-12-18 Nick MainsbridgeDon't resize the editor_mixer when changing tracks...
2005-09-24 Taybin Rutkinlibardour added.