1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

654 Commits

Author SHA1 Message Date
v.audacity
fe1838850f Steve Daulton's for multiply-renamed bug 571 2012-08-20 21:15:58 +00:00
v.audacity
cb2e9475c2 Clayton's bug557_4.patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=557 2012-08-16 20:15:53 +00:00
v.audacity
e6c43712b8 Clayton's "third patch" for http://bugzilla.audacityteam.org/show_bug.cgi?id=557 2012-08-12 22:03:12 +00:00
v.audacity
90858b2e99 Clayton's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=557 2012-07-19 23:48:27 +00:00
james.k.crook@gmail.com
2bf327fec7 Ability to enable/disable loading of modules. Resized Prefs. Same-machine flag set when scripting (used by vista and later). 2012-07-14 22:45:12 +00:00
v.audacity
b47341eb33 Benjamin Drung's portmixer-missing-dpkg-buildflags.patch 2012-06-24 23:11:29 +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
v.audacity
e45c780953 Applied Clayton's patch to fix http://bugzilla.audacityteam.org/show_bug.cgi?id=482 (P2).
Also fixed some data type conversion compile warnings in sms.cpp.
2012-06-22 23:06:26 +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
mchinen
15fb587eb1 Fix Bug 448 (P2) - WAV export corrupt if imported file has metadata after data (edit)
Applies patch from libsndfile 1.2.25 on the git repo.

src/strings.c : Fix handling of SF_STR_SOFTWARE that resulted in a segfault.

FYI, The commit has the following properties
commit 386af45517724a1b10a790899c8c4ec2c4b161af
Author: Erik de Castro Lopo <erikd@mega-nerd.com>
Date:   Fri Mar 25 19:12:24 2011 +1100

  src/strings.c : Fix handling of SF_STR_SOFTWARE that resulted in a segfault.

Also, there is another patch that may relate to bug 448 that deals with the same code:
Since I am not sure if that is needed or not, I will just note it for now, and this commit will only contain one patch:
commit 7194d455dbf9b4927057eacd443800d24ec40a19
Author: Erik de Castro Lopo <erikd@mega-nerd.com>
Date:   Tue Jun 28 18:22:12 2011 +1000

    src/strings.c : Clean up and refactor storage of SF_STR_SOFTWARE.

Because these are already in the next version of libsndfile I don't see a reason to note the patches
2012-05-24 08:45:22 +00:00
mchinen
9a621647be Fix Bug 504 (P2) - PPC Macs crash importing MP3 files with "guess_file_type" error
in id3.c: psf->fileoffset is a sf_count_t, which is int64_t, which is
larger than size_t on a G4 PPC.
Since psf_binheader_readf expects that argument to be the smaller
size_t, it ends up seeking over and over to the zero position since
the larger bits of the variable are all zeros.
Patch simply casts to size_t.

Patch sent upstream as well.
2012-05-24 01:04:14 +00:00
clayton.otey
c64adba308 Associated with r11696 / patch for bug 485. Just forgot to add/delete these files associated with the patch. 2012-04-17 01:04:16 +00:00
clayton.otey
87fb427603 TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
lllucius
5f1ef8f8fa Adding wxMac accessibility. Should resolve:
http://bugzilla.audacityteam.org/show_bug.cgi?id=139
2012-03-21 03:09:06 +00:00
richardash1981
4aaed7d285 this is the old portaudio v18 source, which Audacity stopped supporting ages ago. Removing it from the source tree 2012-03-16 20:52:16 +00:00
mchinen
f1da58779f soundtouch: fix broken .m4 path in soundfile that causes make distclean to fail (leaving .deps dirs) 2012-02-26 03:22:50 +00:00
mchinen
38bf4968ac libvorbis: run libtoolize,aclocal,auto* to restore build with new and old automake 2012-02-26 03:21:35 +00:00
mchinen
625d347d8f libmad: run libtoolize,aclocal,auto* to restore build with new and old automake 2012-02-26 03:21:10 +00:00
mchinen
e2484e5f4c libflac: remove src/flac from configure.in, revert r11514, run libtoolize,aclocal, auto* for rc4/rc5 changes 2012-02-26 03:19:10 +00:00
richardash1981
5874644e54 provide a fix for not distcleaning the flac directory properly, causing stray .deps/ directories from libtool. Use Micheal's manual update to Makefile.am because I don\'t have prehistoric Automake 1.7 available for a clean automatic update. Patch by Micheal Chinen. 2012-02-19 17:44:14 +00:00
v.audacity
c25514cb03 Steve Daulton's patch to fix bug 410 2012-02-14 00:25:35 +00:00
mchinen
cf8c3ee799 Fix a crash when importing mp3s with duplicate tags via libsndfile. This patch is from Erik de Castro Lopo, already upstream. Also made appropriate entry in audacity-patches.txt 2012-02-05 09:05:49 +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
6046d33a36 Updated to demo new method of taking over TrackPanel. 2011-11-25 20:41:12 +00:00
windinthew
4bfd41d3ee Updated to Visual Studio 2008 as agreed with James (tested, builds the modules correctly) 2011-08-17 18:24:27 +00:00
clayton.otey
71dedc3d35 Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +00:00
clayton.otey
a17e741abc Major update to TimeScale effect, incorporating libsbsms-2.0.0, fixes to bug 172, changes to ui 2011-07-02 18:35:18 +00:00
james.k.crook@gmail.com
004df99f78 _TCHAR -> wxChar for Ubuntu compatibility 2011-04-30 09:45:43 +00:00
james.k.crook@gmail.com
aca5cd7fff Use _TCHAR in place of wchar_t for VersionName 2011-04-29 07:52:00 +00:00
james.k.crook@gmail.com
fe4a271fa1 Added TrackPanel2. Removed namespaces, as they don't help avoid collision with TrackPanel name. 2011-04-25 21:27:30 +00:00
james.k.crook@gmail.com
b45d9ae327 Added SkewedRuler and started on registration system. 2011-04-25 20:22:01 +00:00
james.k.crook@gmail.com
d42f014b6d Typos in comments. 2011-04-25 17:41:52 +00:00
james.k.crook@gmail.com
c02f36cbcc Added mod-null, mod-nyq-bench, mod-track-panel. Updated mod-script-pipe to use wchar_t* for version number. 2011-04-25 16:40:22 +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
v.audacity
4bde2be9c6 Leland's patch for Win98, per audacity-devel thread "Re: [Audacity-devel] any more for under the wire for rc2?" on 2011-04-05 2011-04-06 03:00:04 +00:00
lllucius
41befb8b05 Detect VerifyVersionInfo() at runtime to allow running on
pre-Win2k machines.
2011-04-04 22:54:51 +00:00
lllucius
79273b2cd1 I believe I have it now. Just needed to do an autoreconf
instead of trying to aclocal/automake/autoconf myself.
(Apparently he knows how to do it better than me. ;-))

