summaryrefslogtreecommitdiff
path: root/libavformat/httpauth.c
Commit message (Collapse)AuthorAge
* Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje2010-04-02
| | | | | | zero, so should be 17 bytes, not 9. Originally committed as revision 22786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a redundant null pointer checkMartin Storsjö2010-03-25
| | | | Originally committed as revision 22679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for http digest authenticationMartin Storsjö2010-03-25
| | | | Originally committed as revision 22667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out http authentication handling into a separate fileMartin Storsjö2010-03-24
This prepares for adding support for more authentication methods Originally committed as revision 22660 to svn://svn.ffmpeg.org/ffmpeg/trunk