So yeah, this should hopefully be the last version. I included the suggestions from Luca (flags for output options, user_agent and proper documentation for content_type) and the additional patch from wm4 that fixes ICY metadata over chunked transport encoding.
I hope to not have missed anything else. Alessandro Ghedini (7): lavu/avstring: add av_asprintf() function lavf/http: add support for reading ICY metadata lavf/http: export Content-Type information lavf/http: add support for setting custom User-Agent lavf/http: add support for selecting a request range lavf/http: improve options descriptions and add documentation where missing lavf/http: add support for requesting a Content-Type Anssi Hannula (1): lavf/http: always allow no-op seek wm4 (1): http: handle ICY in presence of chunked transfer encoding doc/APIchanges | 3 ++ doc/protocols.texi | 49 +++++++++++++++++++++ libavformat/http.c | 118 +++++++++++++++++++++++++++++++++++++++++++++++---- libavutil/avstring.c | 26 ++++++++++++ libavutil/avstring.h | 10 +++++ libavutil/version.h | 2 +- 6 files changed, 199 insertions(+), 9 deletions(-) -- 1.9.0 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
