1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-07 15:22:34 +02:00

961 Commits

Author SHA1 Message Date
v.audacity
4bb5f28b99 Benjamin Drung's fix-file-opening-with-audacity.patch 2012-06-25 01:12:58 +00:00
v.audacity
312fee2c77 BenBenjamin Drung's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=466 2012-06-25 00:13:59 +00:00
v.audacity
85ea4b9a56 Set flags for release freeze. 2012-06-23 02:29:24 +00:00
v.audacity
efaebf27fa Purge ANSI.
Also remove redundant (R) sign from main page in About dialog.
2012-06-23 02:28:04 +00:00
v.audacity
5545efdf8b Remove Cancel button from Timer Record progress dialog. 2012-06-23 01:50:12 +00:00
james.k.crook@gmail.com
bd670df287 Actually check in the change to fix Bug 517 (intended in r11795). Added comment for code fixing Bug 523. 2012-06-19 13:16:22 +00:00
james.k.crook@gmail.com
4656913708 Fix Bug 523: Names in prefs rather than numbers, so should be immune to renumbering bug. Fix Bug 517: Properly enable feature for Linux and Mac (changes were intended to be windows only, but some slipped through). 2012-06-18 13:19:57 +00:00
mchinen
b8f19b58d9 OD FFmpeg: disable seeking (caused issues on windows) 2012-06-17 13:33:13 +00:00
james.k.crook@gmail.com
20f6717123 Corrected some typos (for the word 'experimental') in internationalisation hints. 2012-06-17 08:34:31 +00:00
v.audacity
4983694793 Fix PaulStretch warnings from VC++ compiler. 2012-06-17 01:51:05 +00:00
v.audacity
0bd054fd9f Fix http://bugzilla.audacityteam.org/show_bug.cgi?id=514 (P1). 2012-06-17 00:28:03 +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
martynshaw99
ad5717c594 Initialise m_T1 correctly, in case no processing is applied and it doesn't get updated elsewhere. 2012-06-14 22:46:55 +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
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
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
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
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