OSDN Git Service

avconv: rewrite -qscale and -aq handling.
[coroid/ffmpeg_saccubus.git] / libavformat / httpauth.c
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...