WavPack icon indicating copy to clipboard operation
WavPack copied to clipboard

WavPack encode/decode library, command-line programs, and several plugins

Results 24 WavPack issues
Sort by recently updated
recently updated
newest added

Not all "equivalent" tags are imported by compressing dsf (id3v2.3) to wavpack (ape). It is always possible to make a script with wvtag but this causes the function "--import-id3" to...

Hi, I found a null pointer dereference at cli/wvunpack.c:911 Here's ASAN log: AddressSanitizer:DEADLYSIGNAL ================================================================= ==84257==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x561b47a970c6 bp 0x7fff13952fb0 sp 0x7fff1394fca0 T0) ==84257==The signal...

fix #121: null pointer dereference at cli/wvunpack.c:911

Hi WavPack developers, First of all thank you for the project! I'm writing with an unusual use case. I'm an electrophysiology data engineer and work with signals recorded from inside...

I'm getting the following error when compiling on Windows with MSVC (Visual Studio 2019). ``` C:\Data\Projects\strawberry\strawberry-dependencies\msvc\sources\wavpack-5.4.0\build>cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="c:\msvc_x86_64" -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF -DWAVPACK_BUILD_DOCS=OFF -DWAVPACK_BUILD_PROGRAMS=OFF -DWAVPACK_ENABLE_ASM=OFF -DWAVPACK_ENABLE_LEGACY=OFF -DWAVPACK_BUILD_WINAMP_PLUGIN=OFF -DWAVPACK_BUILD_COOLEDIT_PLUGIN=OFF...

### Summary A stack-based buffer overflow vulnerability exists in WavPack 5.4.0 and earlier. It is discovered by Baidu Fuzzing platform. This vulnerability allows local or remote attackers to launch a...

to eliminate embarrassment like https://github.com/dbry/WavPack/pull/87, I propose the following additions that will automatically check the build for each PR. sorry again.

http://www.rarewares.org/wavpack/test_suite.zip does not appear to work anymore... Which is unfortunate seeing that I was hoping to re-test the decoder I have at hand.

wavpack 5.3.0 fails to compile on Apple Silicon (aarch64-apple-darwin20) because the ARM assembly is not recognised by the system compiler (Apple's clang 12): ``` 2020-12-31T14:30:36.1444980Z unpack_armv7.S:1:1: error: unexpected token at...