⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 SIP 1.5.0源代码
💻
📖 第 1 页 / 共 3 页
字号:
    * src/sndfile.c src/au.c    Fixed bug which prevented writing of G723 24kbps AU files.    * tests/lossy_comp_test.c    Corrrection to options for G723 tests.    * configure.in    Added --disable-gcc-pipe option for DJGPP compiler (gcc on MS-DOS) which     doesn't allow gcc -pipe option.2000-09-03  Erik de Castro Lopo  <erikd@zip.com.au>    * src/ulaw.c src/alaw.c src/wav_imaadpcm.c src/msadpcm.c src/wav_gsm610.c    Fixed normailsation bugs shown up by new double_test program.2000-08-31  Erik de Castro Lopo  <erikd@zip.com.au>    * src/pcm.c    Fixed bug in normalisation code (spotted by Steve Lhomme).    * tests/double_test.c    New file to test scaled and unscaled sf_read_double() and sf_write_double()    functions.2000-08-28  Erik de Castro Lopo  <erikd@zip.com.au>    * COPYING    Changed to the LGPL COPYING file (spotted by H. S. Teoh).2000-08-21  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.h    Removed prototype of unimplemented function sf_get_info(). Added prototype for    sf_error_number() Thanks to Sigbj鴕n Skj鎟et for spotting these.2000-08-18  Erik de Castro Lopo  <erikd@zip.com.au>    * src/newpcm.h    New file to contain a complete rewrite of the PCM data handling.2000-08-15  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.c    Fixed a leak of FILE* pointers in sf_open_write(). Thanks to Sigbj鴕n Skj鎟et    for spotting this one.2000-08-15  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.c    Fixed a leak of FILE* pointers in sf_open_read(). Thanks to Sigbj鴕n Skj鎟et    for spotting this one.2000-08-13  Erik de Castro Lopo  <erikd@zip.com.au>    * src/au_g72x.c src/G72x/g72x.c    Added G723 encoded AU file support.    * tests/lossy_comp_test.c    Added tests for G721 and G723 encoded AU files.2000-08-06  Erik de Castro Lopo  <erikd@zip.com.au>    * all files    Changed the license to LGPL. Albert Faber who had copyright on Win32/unistd.h    gave his permission to change the license on that file. All other files were    either copyright erikd@zip.com.au or copyright under a GPL/LGPL compatible    license.2000-08-06  Erik de Castro Lopo  <erikd@zip.com.au>    * tests/lossy_comp_test.c    Fixed incorrect error message.    * src/au_g72x.c src/G72x/*    G721 encoded AU files now working.    * Win32/README-Win32.txt    Replaced this file with a new one which gives a full explanation    of how to build libsndfile under Win32. Thanks to Mike Ricos.2000-08-05  Erik de Castro Lopo  <erikd@zip.com.au>    * src/*.[ch]    Removed double leading underscores from the start of all variable and    function names. Identifiers with a leading underscores are reserved    for use by the compiler.    * src/au_g72x.c src/G72x/*    Continued work on G721 encoded AU files.2000-07-12  Erik de Castro Lopo  <erikd@zip.com.au>    * src/G72x/*    New files for reading/writing G721 and G723 ADPCM audio. These files     are from a Sun Microsystems reference implementation released under a     free software licence.    Extensive changes to this code to make it fit in with libsndfile.    See the ChangeLog in this directory for details.    * src/au_g72x.c    New file for G721 encoded AU files.2000-07-08  Erik de Castro Lopo  <erikd@zip.com.au>    * libsndfile.spec.in    Added a spec file for making RPMs. Thanks to Josh Green for supplying this.2000-06-28  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.c src/sndfile.h    Add checking for and handling of header-less u-law encoded AU/SND files.    Any file with a ".au" or ".snd" file extension and without the normal    AU file header is treated as an 8kHz, u-law encoded file.    * src/au.h    New function for opening a headerless u-law encoded file for read.2000-06-04  Erik de Castro Lopo  <erikd@zip.com.au>    * src/paf.c    Add checking for files shorter than minimal PAF file header length.2000-06-02  Erik de Castro Lopo  <erikd@zip.com.au>    * tests/write_read_test.c    Added extra sf_perror() calls when sf_write_XXXX fails.2000-05-29  Erik de Castro Lopo  <erikd@zip.com.au>    * src/common.c    Modified usage of va_arg() macro to work correctly on PowerPC     Linux. Thanks to Kyle Wheeler for giving me ssh access to his     machine while I was trying to track this down.    * configure.in src/*.[ch]    Sorted out some endian-ness issues brought up by PowerPC Linux.    * tests/read_seek_test.c    Added extra debugging for when tests fail.2000-05-18  Erik de Castro Lopo  <erikd@zip.com.au>    * src/wav.c    Fixed bug in GSM 6.10 handling for big-endian machines. Thanks    to Sigbj鴕n Skj鎟et for reporting this.2000-04-25  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.c src/wav.c src/wav_gsm610.c    Finallised writing of GSM 6.10 WAV files.    * tests/lossy_comp_test.c    Wrote new test code for GSM 6.10 files.     * examples/sfinfo.c    Fixed incorrect format in printf() statement.2000-04-06  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.h.in    Fixed comments about sf_perror () and sf_error_str ().2000-03-14  Erik de Castro Lopo  <erikd@zip.com.au>    * configure.in    Fixed --enable-justsrc option.2000-03-07  Erik de Castro Lopo  <erikd@zip.com.au>    * wav.c    Fixed checking of bytespersec field of header. Still some weirdness    with some files.2000-03-05  Erik de Castro Lopo  <erikd@zip.com.au>    * tests/lossy_comp_test.c    Added option to test PCM WAV files (sanity check).    Fixed bug in sf_seek() tests.2000-02-29  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.c src/wav.c    Minor changes to allow writing of GSM 6.10 WAV files.2000-02-28  Erik de Castro Lopo  <erikd@zip.com.au>    * configure.in Makefile.am src/Makefile.am    Finally got around to figuring out how to build a single library from     multiple source directories.    Reading GSM 6.10 files now seems to work.2000-01-03  Erik de Castro Lopo  <erikd@zip.com.au>    * src/wav.c    Added more error reporting in read_fmt_chunk().1999-12-21  Erik de Castro Lopo  <erikd@zip.com.au>    * examples/sfinfo.c    Modified program to accept multiple filenames from the command line.1999-11-27  Erik de Castro Lopo  <erikd@zip.com.au>    * src/wav_ima_adpcm.c    Moved code around in preparation to adding ability to read/write IMA ADPCM    encoded AIFF files.1999-11-16  Erik de Castro Lopo  <erikd@zip.com.au>    * src/common.c    Fixed put_int() and put_short() macros used by _psf_hprintf() which were     causing seg. faults on Sparc Solaris.1999-11-15  Erik de Castro Lopo  <erikd@zip.com.au>    * src/common.c    Added string.h to includes. Thanks to Sigbjxrn Skjfret.    * src/svx.c    Fixed __svx_close() function to ensure FORM and BODY chunks are correctly    set.1999-10-01  Erik de Castro Lopo  <erikd@zip.com.au>    * src/au.c    Fixed handling of incorrect size field in AU header on read. Thanks to     Christoph Lauer for finding this problem.1999-09-28  Erik de Castro Lopo  <erikd@zip.com.au>    * src/aiff.c    Fixed a bug with incorrect SSND chunk length being written. This also lead    to finding an minor error in AIFF header parsing. Thanks to Dan Timis for     pointing this out.1999-09-24  Erik de Castro Lopo  <erikd@zip.com.au>    * src/paf.c    Fixed a bug with reading and writing 24 bit stereo PAF files. This problem    came to light when implementing tests for the new functions which operate    in terms of frames rather than items.1999-09-23  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.c    Modified file type detection to use first 12 bytes of file rather than     file name extension. Required this because NIST files use the same     filename extension as Microsoft WAV files.    * src/sndfile.c src/sndfile.h    Added short, int and double read/write functions which work in frames rather     than items. This was originally suggested by Maurizio Umberto Puxeddu1999-09-22  Erik de Castro Lopo  <erikd@zip.com.au>    * src/svx.c    Finished off implementation of write using __psf_hprintf().1999-09-21  Erik de Castro Lopo  <erikd@zip.com.au>    * src/common.h    Added a buffer to SF_PRIVATE for writing the header. This is required    to make generating headers for IFF/SVX files easier as well as making    it easier to do re-write the headers which will be required when     sf_rewrite_header() is implemented.    * src/common.c    Implemented __psf_hprintf() function. This is an internal function    which is documented briefly just above the code.1999-09-05  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.c    Fixed a bug in sf_write_raw() where it was returning incorrect values    (thanks to Richard Dobson for finding this one). Must put in a test     routine for sf_read_raw and sf_write_raw.    * src/aiff.c    Fixed default FORMsize in __aiff_open_write ().    * src/sndfile.c    Added copy of filename to internal data structure. IFF/SVX files     contain a NAME header chunk. Both sf_open_read() and sf_open_write()    copy the file name (less the leading path information) to the    filename field.    * src/svx.c    Started implementing writing of files.1999-08-04  Erik de Castro Lopo  <erikd@zip.com.au>    * src/svx.c    New file for reading/writing 8SVX and 16SVX files.    * src/sndfile.[ch] src/common.h    Changes for SVX files.    * src/aiff.c    Fixed header parsing when unknown chunk is found.1999-08-01  Erik de Castro Lopo  <erikd@zip.com.au>    * src/paf.c    New file for reading/writing Ensoniq PARIS audio file format.    * src/sndfile.[ch] src/common.h    Changes for PAF files.    * src/sndfile.[ch]    Added stuff for sf_get_lib_version() function.1999-07-31  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.h MacOS/config.h    Fixed minor MacOS configuration issues.1999-07-30  Erik de Castro Lopo  <erikd@zip.com.au>    * MacOS/    Added a new directory for the MacOS config.h file and the    readme file.    * src/aiff.c    Fixed calculation of datalength when reading SSND chunk. Thanks to    Sigbj鴕n Skj鎟et for pointing out this error.1999-07-29  Erik de Castro Lopo  <erikd@zip.com.au>    * src/sndfile.c src/sndfile.h src/raw.c    Further fixing of #includes for MacOS.1999-07-25  Erik de Castro Lopo  <erikd@zip.com.au>    * src/wav.c src/aiff.c    Added call to ferror () in main header parsing loop of __XXX_open_read    functions. This should fix problems on platforms (MacOS, AmigaOS) where 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -