1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-13 15:17:42 +02:00

34 Commits

Author SHA1 Message Date
james.k.crook@gmail.com
b993dd1074 Fixed three compile warnings. 2011-04-23 09:58:56 +00:00
mchinen
37546d91d9 Bug 324 (P2) followup - string cleanups (punctuation) 2011-04-04 20:17:16 +00:00
mchinen
6c3e4f860a Bug 324 (P2) followup - Add a border around the buttons in the warning dialog. Also center the dialog on the window. 2011-04-04 19:33:19 +00:00
mchinen
91746bb606 Bug 324 (P2) followup - Change strings as discussed. Add checkbox. Also on first time ask change the preference of all users to copy in. 2011-04-03 12:00:19 +00:00
lllucius
8069a092f5 Fix a small build problem. 2011-04-02 04:46:59 +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
mchinen
0c0a853a1b Warn user about dangers of aliased files and ask which type of import to proceed with.
Also adds a preference in the warnings that defaults to true.
2011-04-01 21:39:29 +00:00
lllucius
8d4fb73452 When libid3tag encounters the "TYER" tag, it converts it to a
"ZOBS" (obsolete) tag and adds a "TDRC" tag at the end of the
list of tags using the first 4 characters of the "TYER" tag.
Since we write both the "TDRC" and "TYER" tags, the "TDRC" tag
will always be encountered first in the list.  We want use it
since the converted "TYER" tag may have been truncated.
2011-03-02 08:47:45 +00:00
lllucius
60af76d2b3 Bugs 188 and 225
Refer to bugzilla for discussion, but, to summarize, this removes any writing of ID3V1 tags.  ID3V1 tags will still be imported, but they will be written as ID3V2 tags.
2011-03-01 07:06:58 +00:00
richardash1981
2a7c7de30d Commit a warnings removal patch from Benjamin Drung to correct a string of minor misdemeanors. 2011-02-07 20:24:04 +00:00
rbdannenberg
932ca88255 Minor bug fixes for EXPERIMENTAL_MIDI_OUT. Also added files for autoconf/automake to portmidi and libscorealign. I also modified my local build-related files in src and lib-src to handle EXPERIMENTAL_MIDI_OUT and EXPERIMENTAL_SCOREALIGN, but while I can build with these options, the build-related files are not entirely working, so I will not commit them and break the "normal" builds. I suspect these new build files in this commit are not entirely correct -- some review is in order. 2010-10-28 15:35:29 +00:00
mchinen
29ac40e61f ImportPCM.cpp cleanup comments 2010-10-18 19:17:51 +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
BusinessmanProgrammerSteve
c0b5fb01da Performance improvements for track spectrum display and PCM
import submitted by Sami Liedes.
2010-09-13 01:31:54 +00:00
v.audacity
0ae919f656 Make better discrimination of wxLogMessage, wxLogDebug, and wxLogError usage so user doesn't see lots of irrelevant info in log window, only messages and errors they should need to see. For example, user doesn't need to see every step of loading FFmpeg in release build, only errors, if they occur.
Comment out in FreqWindow.cpp the wxLog* stuff that can just be done with breakpoints ("Starting FreqWindow::Plot()" et al).
2010-08-10 05:13:28 +00:00
mchinen
5a5957b422 Add seek support to OD-based FFmpeg import.
Also some minor refactoring.
This feature works with mp3 right now - may work on other formats, but that will be a seperate commit.
It is not enabled so most of the changes won't even be compiled, and those that do won't be run.
To enable it uncommment the EXPERIMENTAL_ODFFMPEG def in Experimental.h
2010-07-05 14:38:47 +00:00
LRN1986
f89f540fb1 Don't discard override filter with default rule. Don't override it with MP3 if a file is mp3 2010-04-21 13:42:51 +00:00
LRN1986
2e4d2f1132 Make sure ExtImport override works for meta-filters 2010-04-21 11:53:53 +00:00
LRN1986
ed778721d3 Special handling for our stupid MP3 importer in extended import filtering 2010-04-11 20:22:50 +00:00
LRN1986
21ef4c379a Added debug logging in Importer::Import() 2010-04-11 15:09:57 +00:00
LRN1986
b6972df871 Second big batch of Extended Import Filtering improvements
* /ExtendedImport/OverrideExtendedImportByOpenFileDialogChoice preference enables the override (backward-compatibel behaviour), and it is now false by default
* File names (and mime types) and patterns are Lower()'ed before being fed to wxMatchWild(), now matching should be case-insensitive
* Now empty rule elements (empty list of extensions, empty list of mime types) will match anything (just as if they had one "*" element)
* "Extended Import" preferences tab is now next to "Import/Export" tab
* Preferences now use Grid class (the one used in Tag editor) instead of default wxGrid. Tabbing now works correctly.
* First attempt to add Drag'n'Drop re-ordering for Rule table. Seems to be working.
* Cleaned up a couple of cruft code comments.
* Separate buttons (with hotkeys) for moving rules and filters up and down (ctrl+up/down still works)
* Moved some code into helper funcions (can be called from both button and keyboard event handlers)
* Grid is now configured in PopulateOrExchange (the same way it is in Tags.cpp)
* Keep selection while moving table rows and list items
* Detect trailing/leading spaces in rule condition and offer to trim them
2010-04-09 19:57:28 +00:00
LRN1986
a1b615ffc2 Add GetPluginStringID() for ImportQT 2010-04-06 13:20:41 +00:00
BusinessmanProgrammerSteve
918d4c7cdc Fix broken build (on Linux) 2010-04-04 16:17:55 +00:00
LRN1986
0a6148b06f Extended import filtering 2010-04-04 08:19:53 +00:00
LRN1986
f4197d29e1 Fix zero-sized mp3 import 2010-03-26 16:29:21 +00:00
BusinessmanProgrammerSteve
4cdbbce01f Add ODDecodeFFmpegTask to Unix makefile, fix some errors and warnings 2010-03-19 21:41:44 +00:00
mchinen
b07f23d6de added on-demand support for non-seeking loading of FFmpeg files. This feature is not on, controlled by ifdefs via the #define EXPERIMENTAL_OD_FFMPEG in Experimental.h 2010-03-19 14:57:10 +00:00
LRN1986
4f02d76820 Do not erase LastOpenType, continue to use it for further imports 2010-03-14 15:26:17 +00:00
richardash1981
e3d473bcab Add a note on relative and absolute file paths to the documentation 2010-03-06 22:47:30 +00:00
richardash1981
bd192bfa2b Commit mildy modified version of a patch by Joseph Gay to handle and convert relative paths in LOF files (i.e. relative to path of LOF file) 2010-03-06 22:42:53 +00:00
richardash1981
b0e23dbaf7 error in comments, important to make this distinction 2010-03-06 22:29:39 +00:00
richardash1981
0055871f69 Add some more useful comments in places, and importantly fix a null pointer dereference which occurs if a file which has an offset parameter cannot be imported, found whilst testing something else ... 2010-03-06 22:23:12 +00:00
businessmanprogrammersteve
a55c20be66 Fix most of the compile warnings I get on Linux (but not the Audacity Logo
xpm stuff or a few things in FFMPEG export)
2010-02-12 21:36:20 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00