1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00

2473 Commits

Author SHA1 Message Date
benjamin.drung@gmail.com
b74ecf29aa src/Makefile.am: Drop ImportGStreamer.* from EXTRA_DIST (they are included by GStreamer). 2014-05-24 11:36:15 +00:00
benjamin.drung@gmail.com
571521a8d8 src/Makefile.am: Drop removed GStreamerLoader.* from EXTRA_DIST. 2014-05-24 11:34:29 +00:00
benjamin.drung@gmail.com
88b4f52422 Drop libavutil/frame.h include again.
Use avcodec_alloc_frame/avcodec_free_frame for older FFmpeg/libav versions
that do not have av_frame_alloc/av_frame_free (when compiling with
--disable-dynamic-loading).
2014-05-24 11:01:15 +00:00
benjamin.drung@gmail.com
d139765be4 Include libavutil/frame.h for av_frame_alloc/av_frame_free. 2014-05-23 23:16:32 +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
7a47f6fedd Prefer newer av_get_bits_per_sample_fmt over av_get_bits_per_sample_format. 2014-05-23 20:37:54 +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
6ac83ae299 remove unneeded probing code, ffmpeg does that already so no need to duplicate it
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Benjamin Drung <bdrung@debian.org>
2014-05-23 20:32:14 +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
373b8fa049 Fix audio size
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Benjamin Drung <bdrung@debian.org>
2014-05-23 20:28:24 +00:00
benjamin.drung@gmail.com
5ae8679e3c fix random fixed buffer size and add quick and simple planar import support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Benjamin Drung <bdrung@debian.org>
2014-05-23 20:27:54 +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
RichardAsh1981@gmail.com
54cca1deda Allow best-effort importing of malformed Ogg Vorbis data, patch by Stefan Hajnoczi. Add log messages to recovered and unrecovered errors for diagnosis 2014-05-23 19:28:32 +00:00
lllucius
8a5d31588a Rework some strings for consistency as suggest by Gale. 2014-05-23 07:52:56 +00:00
lllucius
a2d7b626fd Sven Giermann's FXP support changes 2014-05-23 06:07:27 +00:00
lllucius
631f6a119d Fix another loading issue with VST XML files. 2014-05-23 04:41:19 +00:00
lllucius
8b1d71c657 Fix VST XML file loading if it contained "chunks" 2014-05-23 04:18:43 +00:00
lllucius@gmail.com
31d23fdf3f Add some compatability for some Mac effects
Mac effects that use overlay windows should now work correctly.

And I made some minor changes to the settings dialog as suggested
by Gale.
2014-05-22 23:00:24 +00:00
lllucius
680896b1b9 Fix loading of VST XML programs. 2014-05-20 07:30:23 +00:00
lllucius
001c8a80f7 Add buffer delay compensation and settings dialog
The buffer delay compensation resolves the issue where an effect
may add a delay to the output.  This would cause the output to shift
and the final samples to get chopped off.

The settings (click Settings on any VST dialog) dialog allows the user
to enable/disable the BDC and to set their desired buffer size (within
reason) to help improve performance.

In addition it fixes a bug in the plugin scan list were you could click
OK twice and have two scans going, eventually asserting.
2014-05-20 05:30:41 +00:00
stevethefiddle@gmail.com
fbf9ca213c Bug 717 - Truncate Silence outLength calculation. 2014-05-17 14:54:26 +00:00
stevethefiddle@gmail.com
b216e802a3 Bug 442 - Extended Import segfault pressing Move Rule Up when there are no rules or filters. 2014-05-17 13:33:41 +00:00
lllucius@gmail.com
a6782da38d Addition of gstreamer importer support. Will only use system
libraries...no locals for this fella.

gstreamer-1.0 is required.
2014-05-16 17:36:27 +00:00
lllucius
4c771843c2 Rework of the gstreamer importer.
To test on Windows:

1)  Install gstreamer 1.0 devel and runtime
2)  Add an GSTREAMER_SDK environment variable which points to the
    gstreamer base directory
3)  Uncomment USE_GSTREAMER in configwin.h
2014-05-16 17:13:01 +00:00
lllucius@gmail.com
57510415e6 Correct building when portaudio-devel is not installed. This should fix:
http://bugzilla.audacityteam.org/show_bug.cgi?id=716
2014-05-15 00:37:45 +00:00
lllucius@gmail.com
d68a198096 Fix the build on Mac where python2 is not available. 2014-05-14 20:21:50 +00:00
martynshaw99
3d64971e90 Steve 'the Fiddle' Daulton's fix for a little bug I wrote about 6 years ago. Thanks Steve! 2014-05-13 23:36:39 +00:00
lllucius@gmail.com
a1219080e1 This should correct the build as mentioned in bug #716. 2014-05-01 00:22:32 +00:00
lllucius@gmail.com
beb016428e Fix for mod_nyq_bench load failure portion of bug #716. The "-rdynamic"
flag was lost in r12960.
2014-05-01 00:20:37 +00:00
martynshaw99
acfac39316 Steve's patch for bug 698, getting 2 more effects into chains by identifying them properly. Also forces effects to identify themselves so we don't have this problem in the future. 2014-04-16 22:39:10 +00:00
windinthew
c7a82c3972 Clarify we are saving / loading a preset, not a program. 2014-04-07 21:41:30 +00:00
windinthew
700f144e8a Fix typo in keywords. 2014-04-02 20:22:28 +00:00
v.audacity
77b56cf8bc Fix crash bug caused by bug 705 patch. 2014-03-31 00:41:16 +00:00
windinthew
1f911b60d4 Partial update by George (hicaz). 2014-03-30 04:16:19 +00:00
windinthew
663859699d Minor update by Seong-ho Cho. 2014-03-29 03:29:38 +00:00
windinthew
0f8120d72e Update by Pavel Fric. 2014-03-29 03:20:44 +00:00
windinthew
838cfbcc24 Minor update by min zhang. 2014-03-25 05:14:15 +00:00
windinthew
fa4d089376 Major update by Seong-ho Cho. 2014-03-25 04:47:29 +00:00
windinthew
3d23ff3106 Updated by Yuri Chornoivan. 2014-03-25 04:12:33 +00:00
v.audacity
f47d14820d Bug 667 - High / Low pass filters show nonsense error at 1 Hz -- the math parts of Steve's patch. 2014-03-22 04:11:46 +00:00
v.audacity
74a660ef16 Bug 705 - Envelope points not deleted correctly when button up over label track. Steve's patch. 2014-03-22 03:27:42 +00:00
v.audacity
60c47829ed Bug 707 - Metadata Editor: Width and height values in .cfg not respected. Steve's patch. 2014-03-22 03:21:28 +00:00
v.audacity
e11b393d24 Remove ellipsis, per Gale's comment on feedback@. AFaik, no other dialog titles end in ellipsis. 2014-03-21 02:57:16 +00:00
martynshaw99
1ffd419b11 Steve's changes to 'Truncate Silence' which compile for me, and the result seems sensible, but I have not done any 'code review' so committing this on trust. Very limited risk, one 'effect'. 2014-03-19 00:50:24 +00:00