IcyMetadataParser: more robust tag parser

Allow semicolons and single quotes in the stream title.  This is not
part of any specification, but found in real life.
This commit is contained in:
Max Kellermann
2014-01-21 14:51:35 +01:00
parent f7eb2b697e
commit 2b10ecfa37
3 changed files with 86 additions and 20 deletions

1
NEWS
View File

@@ -1,6 +1,7 @@
ver 0.18.8 (not yet released)
* decoder
- ffmpeg: support libav v10_alpha1
* more robust Icy-Metadata parser
* fix Solaris build failure
ver 0.18.7 (2013/01/13)