Commit Graph

236 Commits

Author SHA1 Message Date
Erik de Castro Lopo
fffa5c5ec3 Fix alternative to ISO standard flexible struct array. 2004-09-03 19:13:17 +00:00
Erik de Castro Lopo
ca2b7af0f6 Make sf_set_string() return an error if trying to set a string when in read mode. 2004-08-31 12:06:33 +00:00
Erik de Castro Lopo
2e9e61e19d Change an unnamed union to a named one and fix resulting problems. 2004-08-29 23:39:24 +00:00
Erik de Castro Lopo
aa2a32427f Bump configure.ac version to 1.0.11pre5. 2004-08-20 13:01:29 +00:00
Erik de Castro Lopo
17fc984ba8 Win32 fixes to sndfile-play and build system. 2004-08-20 01:43:02 +00:00
Erik de Castro Lopo
1cfb58c00a Add Q/A about AD2 files to FAQ. 2004-08-18 11:16:51 +00:00
Erik de Castro Lopo
bc06879541 Force initialisation of SF_INFO fields. 2004-08-17 11:47:55 +00:00
Erik de Castro Lopo
1c23ac2053 Fix type in comments. 2004-08-09 22:39:16 +00:00
Erik de Castro Lopo
d879a8d0c0 Add a WARN_UNUSED macro definition. 2004-08-07 10:09:32 +00:00
Erik de Castro Lopo
ca3ce280e3 Update configure.ac version to 1.0.11pre4. 2004-08-01 12:39:44 +00:00
Erik de Castro Lopo
1760de3e42 Minor cleanup of tests/(a|u)law_test.c. 2004-07-31 00:51:56 +00:00
Erik de Castro Lopo
5be1998d14 Factor floating point scaling into normfactor. 2004-07-30 09:36:09 +00:00
Erik de Castro Lopo
e09daeee5e Cstyle fixes. 2004-07-30 06:25:56 +00:00
Erik de Castro Lopo
1f11db8200 Optimise read/write loops by removing a redundant variable. 2004-07-30 06:04:21 +00:00
Erik de Castro Lopo
7ac2e64c0f Optimize pcm handling routines by removing a variable. 2004-07-30 04:35:02 +00:00
Erik de Castro Lopo
ba786726b6 Add UNUSED macro to common.h. 2004-07-24 10:00:04 +00:00
Erik de Castro Lopo
14f5539010 Remove call to fsync() in psf_close(). 2004-07-24 09:44:46 +00:00
Erik de Castro Lopo
7a600f3fa8 Bump configure.ac version to 1.0.11pre3. 2004-07-20 23:44:37 +00:00
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