Trying to configure with --enable-maintainer-mode on the Mac
doesn't work, but that's perfectly acceptable since that is
usuaaly delagated to Linux during tarball builds.
2011-04-03 07:14:56 +00:00
lllucius
08aa186932 Fix maintainer mode...I guess. Richard??? 2011-04-03 05:19:28 +00:00
lllucius
fa00dd005f Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
lllucius
2552cb5aec dlcompat is no longer used. 2011-04-02 03:12:34 +00:00
lllucius
f50be91900 Bug #176 - Support newer versions of FFmpeg.
Also includes Benjamin's ffmpeg-configure-v2.patch.
2011-04-02 02:10:50 +00:00
lllucius
15eef6421e Applying 2 of Benjamin's patches to add an autogen script and to
enable support for using the system portaudio library.  The latter
also corrects a long standing bug that prevented using config.status
to regenerate src/Makefile.

As a result of the above, I've taken Benjamin's *_LOCAL_CONFIGURE_ARGS
idea and propagated its usage to the other place where ac_configure_args
was being set directly.

Removed old stuff from lib-src/Makefile.in and made the library locations
for portaudio and portmixer like the rest (a symlink in lib-src).

Reworked portmixer's configure.ac to properly detect host apis.
2011-03-30 16:14:51 +00:00
lllucius
51ba874c1e Fixes from Benjamin that correct several "configure" problems under Ubuntu Natty and Debian Unstable
Also fixes test in maketarball.sh that determines whether a reconfig is needed.
2011-03-29 03:10:10 +00:00
mchinen
6a868ff21d bug 11 - Fix potential memory leaks in DirectSound part of portmixer.
Also, in some research I learned that the DirectSound guid to Wave ID function can sometimes return success without writing to the output struct at all.  I added a check to initialize and bail if this happens.  This can possibly help with some of our USB issues.
2011-03-22 20:55:04 +00:00
v.audacity
6b6b495021 Make it easier to enforce the requirement that module version string exactly matches Audacity version string, by directly including Audacity.h and using AUDACITY_VERSION_STRING. 2011-03-14 02:22:41 +00:00
mchinen
36dbff73b4 portaudio: win - fix a bad header include-once trick.\nas this is only included by px_win_endpoint.c and px_win_common.h is not included there I do not think it was causing any bugs, but is obviously a copy-paste typo. 2011-03-06 17:11:51 +00:00
mchinen
fead781eb2 Portmixer: px_win_endpoing.c: fix potential memory leak 2011-03-02 16:43:30 +00:00
mchinen
26786aff95 bug 11 - Fix vista/win7 compatibility settings 2011-02-28 16:06:47 +00:00
mchinen
3dad57bc30 bug 11: fix portmixer vista/win7 issue. possibly fixes conflated inputs. 2011-02-26 22:00:03 +00:00
richardash1981
60cd572650 Fix for the sake of doing them all, although this is nearly dead 2011-02-25 22:28:24 +00:00