]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge branch 'refs/heads/t/wma'
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 5 Aug 2017 12:05:52 +0000 (14:05 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 5 Aug 2017 12:18:06 +0000 (14:18 +0200)
commit80541d0f045e1ed57332800eff9832e0a5b72ddf
tree4f7aee31d1e687241bde25d09bc64a6ee03103fa
parent3fcf6bc4d3ac9205b113555d017f069d08de60a8
parentf10ff3996cb652a46138310e58066752edb391ca
Merge branch 'refs/heads/t/wma'

A couple of patches which simplify the wma decoder and improve the
robustness of the bitstream API.

Cooking for a month.

* refs/heads/t/wma:
  wma: Remove _XOPEN_SOURCE define from wmadec_filter.c.
  wma: make ->ms_stereo local to wma_decode_block().
  wma: Simplify init_coef_vlc().
  wma: Rename input/output buffer variables.
  wma: Drop unused argument from wma_decode_superframe().
  wma: Remove pointless/incorrect sanity checks.
  wma: Combine wmadec_cleanup() and wmadec_close().
  wma: Simplify get_vlc().
  wma: Remove pointless VLC_TYPE define.
  wma: Make bitstream API more robust.
NEWS.md