summaryrefslogtreecommitdiff
path: root/libavformat/urldecode.c
Commit message (Collapse)AuthorAge
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
| | | | | | Make sure the behavior does not change with the locale. Signed-off-by: Martin Storsjö <martin@martin.st>
* Support urlencoded http authentication credentialsAntti Seppälä2012-07-26
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>