Support urlencoded http authentication credentials
authorAntti Seppälä <a.seppala+libav-devel@gmail.com>
Wed, 25 Jul 2012 09:43:39 +0000 (12:43 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 25 Jul 2012 21:18:32 +0000 (00:18 +0300)
commit5423e908c9f5f12f599f6c9625ac9539be671695
tree607c12985353a594262989deae9158cb45bcde34
parentabf77a247baa19357bbf41d6460d4f65a8ff07f2
Support urlencoded http authentication credentials

It should be possible to specify usernames in http requests containing
urlencoded characters. This patch adds support for decoding the auth
strings.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/Makefile
libavformat/httpauth.c
libavformat/urldecode.c [new file with mode: 0644]
libavformat/urldecode.h [new file with mode: 0644]
libavformat/version.h