Sun, 27 Jun 2010 14:16:46 +0000 |
mru |
Make ff_url_split() public
libavformat
|
Tue, 22 Jun 2010 14:15:00 +0000 |
mstorsjo |
Make the http protocol open the connection immediately in http_open again
libavformat
|
Tue, 22 Jun 2010 14:13:55 +0000 |
mstorsjo |
Add an AVClass to the HTTPContext
libavformat
|
Tue, 22 Jun 2010 14:12:34 +0000 |
mstorsjo |
Allocate the HTTPContext through URLProtocol.priv_data_size
libavformat
|
Mon, 21 Jun 2010 19:40:30 +0000 |
mstorsjo |
HTTP: Add a method for initializing the authentication state from another connection
libavformat
|
Mon, 21 Jun 2010 19:02:35 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 21 Jun 2010 19:02:05 +0000 |
mstorsjo |
HTTP: Compact the code for writing chunked post data
libavformat
|
Mon, 21 Jun 2010 19:01:32 +0000 |
mstorsjo |
HTTP: Get rid of the is_chunked variable, use the chunksize variable instead
libavformat
|
Mon, 21 Jun 2010 18:40:53 +0000 |
mstorsjo |
HTTP: Clarify a comment
libavformat
|
Sun, 20 Jun 2010 21:41:02 +0000 |
rbultje |
Reset chunksize back to zero (= no chunked encoding) after each new open
libavformat
|
Sun, 20 Jun 2010 21:38:16 +0000 |
rbultje |
Use url_write(), not http_write(), for sending the HTTP headers. This prevents
libavformat
|
Wed, 09 Jun 2010 09:19:36 +0000 |
mstorsjo |
Make sure the http protocol handler returns errors if a delayed open had failed
libavformat
|
Wed, 09 Jun 2010 08:29:51 +0000 |
mstorsjo |
Initialize the http connection in http_seek, too
libavformat
|
Tue, 08 Jun 2010 11:58:22 +0000 |
mstorsjo |
Reindent
libavformat
|
Tue, 08 Jun 2010 11:48:03 +0000 |
mstorsjo |
Add support for disabling chunked transfer encoding for the http protocol
libavformat
|
Tue, 08 Jun 2010 11:18:22 +0000 |
mstorsjo |
Fix handling of errors in the http protocol
libavformat
|
Tue, 08 Jun 2010 11:06:36 +0000 |
mstorsjo |
Fix bugs in the http custom header handling
libavformat
|
Tue, 08 Jun 2010 10:26:16 +0000 |
mstorsjo |
Add the capability to write custom HTTP headers
libavformat
|
Tue, 08 Jun 2010 10:04:39 +0000 |
mstorsjo |
Modify the behaviour of http_open to implicitly delay connection establishment
libavformat
|
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
|