1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 01:29:43 +02:00

81 Commits

Author SHA1 Message Date
lllucius@gmail.com
e62d3a55c6 Temporary performance fix as discussed via email and:
http://bugzilla.audacityteam.org/show_bug.cgi?id=734

Will be reverted when Roger finishes modifications to
new Nyquist features and they get merged into the
Audacity tree.
2014-07-18 04:15:24 +00:00
benjamin.drung@gmail.com
a361823829 Update generated autotools files for libnyquist. 2014-05-29 13:36:35 +00:00
benjamin.drung@gmail.com
1463d07aea Remove -Wstrict-prototypes build flag from libnyquist.
The build flag -Wstrict-prototypes produces many warnings and we do not want to
modify the upstream nyquist code to just remove compiler warnings.
2014-05-29 13:34:48 +00:00
benjamin.drung@gmail.com
dbffdea8f6 Fix build failure of libnyquist by using static file paths in Makefile.am. 2013-11-14 10:29:31 +00:00
benjamin.drung@gmail.com
7f94f64cc6 Update autotools files for libnyquist. 2013-11-14 01:38:55 +00:00
benjamin.drung@gmail.com
760605b145 Add AM_PROG_CC_C_O check for subdir-objects option. 2013-11-14 01:38:28 +00:00
benjamin.drung@gmail.com
3efb2058ae Use subdir-objects automake option for libnyquist. 2013-11-14 01:35:16 +00:00
benjamin.drung@gmail.com
a8181985a8 Quote autoconf parameters. 2013-11-14 01:34:32 +00:00
benjamin.drung@gmail.com
6efbf53d90 Fix make dist target of libnyquist. 2013-11-08 01:05:56 +00:00
benjamin.drung@gmail.com
e779d81995 Regenerate autotool files of libnyquist with a newer autotool version.
The files are regererated by calling "autoreconf -f -i".
2013-11-01 10:48:08 +00:00
benjamin.drung@gmail.com
55b8334c73 Fix all autotools for libnyquist. 2013-11-01 10:46:00 +00:00
benjamin.drung@gmail.com
e97a17e820 Disable automatic re-run of autotools for libnyquist. 2013-11-01 10:44:50 +00:00
benjamin.drung@gmail.com
15d103d29e Correct project name in autotools files. 2013-11-01 10:41:34 +00:00
v.audacity
6ece977edc Applied patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=520. 2012-06-23 01:38:05 +00:00
richardash1981
b8134fc306 commit it tidied up version of the patch to fix bug 497, with a consistent error message (none of the others include the Error. prefix) and some documentation of what the nyx function returns for future sanity. 2012-06-16 16:58:17 +00:00
v.audacity
c25514cb03 Steve Daulton's patch to fix bug 410 2012-02-14 00:25:35 +00:00
james.k.crook@gmail.com
1f208ea60d from Roger Dannenberg - Workaround for path bug. The correct fix is to remove the duplicated code. 2011-11-30 19:38:38 +00:00
james.k.crook@gmail.com
14bc36ee39 Nyquist fixes for code that exits Audacity without saving audio. 2011-04-23 10:10:48 +00:00
richardash1981
5dc37cb30d fix usage of AM_MAINTAINER_MODE macro, pointed out by Benjamin Drung 2011-02-25 22:05:30 +00:00
rbdannenberg
c389f0348b Previous bug fix to add.c introduced a declaration after statements, rejected by some compilers. This new add.c should compile everywhere. 2010-09-27 17:55:51 +00:00
rbdannenberg
f37b4ab344 Fixed some Nyquist bugs, eliminate some compiler and wipro checker warnings 2010-09-27 05:42:28 +00:00
v.audacity
c159d469d6 Fix another bug reported by Wipro: "...at line 89 in function xlungetc , file xlio.c
'fptr', can take a NULL value. It is being derefed directly or through its aliases at: '(((fptr- >n_info).n_xstream).xs_savech)'"
2010-09-25 22:15:46 +00:00
rbdannenberg
639c8dbfb9 Fixed bug in Nyquist SND-AVG where block size smaller than skip size overwrote memory and crashed. 2010-09-19 12:19:26 +00:00
rbdannenberg
a1f0e5ed5b Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment. 2010-09-18 21:02:36 +00:00
v.audacity
fb3e2dab1b Fix another error reported by Wipro, deref of possibly NULL pointer. 2010-09-14 23:02:19 +00:00
v.audacity
c3cc10a265 Fix a couple of errors reported by Wipro. 2010-09-13 23:42:21 +00:00
v.audacity
37f52c4695 Eliminate MSVC compiler warnings. 2010-09-02 04:02:23 +00:00
v.audacity
4c72458c6c Eliminate MSVC compiler warnings. 2010-09-02 03:32:35 +00:00
richardash1981
97f24531bd These editor temporary files should never have been under version control 2010-02-11 16:43:15 +00:00
richardash1981
38743e9a6c Add m4 macro files to deps, whether these are used depends on configure options 2010-02-06 21:28:08 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00