summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-04-24send LTC during process_with_events()Robin Gareus
2015-04-24windows 32bit asm/fpu support.Robin Gareus
2015-04-24add missing regexp support to pbd/wscriptRobin Gareus
2015-04-24separate build host & target (fix win32 asm)Robin Gareus
2015-04-23fix jack-metadata for weak-jack linkingRobin Gareus
2015-04-23fix JACK metadata configure check.Paul Davis
2015-04-23add a real check for functioning JACK metadata API; remove configure time opt...Paul Davis
2015-04-22Remove a 'no longer needed' source from our MSVC project (libpbd)John Emmas
2015-04-22coefficients are floating-point.Robin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-04-21more windows related SSE build fixesPaul Davis
2015-04-21typoPaul Davis
2015-04-21use compiler target to determine whether to use 64 bit windows assembler, not...Paul Davis
2015-04-21Revert "as an experiment, try original asm on windows."Paul Davis
2015-04-21as an experiment, try original asm on windows.Paul Davis
2015-04-21<intrin.h> is for windows onlyPaul Davis
2015-04-21add required header for windows compile of FPU codePaul Davis
2015-04-21Remove filename extension for chapter mark fileJohannes Mueller
2015-04-21Put an Intro chapter at position 00:00:00.000Johannes Mueller
2015-04-21Added support for exporting mp4 chapter marksJohannes Mueller
2015-04-21fix build of FPU code on OS X by reverting to use of _LP64 to identify 32/64 ...Paul Davis
2015-04-21merge all mingw and msvc specific code for FPU information into libs/pbd/fpu....Paul Davis
2015-04-21improve logic flowPaul Davis
2015-04-21Port 'Cut time' code from MixbusColin Fletcher
2015-04-21[Summary] Fixed bug in Ardour SSE assembler function. Wrong register was decr...Greg Zharun
2015-04-21[Summary] Added SSE sound processing functions support for Windows. Version 1.Greg Zharun
2015-04-21another merge fixBen Loftis
2015-04-21merge fix for tempo branchBen Loftis
2015-04-21merge monitor_section branchBen Loftis
2015-04-21Merge branch 'master' into saveasPaul Davis
2015-04-21do not reset paths for sources that are still outside the session after save-asPaul Davis
2015-04-20allow coreaudio backend to build on OS X LionPaul Davis
2015-04-20SMF::end_write() is a no-op if there is no _smf structurePaul Davis
2015-04-20add a pure virtual FileSource::close() method so that FileSource::set_path() ...Paul Davis
2015-04-20remove _file_path member from Evoral::SMFPaul Davis
2015-04-20Merge branch 'master' into saveasPaul Davis
2015-04-17Dummy: fix sine/square frequency sweepRobin Gareus
2015-04-17Amend ac1f7e0bnick_m
2015-04-17Indicate all clips on rectified view.nick_m
2015-04-17Improve waveview height and scaling.nick_m
2015-04-16VST: fix a copy/paste typo and possible segfaultRobin Gareus
2015-04-15put all of the Mackie control surface code into the ArdourSurface namespacePaul Davis
2015-04-15update russian translationPaul Davis
2015-04-15add ArdourSurface to OSC class to help reduce global namespace pollutionPaul Davis
2015-04-15fix for memory overrun during read_peaks(), from sebastian reicheltPaul Davis
2015-04-15Replace control list locks with RWLocks4.0-rc4Robin Gareus
2015-04-15portaudio backend: allow Pa_GetDeviceInfo to fail.Robin Gareus
2015-04-12allow to set/change loop-range via OSCRobin Gareus
2015-04-11remove unused local variablePaul Davis
2015-04-11Fix dangling location on new location -> undo.nick_m