August 19, 2010
View f9c399c

Make parse_key_value from httpauth a common lavf internal function

Martin Storsjö authored on 2010/08/19 23:49:53
June 4, 2010
View 784824a

Use AV_BASE64_SIZE() macro

Howard Chu authored on 2010/06/04 10:15:41
View 3c80491

httpauth: Fix the length passed to av_strlcat

Martin Storsjö authored on 2010/06/04 05:31:29
May 23, 2010
View 576fb48

Make ff_random_get_seed public, rename to av_get_random_seed, export the header

Martin Storsjö authored on 2010/05/23 17:53:40
April 3, 2010
View ff273dd

Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating zero, so should be 17 bytes, not 9.

Ronald S. Bultje authored on 2010/04/03 07:08:57
March 26, 2010
View 60f198a

Remove a redundant null pointer check

Martin Storsjö authored on 2010/03/26 06:53:42
March 25, 2010
View 855e773

Add support for http digest authentication

Martin Storsjö authored on 2010/03/25 22:58:26
View 9405f73

Split out http authentication handling into a separate file

Martin Storsjö authored on 2010/03/25 07:32:05