Commit Graph

1206 Commits

Author SHA1 Message Date
martynshaw99
dd29bce63b Remove auto-help project building, since we should be looking at http://code.google.com/p/audacity for the latest (common) manual, and at http://wiki.audacityteam.org/wiki/Create_Local_Manual for how to get there 2012-06-14 00:35:52 +00:00
martynshaw99
22d591c119 Remove building 'help' in 'Unicode Debug', since it just slows us down. 2012-06-14 00:24:41 +00:00
prlivesey
6dba627e45 Enable building of PaulStretch effect on Mac 2012-06-13 12:40:33 +00:00
v.audacity
61b6a82ada Let's go ahead with OD_FFMPEG. 2012-06-12 03:38:51 +00:00
v.audacity
7311286a56 Move Alexandre Prokoudine to emeritus, per his request. 2012-06-12 03:37:23 +00:00
martynshaw99
ba40f3d8b3 Enable building of PaulStretch effect on win 2012-06-10 22:45:47 +00:00
windinthew
f8b42a6bda Updated software translation from Christian 2012-06-10 21:03:03 +00:00
richardash1981
7f8a09ea1e add some i18n-hint comments to the strings where the translation doesn't see (to me) to be obvious. This will probably get better when the effect has a manual entry, and with translator feedback. 2012-06-10 16:38:29 +00:00
richardash1981
fa2aefcfee fix a number of small language idosyncracies to give more idomatic usage. Make sure that spacing and capitalisation is consistent, at least within this effect and compared to a selection of our other effects 2012-06-10 16:24:37 +00:00
richardash1981
519bfb2268 Commit patch adding Paulstretch (an extreme time stretching effect for synthesis) by Nasca Octavian PAUL http://hypermammut.sourceforge.net/paulstretch/ as submitted 2012-06-10 16:08:43 +00:00
martynshaw99
73451e8dad Fix to not apply some gain if dc removal only required.
Make progress not jump back after analysis, except for 'stereo linked' where analysis of 2nd track is done out-of-order.
2012-06-02 16:35:29 +00:00
mchinen
a09fe983ed remove debug printfs 2012-06-01 06:11:54 +00:00
mchinen
c4f1a52413 OD FFmpeg: fix a bug with demand seeking by using a safer seek test 2012-06-01 06:11:49 +00:00
mchinen
1fb7a1dcee OD FFmpeg: do not attempt to correct stream lag unless a seek was demanded by user 2012-06-01 06:11:45 +00:00
mchinen
2aedaaa68d lazy evaluate for OD ffmpeg seek test 2012-06-01 06:11:41 +00:00
mchinen
77917b3268 change flushing case for OD ffmpeg 2012-06-01 06:11:36 +00:00
mchinen
e5520d0b7d fix case where DecodeFrame() was not returning errors 2012-06-01 06:11:31 +00:00
mchinen
f837c1fefd fix indentation 2012-06-01 06:11:26 +00:00
mchinen
80a2b68bcf Fix warnings for OD ffmpeg 2012-06-01 06:11:21 +00:00
mchinen
3dd37349fc add on demand preference to library pane 2012-06-01 06:11:15 +00:00
mchinen
816b58bc08 integrate OD FFmpeg to work with multiple formats, including wav
also move streamContext to ffmpeg.h to allow for refactoring of import code
2012-06-01 06:11:07 +00:00
mchinen
8cb2a38fbe restore build for EXPERIMENTAL_OD_FFMPEG
EXPERIMENTAL_OD_FFMPEG is still commented out
2012-06-01 06:11:01 +00:00
windinthew
3da8cabc4d updated software translation from Yuri Chornoivan. 2012-05-31 04:56:31 +00:00
windinthew
7dd545fc4d Updated software translation from Andreas 2012-05-29 23:17:01 +00:00
richardash1981
627f4dd757 add support for Nyquist effects in Chains, written by Leyland and Martyn based on an idea by Edgar 2012-05-26 20:25:13 +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
mchinen
a6d9f24804 Fix Bug 489 (P2) - Read Directly uncompressed audio produces incorrect Normalize in Chains. Wait until OD is finished before starting analysis. 2012-05-23 23:02:25 +00:00
mchinen
5036316758 Fix Bug 508 (P2) - Chains: Chain removed even if you say No to prompt. 2012-05-23 18:52:52 +00:00
windinthew
a2c8584446 Updated by Thomas. 2012-05-20 19:13:55 +00:00
martynshaw99
95037c7b07 Correct bug when just doing dc offset. Improve messages. 2012-05-19 20:30:57 +00:00
windinthew
96eff824d7 Add missing ellipsis for "Edit Labels". 2012-05-18 08:11:24 +00:00
martynshaw99
6ae1c7855e Messages about what is going on.
Resizing the ProgressDialog so one can see them.
2012-05-17 00:17:51 +00:00
martynshaw99
88d10d887a Obeying the specs., thanks to Taihei Monma for the patch.
Untested by me.
2012-05-10 22:41:28 +00:00
windinthew
2ccfc1ad6c Added access keys for Track Drop-Down menus as suggested by David Bailes
on audacity4blind list (tested on Windows).
2012-05-10 09:09:49 +00:00
windinthew
26e29d270c Better text for what Ctrl-Wheel-Rotate does. 2012-05-08 06:25:56 +00:00
james.k.crook@gmail.com
0a53820106 Fix for ruler elements disappearing at high zoom beyond time 5:57:54.84. 2012-05-06 17:47:52 +00:00
martynshaw99
2fa98d3c16 Add missing header 2012-05-06 14:27:55 +00:00
james.k.crook@gmail.com
4dc68db335 Fix problem with waveform disappearing when zooming in using mouse wheel. Aligns audio right with mouse position, if mouse position is to right of audio right. 2012-05-06 11:50:29 +00:00
martynshaw99
dfcda8dfaf Spelling corrections. 2012-05-05 22:09:21 +00:00
martynshaw99
f8c81d332a Fix summary values for edge cases when overall signal does not straddle zero line. 2012-05-05 21:45:50 +00:00
james.k.crook@gmail.com
e4e9549a95 Restored previous behaviour. Mouse wheel based zooming now different from button based zooming again. 2012-05-05 21:06:19 +00:00
martynshaw99
2268f6f1e9 Fix summary values for edge cases when overall signal does not straddle zero line. 2012-05-05 20:57:50 +00:00
james.k.crook@gmail.com
f98809817d Fixed bug in zoom-to-selection, where it would not work if the selection was 'beyond the end of time'. 2012-05-05 18:41:48 +00:00
james.k.crook@gmail.com
5a8a515235 Fix Bug 375 (P3): Can now drag a clip to a new track, even if it is the selection. 2012-05-05 15:27:51 +00:00
james.k.crook@gmail.com
30a7876593 Ctrl-Wheel Zooming now behaves like zoom buttons, so we don't zoom into empty space. 2012-05-04 11:47:29 +00:00
martynshaw99
52bc3fa8f7 Improving Progress bar messages to reflect what's actually happening 2012-05-03 22:28:58 +00:00
martynshaw99
ebf54adaab Apply patch for bug 495, taking proper account of max, min and offsets of both tracks of a stereo pair. 2012-05-03 21:54:18 +00:00
martynshaw99
68e2d00f9b Restore default behaviour if no clips found to pre-r11704 status, whilst still get proper max and min for severely-offset waveforms. 2012-05-02 21:37:45 +00:00
windinthew
4e7769ce79 Couple of strings updated. 2012-05-01 18:22:48 +00:00