libavformat: Rename the applehttp protocol to hls
authorMartin Storsjö <martin@martin.st>
Tue, 14 Feb 2012 10:00:49 +0000 (12:00 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 14 Feb 2012 18:05:32 +0000 (20:05 +0200)
commit8bdab32f4ee402bbd7bf5a61b0ccbcc59569bfb0
treee2357084d8c632c275a36b540fb56588678b467d
parent65cd7bf32f384db919b81b07d8e3201d6af4fb06
libavformat: Rename the applehttp protocol to hls

Keep the old protocol name around for backwards compatibility
until the next bump.

Deprecate the method of implicitly assuming the nested protocol.
For applehttp://server/path, it might have felt logical, but
supporting hls://server/path isn't quite as intuitive. Therefore
only support hls+http://server/path from now on.

Using this protocol at all is discouraged, since the hls demuxer
is more complete and fits into the architecture better. There
have been cases where the protocol implementation worked better
than the demuxer, but this should no longer be the case.

Signed-off-by: Martin Storsjö <martin@martin.st>
doc/protocols.texi
libavformat/Makefile
libavformat/allformats.c
libavformat/hlsproto.c [moved from libavformat/applehttpproto.c with 89% similarity]
libavformat/version.h