Liquidsoap 2.0.5
This is the 5th bugfix release of the 2.0.x
branch, fixing mostly minor issues. This is also the last stable release on this branch as 2.1.x
is expected to be the next stable release cycle.
2.0.5 (24-05-2022)
New:
- Extended m3u EXTINF parser to support empty duration and annotations.
Changed:
- Brought back
mix
operator (#2401)
Fixed:
- Allow crossfade duration override of
0.
- Buffer synchronization issues.
- Drop methods from ffmpeg filter input source
types to avoid unecessary conflicts. - Fix evaluation of abstract values with methods.
- Prevent some sources from being consumed when not active,
namely ffmpeg inline encoders,soundtouch
,resample
and all
the muxing operators. - Raise runtime exceptions in
string.replace
failures with
useful message. (#2408) - Prevent
request.dynamic
from raising exceptions when checking
if the source is ready (#2381)