ref: c374270227b35048b36c693c3395bd62db337d0e
parent: fddbef3bcd32f52d90e0dcaeeab60cd4cf0005aa
author: rrt <rrt>
date: Thu Jan 25 21:19:38 EST 2007
Add a couple of fixes to the list, and move LFS to a more appropriate position.
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,7 +28,6 @@
(robs)
o New options for specifying endianness (and separate options for
nibble & bit reversal) [FR# 1621702]. (robs)
- o Added large file support. (Reuben Thomas)
o Improved multi-channel file reading; fixes [1599990]. (robs)
Effects:
@@ -75,6 +74,7 @@
o Display (auto-)selected effects with -V. (robs)
o Added --interactive option to prompt to overwrite pre-existing
output file. (robs)
+ o Added large file support. (Reuben Thomas)
Bug fixes:
@@ -103,6 +103,9 @@
problematic -v option. Use the vol effect instead. (robs)
o Improved the accuracy of integer and floating point PCM
conversions. (robs)
+ o Don't go into a loop on zero-padded WAVs. (Jorge Serna)
+ o Fix to AIFF writing to avoid writing invalid files in some situations.
+ (Reuben Thomas)
Internal improvements: