Skip to content

Commit

Permalink
Release version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
foo86 committed Jan 4, 2016
1 parent 3a8b58e commit 0e07438
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion Makefile
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
Expand Down

0 comments on commit 0e07438

Please sign in to comment.