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

11 Commits

Author SHA1 Message Date
v.audacity
2416f94980 Upgrade to libsoxr 0.0.2. 2012-10-12 23:54:03 +00:00
v.audacity
d91642da17 Convert default resampler from libresample to libsoxr. 2012-10-09 22:21:14 +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
cf8c3ee799 Fix a crash when importing mp3s with duplicate tags via libsndfile. This patch is from Erik de Castro Lopo, already upstream. Also made appropriate entry in audacity-patches.txt 2012-02-05 09:05:49 +00:00
lllucius
fa00dd005f Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
lllucius
2552cb5aec dlcompat is no longer used. 2011-04-02 03:12:34 +00:00
richardash1981
b81488e1b1 Update portaudio-v19 version in use 2010-11-12 16:59:26 +00:00
mchinen
b87a808468 fix bug 238: aiff offset importing ignored (patches libsndfile) 2010-10-27 23:35:55 +00:00
richardash1981
2074a24ee8 Update the library instructions quite majorly for managing source code with SVN. Now all we need to do is make it happen .... 2010-10-03 16:20:51 +00:00
windinthew
f72a38c3f1 Replace "version in Audacity CVS" with "version in Audacity SVN". "Crib notes on upgrading lib-src trees" still needs updating for SVN 2010-06-21 18:48:02 +00:00
ra
58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00