-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangelog
30 lines (28 loc) · 1.24 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Flake Changelog
---------------
version SVN : current
- API and compression level parameter changes
- Variable block size mode tweaking
- Added a new raw PCM I/O library, replacing the Flake WAVE reader
- Changed the build system to CMake. Allows for building a shared library.
- Added function to get version string: flake_get_version()
- Added SVN revision to the version string. Also added the version string to
the commandline output
- Added support for plain AIFF files
- API changed so that flake_encode_frame() takes 32-bit ints instead of 16-bit
- Added support for lossless encoding of all valid FLAC bit depths (4 to 32)
- Added support for RICE2 entropy coding
- Added a compile-time option (USE_LIBSNDFILE) for using libsndfile instead of
libpcm_io for reading the input files
version 0.11 : 5 August 2007
- Significant speed improvements
- Added log search
- Added variable block size encoding
- Added level 99 high-compression level
- Quiet encoding mode (no console output except errors)
- Changed output file designation to "-o output.flac"
- Changed order method option to "-m #"
- Added support for encoding multiple files at once
version 0.10 : 11 September 2006 (Initial SVN import)
- New configure system
- Separate library & console app