Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a8b86ccd5b | |||
| 622b094de2 | |||
| 31ff9c972b | |||
| 852235af88 | |||
| 2f902fc1f8 | |||
| b59f204121 |
BIN
wavpack-5.7.0.tar.bz2
LFS
BIN
wavpack-5.7.0.tar.bz2
LFS
Binary file not shown.
3
wavpack-5.9.0.tar.bz2
Normal file
3
wavpack-5.9.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0038f515d322042aaa6bd352d437729c6f5f904363cc85bbc9b0d8bd4a81927
|
||||
size 934422
|
||||
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 18 08:57:24 UTC 2026 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 5.9.0
|
||||
* added: new feature to wvtag to copy tags from one WavPack file
|
||||
to another.
|
||||
* improved: minor tweaks to the new DNS (dynamic noise shaping)
|
||||
algorithm.
|
||||
* improved: better handling of specfic non-standard WAV and AIFF
|
||||
files.
|
||||
* fixed: issues related to encoding from an unknown length
|
||||
(e.g., pipes).
|
||||
* fixed: several fuzzer-revealed issues related to multithreading
|
||||
* fixed: potential buffer overruns in WavpackOpenRawDecoder().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 21:33:33 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.8.1:
|
||||
* build fixes for cmake build system
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 16:20:18 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 5.8.0
|
||||
* added: if present, use multiple cores by default.
|
||||
* added: option --no-threads to force single-threading.
|
||||
* fixed: noise issue in hybrid mode (low bitrate / high sample
|
||||
rate).
|
||||
* improved: all new DNS algorithm for better hybrid mode quality.
|
||||
* improved: "extra" option with multithreading and hybrid modes.
|
||||
* added: TSOC (Composer Sort) added to handled ID3v2 tags.
|
||||
* added: --no-overwrite command-line option to wvunpack.
|
||||
* fixed: handling of 24+ channels (CoolEdit / Audition).
|
||||
* fixed: handling of unpacked samples in WAV files.
|
||||
* fixed: rare command-line option parsing issue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 16:38:45 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
@@ -17,7 +54,7 @@ Sat Mar 16 16:38:45 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
* improved: convert the man pages to mdoc(7)
|
||||
* improved: cmake & autoconf support
|
||||
|
||||
- Build AVX2 enabled hwcaps library for x86_64-v3
|
||||
- Build AVX2 enabled hwcaps library for x86_64-v3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 16:41:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
@@ -30,7 +67,7 @@ Sat Dec 3 16:41:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
* fixed: detect and report PCM files having non-zero padding bits
|
||||
* fixed: possible crash when displaying long channel assignments
|
||||
* fixed: big-endian-sourced "raw" files gave big-endian "wav"s
|
||||
* fixed: numerous minor issues
|
||||
* fixed: numerous minor issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 17:47:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
@@ -63,7 +100,7 @@ Wed Mar 16 09:03:47 UTC 2022 - pgajdos@suse.com
|
||||
Mon Jan 18 12:40:18 UTC 2021 - Alexandros Toptsoglou <atoptsoglou@suse.com>
|
||||
|
||||
- Update to version 5.4.0
|
||||
* CVE-2020-35738: Fixed an out-of-bounds write in WavpackPackSamples (bsc#1180414)
|
||||
* CVE-2020-35738: Fixed an out-of-bounds write in WavpackPackSamples (bsc#1180414)
|
||||
* fixed: disable A32 asm code when building for Apple silicon
|
||||
* fixed: issues with Adobe-style floating-point WAV files
|
||||
* added: --normalize-floats option to wvunpack for correctly
|
||||
@@ -234,7 +271,7 @@ Thu Sep 4 13:35:36 CEST 2008 - sbrabec@suse.cz
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 07:06:33 CEST 2007 - crrodriguez@suse.de
|
||||
|
||||
- remove static libraries and useless libtool archive
|
||||
- remove static libraries and useless libtool archive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 09:49:25 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wavpack
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 1
|
||||
Name: wavpack
|
||||
Version: 5.7.0
|
||||
Version: 5.9.0
|
||||
Release: 0
|
||||
Summary: Hybrid Lossless Audio Compression Format
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user