From: Andre Noll Date: Mon, 2 Jun 2025 19:42:21 +0000 (+0200) Subject: Merge topic branch t/wmadec into master X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=9a001567d89a65d62e1c2bcee849becee2aa9b59;p=paraslash.git Merge topic branch t/wmadec into master A few patches which remove unused code from the wma decoder and audio format handler. Notably, noise coding was removed completely since it was only used for unusual bit rates. Most likely, it never worked in the first place. * refs/heads/t/wmadec: wmadec: Fix typo in comment. wmadec: Remove a stale comment in wma_init(). wmadec: Kill pointless start/end computations. wmadec: Remove noise coding. wmadec: Simplify wma_init(). wmadec: Remove fft(). --- 9a001567d89a65d62e1c2bcee849becee2aa9b59 diff --cc NEWS.md index cb1a4a35,1ed27260..68c8a898 --- a/NEWS.md +++ b/NEWS.md @@@ -2,14 -2,9 +2,15 @@@ NEW ==== ------------------------------------------ -?.?.? (to be announced) "pulsating plasma" +0.7.5 (to be announced) "pulsating plasma" ------------------------------------------ +- A bunch of build system improvements and cleanups. +- The special argument '-' to the select subcommand now reactivates + the previous mood or playlist. ++- Cleanup of the wma decoder. + +Download: [tarball](./releases/paraslash-git.tar.xz) ----------------------------------------