1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

671 Commits

Author SHA1 Message Date
v.audacity
61f5cdb82b upgrade to libsoxr 0.0.5 from current git 2012-12-18 05:48:55 +00:00
v.audacity
5e4cb4067f upgrade to libsoxr 0.0.4 from current git 2012-12-17 05:08:16 +00:00
v.audacity
9e3c8abfd3 patch from Luciano Rosa to accommodate hi-rez devices (starting with M2Tech products) 2012-12-03 05:39:17 +00:00
v.audacity
17d33203c9 Rob's 3resamplers.patch 2012-11-04 19:03:22 +00:00
v.audacity
71737c538b Rob's m4-patch 2012-11-03 23:17:34 +00:00
windinthew
1f26f3fb9b make file executable 2012-10-21 06:47:09 +00:00
v.audacity
cda544a119 Upgrade to libsoxr 0.0.3. 2012-10-18 23:19:58 +00:00
windinthew
52e607f51e convert line endings to LF 2012-10-18 18:31:29 +00:00
v.audacity
67fa958263 Make libsoxr build for Audacity on Linux. 2012-10-17 00:27:48 +00:00
v.audacity
038c7c0c68 Make libsoxr build for Audacity on Linux and Windows. 2012-10-15 01:30:19 +00:00
v.audacity
4362d3b361 Make libsoxr build for Audacity on Linux and Windows. 2012-10-15 01:27:30 +00:00
v.audacity
6adf60e0d4 Rob Sykes mods to make libsoxr build for Audacity on Linux 2012-10-15 00:33:09 +00:00
v.audacity
a7df83f27d Rob Sykes patch to make libsoxr build for Audacity 2012-10-13 00:15:12 +00:00
v.audacity
2416f94980 Upgrade to libsoxr 0.0.2. 2012-10-12 23:54:03 +00:00
v.audacity
d91642da17 Convert default resampler from libresample to libsoxr. 2012-10-09 22:21:14 +00:00
v.audacity
79faef4192 Convert default resampler from libresample to libsoxr. 2012-10-09 02:57:19 +00:00
v.audacity
948f505a52 Cristian Morales Vega's audacity-implicit.patch 2012-09-05 00:58:09 +00:00
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