mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-27 03:50:29 +00:00
Bump version to 1.0.12pre10.
This commit is contained in:
parent
3002bfd2d6
commit
32cdbbe71c
13
ChangeLog
13
ChangeLog
@ -1,3 +1,14 @@
|
||||
2005-07-09 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/caf.c src/sndfile.c
|
||||
Add support for signed 8 bit integers.
|
||||
|
||||
* tests/write_read_test.tpl
|
||||
Add test for signed 8 bit integers in CAF files.
|
||||
|
||||
* doc/index.html
|
||||
Update matrix for signed 8 bit integers in CAF files.
|
||||
|
||||
2005-07-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/sndfile.c
|
||||
@ -15,7 +26,7 @@
|
||||
* src/common.c
|
||||
Fix printing of Frames.
|
||||
|
||||
* tests/Makefile.am tests/write_read_test.tpl tests/lossy_comp_test.c
|
||||
* tests/Makefile.am tests/write_read_test.tpl tests/lossy_comp_test.c
|
||||
tests/header_test.tpl misc_test.c
|
||||
Add tests for CAF files.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
dnl Require autoconf version
|
||||
AC_PREREQ(2.53)
|
||||
|
||||
AC_INIT(libsndfile,1.0.12pre9,erikd@mega-nerd.com)
|
||||
AC_INIT(libsndfile,1.0.12pre10,erikd@mega-nerd.com)
|
||||
AC_CONFIG_SRCDIR([src/sndfile.c])
|
||||
AC_CANONICAL_TARGET([])
|
||||
|
||||
|
@ -150,7 +150,7 @@
|
||||
<TD> </TD><TD ALIGN="center">R/W</TD><TD ALIGN="center">R/W</TD><TD ALIGN="center">R/W</TD>
|
||||
<TD ALIGN="center">R/W</TD><TD ALIGN="center">R/W</TD><TD ALIGN="center">R/W</TD><TD> </TD>
|
||||
<TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD ALIGN="center">R/W</TD>
|
||||
<TD> </TD><TD> </TD><TD> </TD>
|
||||
<TD> </TD><TD> </TD><TD>R/W</TD>
|
||||
</TR>
|
||||
|
||||
<TR><TD>Signed 16 bit PCM</TD>
|
||||
|
Loading…
Reference in New Issue
Block a user