mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-02-14 15:58:05 +00:00
Version 1.0.28
This commit is contained in:
parent
5a9256e541
commit
1d928bffdb
10
NEWS
10
NEWS
@ -1,9 +1,17 @@
|
||||
Version 1.0.28 (2017-04-02)
|
||||
* Fix buffer overruns in FLAC and ID3 handling code.
|
||||
* Move to variable length header storage.
|
||||
* Fix detection of Large File Support for 32 bit systems.
|
||||
* Remove large stack allocations in ALAC handling code.
|
||||
* Remove all use of Variable Length Arrays.
|
||||
* Minor bug fixes and improvements.
|
||||
|
||||
Version 1.0.27 (2016-06-19)
|
||||
* Fix an SF_INFO seekable flag regression introduced in 1.0.26.
|
||||
* Fix potential infinite loops on malformed input files.
|
||||
* Add string metadata read/write for CAF and RF64.
|
||||
* Add handling of CUE chunks.
|
||||
* Fix enaian-ness issues in PAF files.
|
||||
* Fix endian-ness issues in PAF files.
|
||||
* Minor bug fixes and improvements.
|
||||
|
||||
Version 1.0.26 (2015-11-22)
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This is libsndfile, 1.0.27
|
||||
This is libsndfile, 1.0.28
|
||||
|
||||
libsndfile is a library of C routines for reading and writing
|
||||
files containing sampled audio data.
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright (C) 1999-2016 Erik de Castro Lopo <erikd@mega-nerd.com>.
|
||||
# Copyright (C) 1999-2017 Erik de Castro Lopo <erikd@mega-nerd.com>.
|
||||
|
||||
dnl Require autoconf version
|
||||
AC_PREREQ(2.57)
|
||||
|
||||
AC_INIT([libsndfile],[1.0.28pre1],[sndfile@mega-nerd.com],
|
||||
AC_INIT([libsndfile],[1.0.28],[sndfile@mega-nerd.com],
|
||||
[libsndfile],[http://www.mega-nerd.com/libsndfile/])
|
||||
|
||||
# Put config stuff in Cfg.
|
||||
|
@ -844,7 +844,7 @@ the top level of the extracted tarball.
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||
http://www.mega-nerd.com/libsndfile/</A>.
|
||||
<BR/>
|
||||
Version : 1.0.27
|
||||
Version : 1.0.28
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
|
@ -799,7 +799,7 @@ and a parameter of SF_TRUE to force correct scaling.
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">here</A>.
|
||||
</P>
|
||||
<P>
|
||||
Version : 1.0.27
|
||||
Version : 1.0.28
|
||||
</P>
|
||||
<!-- pepper -->
|
||||
<!-- pepper -->
|
||||
|
@ -6,7 +6,7 @@
|
||||
libsndfile
|
||||
</TITLE>
|
||||
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
|
||||
<META NAME="Version" CONTENT="libsndfile-1.0.27">
|
||||
<META NAME="Version" CONTENT="libsndfile-1.0.28">
|
||||
<META NAME="Description" CONTENT="The libsndfile Home Page">
|
||||
<META NAME="Keywords" CONTENT="WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux">
|
||||
<META NAME="ROBOTS" CONTENT="NOFOLLOW">
|
||||
@ -372,6 +372,8 @@ and
|
||||
Add ALAC/CAF support. Minor bug fixes and improvements.
|
||||
<LI>Version 1.0.27 (June 19 2016) Fix a seek regression in 1.0.26. Add metadata read/write
|
||||
for CAF and RF64. FIx PAF endian-ness issue.
|
||||
<LI>Version 1.0.28 (April 2 2017) Fix buffer overruns in FLAC and ID3 handling code. Reduce default
|
||||
header memory requirements. Fix detection of Large File Support for 32 bit systems.
|
||||
</UL>
|
||||
|
||||
<A NAME="Similar"></A>
|
||||
@ -433,17 +435,26 @@ and
|
||||
</P>
|
||||
<UL>
|
||||
<LI>Source code as a .tar.gz :
|
||||
<A HREF="files/libsndfile-1.0.27.tar.gz">libsndfile-1.0.27.tar.gz</A>.
|
||||
<A HREF="files/libsndfile-1.0.28.tar.gz">libsndfile-1.0.28.tar.gz</A>
|
||||
and
|
||||
<A HREF="files/libsndfile-1.0.28.tar.gz.asc">GPG signature</A>.
|
||||
<LI>Win32 installer:
|
||||
<A HREF="files/libsndfile-1.0.27-w32-setup.exe">
|
||||
libsndfile-1.0.27-w32-setup.exe</A> (thoroughly tested under
|
||||
<a href="http://www.winehq.com/">Wine</a> and Windows XP).
|
||||
<A HREF="files/libsndfile-1.0.28-w32-setup.exe">
|
||||
libsndfile-1.0.28-w32-setup.exe</A> (thoroughly tested under
|
||||
<a href="http://www.winehq.com/">Wine</a>)
|
||||
and
|
||||
<A HREF="files/libsndfile-1.0.28-w32-setup.exe.asc">GPG signature</A>.
|
||||
<LI>Win64 installer:
|
||||
<A HREF="files/libsndfile-1.0.27-w64-setup.exe">
|
||||
libsndfile-1.0.27-w64-setup.exe</A>
|
||||
(thoroughly tested on 64 bit Windows 7).
|
||||
<A HREF="files/libsndfile-1.0.28-w64-setup.exe">
|
||||
libsndfile-1.0.28-w64-setup.exe</A> (thoroughly tested under
|
||||
<a href="http://www.winehq.com/">Wine</a>)
|
||||
and
|
||||
<A HREF="files/libsndfile-1.0.28-w64-setup.exe.asc">GPG signature</A>.
|
||||
</UL>
|
||||
|
||||
<P>
|
||||
The GPG signature can be validated at
|
||||
<A HREF="https://keybase.io/erikd/">Keybase.IO</A>.
|
||||
</P>
|
||||
<P>
|
||||
The Win32 installer should work on Windows Vista or later.
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user