Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
0.94.2 - 20010508
o Bugfix: The very uncommon crash on certain WAV files has now been fixed again has been
verified to work properly (Andre).
o Modified FFT calculations. Produces the same output and should be slightly faster. However it
seems to produce a slight speed decrease (about 1%) on Tord's computer so any comparisons
would be appreciated (Andre).
0.94.1 - 20010424
o Bugfix: The very uncommon crash on certain WAV files should now be fixed (Andre).
o Bugfix: Source should now compile nicely on Solaris and any other UNIX that had problems with
0.94.0 (Tord).
o Bugfix: Fixed a cosmetic error that caused "Press ENTER to exit..." being displayed even on
systems where we don't wait for a keypress.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
Changelog:
Version 0.94.0 - 20010307
* Numerous quality improving changes (Andre).
* Fixed a number of compiler warnings (Andre).
* Included a pre-generated huffman table instead of generating it
from incuded meta-data at initialization. This removed the last
memory leaks and need for the NO_ZERO_CALLOC switch, decreased memory
usage and made the executable about 40 kb smaller (Tord).
* Improved compiler & OS compatibility thanks to a lot of testing,
bug reports and small patches contributed by Chris Rempel, Brad,
Jeff Squyres, Trevor Taylor and Stephen from Minnesota.
* Amiga Warp/OS support added (Andrea Vallinotto).
* Some extra files added to the source distribution, including makefiles/projectfiles
for a lot of environments and an RPM Specfile (contributed by Jean Robertson,
Andrea Vallinotto, Michael Langner and Tord).
* Some minor bugfixes and changes that are too small to mention here.
|
|
|
|
|
|
|
|
Update from Markus Kurek in PR pkg/9501.
Major changes from 0.90 are:
- Optimisations and restructuring of major components of the encoding
process - 34% faster on a K6-2 350!
- Fixed bug with crashes producing mono mp3's from stereo input.
- Fixed bug with bad-sounding mono mp3's.
|
|
|
|
|
|
|
|
|
|
|
|
- Put documentation in directory "share/doc/bladeenc".
|
|
|
|
|
|
work on all architectures. Tested on pmax, i386 and alpha (no
big-endian machines!) and gives identical results, although not
identical to the binary-only 0.76. If there's any big-endian people
who want to test this, please let me know.
Lots of patches because 64-bit longs just "Don't Work(tm)" - just use
ints everywhere. I'm in communication with the author on how to fix
this at his end.
|
|
|
|
pattern match format. Minor pkglint along the way.
|
|
INSTALL_SCRIPT for now. Noticed by augustss.
Also document need for COMPAT_43 as well.
|
|
Audio Layer 3 encoder based on the ISO stereo MP3 code, not the Fraunhofer
joint-stereo code.
|