log http.c @ 6095:c5337969b43b libavformat

age author description
Fri, 04 Jun 2010 06:35:12 +0000 mstorsjo http: Set http_code to 200 when doing a POST libavformat
Tue, 01 Jun 2010 07:46:23 +0000 mstorsjo Declare the url_write buffer parameter as const libavformat
Wed, 24 Mar 2010 22:32:05 +0000 mstorsjo Split out http authentication handling into a separate file libavformat
Sun, 14 Mar 2010 23:59:48 +0000 aurel move ff_url_split() and ff_url_join() declarations to internal.h libavformat
Mon, 08 Mar 2010 09:05:03 +0000 mstorsjo Reindent libavformat
Mon, 08 Mar 2010 09:03:25 +0000 mstorsjo Rename url_split to ff_url_split libavformat
Fri, 05 Mar 2010 22:35:21 +0000 mstorsjo Use ff_url_join for assembling URLs, instead of snprintf libavformat
Wed, 13 Jan 2010 23:27:52 +0000 bcoudurier restore old buffer content when seek failed in http protocol, fix issue #1631 libavformat
Tue, 12 Jan 2010 16:36:23 +0000 rbultje Reindent after r21166. libavformat
Tue, 12 Jan 2010 16:36:00 +0000 rbultje Use chunked encoding for HTTP uploads. Patch by Tomas H¸«£rdin libavformat
Tue, 23 Jun 2009 15:38:53 +0000 rbultje Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). libavformat
Sat, 06 Jun 2009 17:32:59 +0000 jai_menon Cosmetics : Use dprintf instead of printf. libavformat
Sat, 06 Jun 2009 16:46:40 +0000 jai_menon Cosmetics : Fix indentation after last commit. libavformat
Sat, 06 Jun 2009 16:44:21 +0000 jai_menon Introduce http_get_line and modify http_connect to use http_get_line. libavformat
Tue, 03 Mar 2009 17:04:51 +0000 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat