summaryrefslogtreecommitdiff
path: root/libavformat/httpauth.c
Commit message (Expand)AuthorAgeFilesLines
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-191-59/+6
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-041-1/+1
* httpauth: Fix the length passed to av_strlcatMartin Storsjö2010-06-031-1/+1
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-231-1/+1
* Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje2010-04-021-1/+1
* Remove a redundant null pointer checkMartin Storsjö2010-03-251-3/+0
* Add support for http digest authenticationMartin Storsjö2010-03-251-0/+192
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-241-0/+132