lllucius
bdcefb4850
Preliminary changes for wxWidgets 3.0.1
...
We can't go to 3.0.1 yet as there are still build issues on
Linux and OSX. You can get Windows to build, but there's
still some display issues.
These changes should work with wxWidgets 2.8.12 as well, so
we can take our time to get things working properly before
switching over.
2014-10-06 08:10:50 +00:00
james.k.crook@gmail.com
f5e593cc4c
Paul L's new SelectedRegion class replacing use of t0 and t1. Also LabelTrack.h no longer in TrackPanel.h includes.
...
This change is believed to be a direct refactoring that does not change functionality. It paves the way for more complex kinds of selection, such as selections involving frequency as well as time. It also reduces risk of left and right edges being swapped in future code using SelectedRegion, as the default is to swap on assignment if needed.
2014-10-05 17:10:09 +00:00
RichardAsh1981@gmail.com
a6150f3443
Commit Steve's patch for Bug 728
2014-10-02 21:34:01 +00:00
RichardAsh1981@gmail.com
fc3a7558ae
re-organise the Help System functions into a class as static methods for future utility
2014-06-09 18:42:19 +00:00
RichardAsh1981@gmail.com
59b8cdeaa8
separate out Help system functions into their own source file (pending some extra ones) and change the required includes to accomodate this. As a result, some error class definitions have to move from .cpp file to .h file.
2014-06-06 21:34:36 +00:00
benjamin.drung@gmail.com
149fcafc1c
Replace tabs by spaces.
2014-06-05 22:04:22 +00:00
benjamin.drung@gmail.com
277932dccb
Remove trailing spaces.
2014-06-03 20:30:19 +00:00
benjamin.drung@gmail.com
729d7e31a3
Drop support for sonic audio codec.
...
libav dropped the support for the sonic audio codec.
2014-06-01 21:38:20 +00:00
benjamin.drung@gmail.com
32454b3e6e
ExportFFmpeg.cpp: Define snprintf as _snprintf on Windows.
2014-05-31 14:41:59 +00:00
benjamin.drung@gmail.com
4d4580a042
FFmpeg: Replace long deprecated functions by current ones.
2014-05-31 14:01:57 +00:00
benjamin.drung@gmail.com
3416b2a8c1
Drop compatibility for FFmpeg < 1.2 and libav < 0.8.
...
Dropping support for unsupported upstream FFmpeg/libav versions makes our code
simpler by removing preprocessor conditionals.
2014-05-31 13:23:00 +00:00
benjamin.drung@gmail.com
b5fd9bc068
FFmpeg: Add support for libav 0.8.
...
Thanks to Michael Niedermayer for the tips.
2014-05-29 21:04:45 +00:00
benjamin.drung@gmail.com
feae3ffa98
FFmpeg: Rename all CODEC_ID_* to AV_CODEC_ID_*.
2014-05-29 16:02:46 +00:00
benjamin.drung@gmail.com
0a5ed743b8
Fix -Waddress compiler warning.
2014-05-29 15:38:54 +00:00
benjamin.drung@gmail.com
de982fba92
fix pcm u8, s24, s32
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-29 11:53:31 +00:00
benjamin.drung@gmail.com
f61b248156
fix sample_fmts end check
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-29 11:53:10 +00:00
benjamin.drung@gmail.com
b556d83c54
Fix indentation (to multiple of three) and remove trailing spaces.
2014-05-27 22:06:58 +00:00
benjamin.drung@gmail.com
cda7ade23a
ExportFFmpeg: dont set global_quality to -99999
...
This confuses the native aac encoder at least.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:49:04 +00:00
benjamin.drung@gmail.com
4348c9e9c4
ExportFFmpeg: set strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL;
...
This allows using the native AAC encoder.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:48:36 +00:00
benjamin.drung@gmail.com
8149b34861
ExportFFmpeg: remove unused variable
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:47:54 +00:00
benjamin.drung@gmail.com
a4e0ff05fb
ExportFFmpeg: also check for CODEC_CAP_VARIABLE_FRAME_SIZE
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:46:26 +00:00
benjamin.drung@gmail.com
9755771524
avoid using AVCodecContext->frame_size as the one and only frame size
...
It can be 0 in case of variable frame size support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:45:52 +00:00
benjamin.drung@gmail.com
813f8450ea
remove special case for flac, flac has smalllast frame cap set
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:40:22 +00:00
benjamin.drung@gmail.com
259e9361da
remove unused argument to encode_audio()
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:39:54 +00:00
benjamin.drung@gmail.com
3a56978e17
fix frame_size=0 export case
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:37:15 +00:00
benjamin.drung@gmail.com
73295bbc02
FFmpeg: use Codec name instead if codec_id integer to identify codec
...
This allows selecting the intended codec when there are multiple with the same
codec_id
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-27 21:36:01 +00:00
benjamin.drung@gmail.com
0a1999130d
Drop compatibility for libav/FFmpeg < 0.7.
2014-05-25 21:08:58 +00:00
benjamin.drung@gmail.com
463da8e816
Add support for libav 9.
2014-05-23 20:43:08 +00:00
benjamin.drung@gmail.com
89907256eb
some saftey checks on buffer sizes
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:42:25 +00:00
benjamin.drung@gmail.com
fb9bbb3385
no timestamps are being input in the encoder, thus don't output any
...
this fixes muxing to libvorbis, and possibly others
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:41:14 +00:00
benjamin.drung@gmail.com
5ce748d0b1
dont try to mux a packet if the encoder didnt output one
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:40:34 +00:00
benjamin.drung@gmail.com
b603ed2b7f
fix error check for muxer
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:39:08 +00:00
benjamin.drung@gmail.com
3aea9ad009
remove unneeded null check
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:38:45 +00:00
benjamin.drung@gmail.com
48240202ca
planar s16&flt export support
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:37:27 +00:00
benjamin.drung@gmail.com
135e80b879
add back support for explicitly listed custom options
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:33:03 +00:00
benjamin.drung@gmail.com
60fe57463e
remove urlprotocol use
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:31:34 +00:00
benjamin.drung@gmail.com
f8be1f9668
Make audacity build with ffmpeg HEAD
...
This still depends on internal API
And is missing planar Audio support, so not all formats work
also the fixed size audio buffer has to be removed
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
Signed-off-by: Benjamin Drung <bdrung@debian.org >
2014-05-23 20:25:50 +00:00
james.k.crook@gmail.com
30e6a3dec4
Removed some per-file memory allocation debugging that is not needed (and generates warnings) now that we do it from AudacityHeaders.h
2014-01-13 21:21:14 +00:00
james.k.crook@gmail.com
396486d3a6
Added AUDACITY_DLL_API and similar to export more of our classes. This is a tiny adaptation of a patch by Stephen Parry for enabling his Eutychus plug-in. See audacity-devel thread 'Second Exports Patch' of Jan 11th 2014.
2014-01-13 21:09:14 +00:00
v.audacity
bf2bc01b64
Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=687
...
Changes in AudacityProject::SaveAs() warning dialogs, per 'Save Project warning' discussion on audacity-quality, plus some further changes of my own.
Similar changes for 'Save Compressed Project'.
Added Cancel button to both warnings, so user can opt out immediately, rather than have to wait another dialog.
Added wxMessageBox's best 'warning' icon to our WarningDialog constructor, so it shows in title bar. It's low-rez (32x32), but all that's available with wxWidgets 2.8.12. Easy to remove if too ugly.
2013-11-25 04:59:07 +00:00
benjamin.drung@gmail.com
f0b2b26e0b
Move LAME header file from src/include to lib-src/lame/lame.
...
The LAME header file is part of the upstream LAME project and does
not belong in the src/ tree of Audacity.
2013-11-11 13:48:56 +00:00
james.k.crook@gmail.com
02e4e56444
Title of export dialog is now either "Export File" or "Export Selection", so user knows which menu option they selected.
...
Vaughan, 2013-11-02: James also turned on EXPERIMENTAL_SCIENCE_FILTERS.
2013-10-22 21:11:58 +00:00
martynshaw99
4ce2643d5f
Remove the
...
// Indentation settings for Vim and Emacs
etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
2013-09-24 00:14:37 +00:00
RichardAsh1981@gmail.com
6a7da21dec
remove various unused #defines and bits of code, patch by Campbell Barton
2013-09-23 20:16:02 +00:00
v.audacity
884dfaa652
Oops, accidentally committed a extra ' ' that Joel had in his patch.
2013-08-31 02:44:10 +00:00
v.audacity
933c16fe61
Joel Bouchat's patch for bug 51 (!)
2013-08-31 02:42:26 +00:00
james.k.crook@gmail.com
dba81b3f1c
Cleanup: Fixed lots of trivial MSVC warnings.
2013-08-25 21:51:26 +00:00
james.k.crook@gmail.com
435f3751c3
Query in comment (a FIXME) answered. This code is looking at whether we can write an incompletely filled buffer. The missing comment is that additionally, if we're configured to be padding with silence, then yes it is OK.
2013-08-24 21:42:12 +00:00
v.audacity
c7daafede2
In off-list discussion, Steve mentioned that kdevelop / kate highlighting recognizes "FIXME", but not "FIX-ME", which has been the Audacity convention. This commit changes Audacity code to use the "FIXME" convention (though I've never known it as convention and MSVC doesn't recognize it).
...
Also, minor change in WaveTrack.cpp in the effort on bug 641. Should have no functional difference.
2013-08-24 20:30:47 +00:00
RichardAsh1981@gmail.com
2b7863a133
commit the final version of Joel Bouchat's patch for WAV and AIFF format metadata improvements
2013-08-23 10:01:29 +00:00