Commit Graph

318 Commits

Author SHA1 Message Date
Erik de Castro Lopo
bbdca11556 First pass optimisation of ulaw.c. 2004-07-20 23:08:09 +00:00
Erik de Castro Lopo
fde3ffa946 First pass optimisation of alaw.c. 2004-07-20 12:42:01 +00:00
Erik de Castro Lopo
19ac94edde Update ChangeLog. 2004-07-19 13:04:03 +00:00
Erik de Castro Lopo
b91c8562e0 Fix usage of HAVE_BYTESWAP_H. 2004-07-19 10:20:53 +00:00
Erik de Castro Lopo
8a078686d5 Move endswap_* functions to sfendian.h as static inline. 2004-07-19 10:13:54 +00:00
Erik de Castro Lopo
fa08b8ad07 Detect presence of int64_t. 2004-07-19 10:12:09 +00:00
Erik de Castro Lopo
231bf7b057 Inline x2y_array() functions where possible. 2004-07-19 08:50:59 +00:00
Erik de Castro Lopo
99aa3b5b03 Update ChangeLog. 2004-07-17 13:16:29 +00:00
Erik de Castro Lopo
d690e325f9 Update endswapping. 2004-07-17 13:12:54 +00:00
Erik de Castro Lopo
84f62ff08e Use <byteswap.h> if present.
Patches applied:

 * erikd@miles--2004/libsndfile--stable--0--patch-3
   ChangeLog
2004-07-17 12:26:33 +00:00
Erik de Castro Lopo
709d860427 Optimise inner loops of conversion functions.
Patches applied:

 * erikd@miles--2004/libsndfile--stable--0--patch-3
   ChangeLog
2004-07-17 10:27:00 +00:00
Erik de Castro Lopo
3e7ad4f521 Improve unsigned char to float/double conversion.
Patches applied:

 * erikd@miles--2004/libsndfile--stable--0--patch-3
   ChangeLog
2004-07-17 09:39:45 +00:00
Erik de Castro Lopo
da097506fc Bump configure.ac version to 1.0.11pre2.
Patches applied:

 * erikd@miles--2004/libsndfile--stable--0--patch-3
   ChangeLog
2004-07-17 09:39:00 +00:00
Erik de Castro Lopo
ca918cd614 ChangeLog 2004-07-02 13:26:46 +00:00
Erik de Castro Lopo
9fec6173f4 Change psf->buffer to a more type safe union.
Patches applied:

 * erikd@miles--2004/libsndfile--stable--0--base-0
   tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-188

 * erikd@miles--2004/libsndfile--stable--0--patch-1
   Merge everything but the Ogg stuff from the --mdev branch.

 * erikd@miles--2004/libsndfile--stable--0--patch-2
   Change psf->buffer to a more type safe union.
2004-07-02 13:20:15 +00:00
Erik de Castro Lopo
f648b57d06 Apply patch to fix playback of mono files on MacOSX. 2004-06-28 09:45:55 +00:00
Erik de Castro Lopo
6ae3bd93af Move copy_metadata() after the second sf_open(). 2004-06-25 10:25:47 +00:00
Erik de Castro Lopo
b820311566 Document SF_STR_FIRST and SF_STR_LAST. 2004-06-21 22:49:08 +00:00
Erik de Castro Lopo
01785baaec Fix file permissions. 2004-06-21 12:44:17 +00:00
Erik de Castro Lopo
65601ec0e8 Fix file permissions. 2004-06-21 12:43:15 +00:00
Erik de Castro Lopo
d1676e3d23 Fix file permisions. 2004-06-21 12:38:14 +00:00
Erik de Castro Lopo
e2ed4db13a Fix an infinite loop in sndfile-comvert. 2004-06-21 12:30:36 +00:00
Erik de Castro Lopo
451f48176e Bump configure.ac version to 1.0.11pre1. 2004-06-18 09:50:49 +00:00
Erik de Castro Lopo
5fe6351dca Update .arch-inventory and tests/.arch-inventory to ignore ANX/OGG/SPX files. 2004-06-18 07:50:33 +00:00
Erik de Castro Lopo
c4e54b5258 Add tests for Ogg and Annodex to floating_point_test.c. 2004-06-17 20:58:55 +00:00
Erik de Castro Lopo
0ddb8d59dc Improve documentation of SFC_CALC_MAX_ALL_CHANNELS. 2004-06-17 20:32:26 +00:00
Erik de Castro Lopo
0eb0ae11b0 Add format Ogg/Annodex data for sf_command (SFC_GET_FORMAT_*). 2004-06-17 12:30:11 +00:00
Erik de Castro Lopo
d09ab86ff9 Merge Ogg/Annodex stuff from Conrad Parker.
Patches applied:

 * conrad@annodex.net--2004/libsndfile--fishsound--1.0--base-0
   tag of erikd@mega-nerd.com--2004/libsndfile--devel--1.0--patch-1

 * conrad@annodex.net--2004/libsndfile--fishsound--1.0--patch-1
   

 * erikd@mega-nerd.com--2004/libsndfile--devel--1.0--patch-2
   Merge changes from --mdev branch.
