]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/wmadec into master
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 19:42:21 +0000 (21:42 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 19:43:33 +0000 (21:43 +0200)
commit9a001567d89a65d62e1c2bcee849becee2aa9b59
tree219ad326f7fc72e8c2cb81f2036975c5ac322682
parent5fd4a56660e000afbd2a193b869242d2e02de83e
parentd3651c8723df84fb0acbf2ef170143d8adde304d
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().
NEWS.md
imdct.c
wmadec_filter.c