]> git.sesse.net Git - ffmpeg/history - libavformat/httpauth.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / httpauth.c
2015-10-14 Andrey Utkinhttpauth: Add space after commas in HTTP/RTSP auth...
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-07-25 Antti SeppäläSupport urlencoded http authentication credentials
2012-03-13 Martin Storsjöhttpauth: Parse the stale field in digest auth
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-11-11 Martin Storsjöhttp: Handle proxy authentication
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-08-19 Martin StorsjöMake parse_key_value from httpauth a common lavf intern...
2010-06-04 Howard ChuUse AV_BASE64_SIZE() macro
2010-06-03 Martin Storsjöhttpauth: Fix the length passed to av_strlcat
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-04-02 Ronald S. BultjeFix buffer size; should hold 2 32-bit integers in hex...
2010-03-25 Martin StorsjöRemove a redundant null pointer check
2010-03-25 Martin StorsjöAdd support for http digest authentication
2010-03-24 Martin StorsjöSplit out http authentication handling into a separate...