-
Notifications
You must be signed in to change notification settings - Fork 67
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
1 changed file
with
12 additions
and
0 deletions.
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 |
---|---|---|
@@ -1,9 +1,21 @@ | ||
2022-11-24 Anonymous Maarten <[email protected]> | ||
|
||
* CMakeList.txt: | ||
- too many semicolons in libwavpack.map + escape string | ||
|
||
2022-11-23 David Bryant <[email protected]> | ||
|
||
* cli/aiff.c, cli/caff.c, cli/riff.c, cli/wave64.c, cli/wavpack.c, include/wavpack.h: | ||
- add --force-even-byte-depth option for rounding up bit depths | ||
- detect and report PCM files having non-zero padding bits | ||
|
||
* cli/wavpack.c: | ||
- add new input format (AIFF) to "--help" | ||
- delete unused static variable | ||
|
||
* cli/wvunpack.c: | ||
- fix AIFF format name typo | ||
|
||
2022-11-21 David Bryant <[email protected]> | ||
|
||
* CMakeLists.txt, wavpackdll/wavpackdll.rc, cli/utils.h, configure.ac, src/wavpack_version.h: | ||
|