-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
v0.2.0 - Jan 04, 2016 | ||
===================== | ||
- Fixed installation of shared library symlink. | ||
- Switched LFE channel interpolation to FIR filter by default. | ||
- Added command line option and context flag to select IIR filter for LFE | ||
channel interpolation. | ||
- Fixed two bugs that could cause decoder to crash when processing invalid | ||
input. | ||
- Fixed handling of sync loss when decoding MA streams with multiple frequency | ||
bands. | ||
- Fixed decoding of MA streams with multiple frequency bands when sampling | ||
frequency of the first band is not 96 kHz. | ||
- Fixed decoding to standard output on Windows causing junk to be appended | ||
after normal PCM data. | ||
|
||
|
||
v0.1.0 - Nov 27, 2015 | ||
===================== | ||
- Initial public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = 0.1.0 | ||
VERSION = 0.2.0 | ||
|
||
API_MAJOR = 0 | ||
API_MINOR = 1 | ||
|