log httpauth.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Thu, 19 Aug 2010 14:49:53 +0000 mstorsjo Make parse_key_value from httpauth a common lavf internal function libavformat
Fri, 04 Jun 2010 01:15:41 +0000 hyc Use AV_BASE64_SIZE() macro libavformat
Thu, 03 Jun 2010 20:31:29 +0000 mstorsjo httpauth: Fix the length passed to av_strlcat libavformat
Sun, 23 May 2010 08:53:40 +0000 mstorsjo Make ff_random_get_seed public, rename to av_get_random_seed, export the header libavformat
Fri, 02 Apr 2010 22:08:57 +0000 rbultje Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating libavformat
Thu, 25 Mar 2010 21:53:42 +0000 mstorsjo Remove a redundant null pointer check libavformat
Thu, 25 Mar 2010 13:58:26 +0000 mstorsjo Add support for http digest authentication libavformat
Wed, 24 Mar 2010 22:32:05 +0000 mstorsjo Split out http authentication handling into a separate file libavformat