diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,4 +1,21 @@ -ver 0.17.4 (2013/04/08) +ver 0.18 (2012/??/??) +* decoder: + - adplug: new decoder plugin using libadplug + - flac: require libFLAC 1.2 or newer + - flac: support FLAC files inside archives + - opus: new decoder plugin for the Opus codec + - vorbis: skip 16 bit quantisation, provide float samples + - mp4ff: obsolete plugin removed +* encoder: + - opus: new encoder plugin for the Opus codec + - vorbis: accept floating point input samples +* output: + - new option "tags" may be used to disable sending tags to output + - alsa: workaround for noise after manual song change +* improved decoder/output error reporting + + +ver 0.17.4 (2013/??/??) * protocol: - allow to omit END in ranges (START:END) - don't emit IDLE_PLAYER before audio format is known @@ -9,7 +26,6 @@ ver 0.17.4 (2013/04/08) - implement missing "idle" events on output errors * clock: fix build failure - ver 0.17.3 (2013/01/06) * output: - osx: fix pops during playback |