summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2007-03-16pre-beta12Paul Davis
2007-03-16fix errors in multi-range export (and possibly other export styles); compiler...Paul Davis
2007-03-16a much better fix for track-add crashes, albeit slightly more complexPaul Davis
2007-03-16possible fix for crash while adding new tracksPaul Davis
2007-03-15Make sse_functions_xmm.cc compile for i386 and i686 Sampo Savolainen
2007-03-15Add Mike's quad-quad + prefetch optimization.Sampo Savolainen
2007-03-15remove diskstream lock padding (it didn't fix anything)Paul Davis
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix bui...Paul Davis
2007-03-15make OSC off by default, and add menu item to control itPaul Davis
2007-03-15padding patch for mutex problem; better x86_64 alignment patch from mike taht...Paul Davis
2007-03-15disgusting hack around mutex problem that has been delaying beta19, hopefully...Paul Davis
2007-03-14veclib implementation of find_peaks().Taybin Rutkin
2007-03-14no more peak building thread; don't print config var stores, but it possible ...Paul Davis
2007-03-14Updated doxygen file.Taybin Rutkin
2007-03-13Added a xmmintrin.h based SSE function find_peaks(). Needs polishing as Sampo Savolainen
2007-03-13Make the headers on sound files created by bouncing ranges complete.Sampo Savolainen
2007-03-10fixed some frame count issues with importing.Jesse Chappell
2007-03-09Finish automation polling. Get rid of strip_from_route.John Anderson
2007-03-04fix for running out of JACK ports in the middle of adding multiple tracks or ...Paul Davis
2007-03-04Make playlist name bumping work for names where the last '.' delimited Sampo Savolainen
2007-03-04commit for cleanup bug that affects both old and new sessionsPaul Davis
2007-03-02@executable_path support.Taybin Rutkin
2007-03-02Fix for compiler warnings and errors.Taybin Rutkin
2007-03-01Fixed compilation issues.Taybin Rutkin
2007-03-01revert RCU changes back to union-based solution to fix strict-aliasing; anoth...Paul Davis
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-28fix for mute button color/state caused by cut-n-paste coding, plus another ac...Paul Davis
2007-02-28desensitize auto-return button on slave != None and ignore auto-return in lib...Paul Davis
2007-02-28desensitize auto-play button on slave != None and ignore auto-play in libardo...Paul Davis
2007-02-27fix #1497, related to lack of status.done setting when libsndfile craps out o...Paul Davis
2007-02-27fix for build issue on Mandriva, #1180 ; remove stacktrace output when JACK f...Paul Davis
2007-02-27totally redesign import code to avoid stupid intermediate file copy [beta]Paul Davis
2007-02-26fix a couple uninitialized variable messagesPaul Davis
2007-02-26clean up RCU fix even more; nedko's missing sources patchPaul Davis
2007-02-26fix for #1503, crash on new session in write-protected dirPaul Davis
2007-02-25prevent inadvertent "sounds" dir from 0.99 from confusing 2.0Paul Davis
2007-02-25new crossfade editor button icons from thorsten; ignore loop+range markers wh...Paul Davis
2007-02-23fix for #1041, I/O names with colons in themPaul Davis
2007-02-23more complete fix for MTC time signal not providing FPS/drop valuesPaul Davis
2007-02-23possible fix for MTC slavingPaul Davis
2007-02-23prevent new session construction if not connected to JACKPaul Davis
2007-02-23fix timestretch naming issue, #1501Paul Davis
2007-02-23Removed unused session_control.cc.Taybin Rutkin
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-22Fixed for prior unused file cleanup.Taybin Rutkin
2007-02-22Removed unused files.Taybin Rutkin
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ...Paul Davis
2007-02-19make transport buttons and shuttle controller work with MIDI CC'sPaul Davis
2007-02-19remote control IDs follow editor/mixer view order; fix multiple display of di...Paul Davis
2007-02-17persist remote_control_id for bussesJohn Anderson