| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.25.10
* libout123: Fix error messages beginning from OUT123_ARG_ERROR
(bug 261).
version 1.25.9
* mpg123: Fix --icy-interval handling to work with stream from
stdin. (curl | mpg123 --icy-interval=n -)
* libmpg123: Fix another invalid read and segfault on damaged
(fuzzed) files with part2_3_length == 0 (set maxband=1, pulled
from upcoming 1.26.0).
version 1.25.8
mpg123:
* Also disable cursor/video games for empty TERM (not just unset
and dumb).
libmpg123:
* Accept changing mode extension bits when looking for next
header for detecting free-format streams (bug 257).
* Fix compute_bpf() for free format streams (needed to estimate
track length and working fuzzy seeking in absence of an Info
tag).
- Update to version 1.25.7
mpg123:
* Do not play with cursor and inverse video for progress bar
when TERM=dumb.
* Fix parsing of host port for numerical IPv6 addresses (just did
not work before, only for textual host names).
libmpg123:
* Proper fix for the xrpnt overflow problems by correctly
initialising certain tables for MPEG 2.x layer III. The checks
that catch the resulting overflow are still in place, but
likely superfluous now. Note that this means certain valid
files would have been misdecoded before, if anyone actually
produced them. Thanks to Robert Hegemann for the fix!
* Silently handle granules with part2_3_length == 0, but
scalefac_compress != 0 (ignore the latter).