2004-06-17 11:56:05 +00:00
Erik de Castro Lopo
c6b4bde02d Fix file permissions.
Patches applied:

 * conrad@annodex.net--2004/libsndfile--fishsound--1.0--base-0
   tag of erikd@mega-nerd.com--2004/libsndfile--devel--1.0--patch-1

 * conrad@annodex.net--2004/libsndfile--fishsound--1.0--patch-1
   

 * erikd@mega-nerd.com--2004/libsndfile--devel--1.0--patch-2
   Merge changes from --mdev branch.
2004-06-17 09:09:08 +00:00
Erik de Castro Lopo
9260c83342 Fix incorrect release dates in NEWS and doc/index.html files. 2004-06-17 03:18:14 +00:00
Erik de Castro Lopo
9585597b26 Add note about "z" parameter passed to psf_binheader_WRITEF(). 2004-06-16 22:34:23 +00:00
Erik de Castro Lopo
73c127799c Add link flag of -lwinmm when building for win32 target. 2004-06-15 01:29:48 +00:00
Erik de Castro Lopo
1f88fcb276 Fix bug resulting from use of size_t when writing W64 'fmt ' chunk. 2004-06-14 23:38:54 +00:00
Erik de Castro Lopo
8ced05283b Update ChangeLog. 2004-06-14 21:28:29 +00:00
Erik de Castro Lopo
5a1ba58762 Add cast to size_t for some parameters passed to psf_binheader_writef. 2004-06-14 21:23:12 +00:00
Erik de Castro Lopo
b5087b6221 Fix compiler warning on MSVC++. 2004-06-14 20:34:53 +00:00
Erik de Castro Lopo
8057dd38eb Fix version numbers in HTML, NEWS and README files. 2004-06-14 12:45:30 +00:00
Erik de Castro Lopo
21eacdfc8e Add more debug to localinstall.py. 2004-06-14 12:44:18 +00:00
Erik de Castro Lopo
54f4cfd1a2 Minor updates in preparation for 1.0.10 release. 2004-06-14 11:54:59 +00:00
Erik de Castro Lopo
cc9a323928 Sync tree with public archive.
Patches applied:

 * erikd@coltrane--2004/libsndfile--devel--1.0--base-0
   tag of erikd@miles--2004/libsndfile--mdev--1.0--patch-147

 * erikd@coltrane--2004/libsndfile--devel--1.0--patch-1
   Remove files not wanted in public archive.

 * erikd@mega-nerd.com--2004/libsndfile--devel--1.0--base-0
   tag of erikd@coltrane--2004/libsndfile--devel--1.0--patch-1

 * erikd@mega-nerd.com--2004/libsndfile--devel--1.0--patch-1
   Merge updates from mdev branch.
2004-06-13 11:35:09 +00:00
Erik de Castro Lopo
78a1b68e41 Add new file to save/ dir. 2004-06-09 11:10:08 +00:00
Erik de Castro Lopo
1605ec72f9 Improve discription of close_desc parameter to sf_open_fd(). 2004-06-01 11:15:25 +00:00
Erik de Castro Lopo
63e25ff545 Formatting fixes in examples/ dir. 2004-05-30 03:03:47 +00:00
Erik de Castro Lopo
22a0bf3679 Fix un-initialised data in win32 audio out code. 2004-05-30 02:55:22 +00:00
Erik de Castro Lopo
e1ad208871 Fix compiler warning on unused variable MSGUID_SUBTYPE_PVOCEX. 2004-05-27 12:40:44 +00:00
Erik de Castro Lopo
9f321fc423 Massive overhaul of reconfigure.mk to make sure the tools are run in the right order. 2004-05-27 11:22:39 +00:00
Erik de Castro Lopo
3df2c238dd Fix a coulpe of autoconf macros for OSX. 2004-05-27 11:21:04 +00:00
Erik de Castro Lopo
3408e3646c Fix warning message in configure.ac. 2004-05-27 04:29:38 +00:00
Erik de Castro Lopo
4ff0c76625 Fix stupid Apple-ism in reconfigure.mk. 2004-05-25 09:42:14 +00:00
Erik de Castro Lopo
ead0c5de6a Bug fix for new psf_ftruncate() tests (x86 not PowerPC). 2004-05-24 12:30:11 +00:00