Tue, 22 Jun 2010 14:03:37 +0000 |
mstorsjo |
Split url_open and url_open_protocol into url_alloc and url_connect
libavformat
|
Tue, 22 Jun 2010 13:58:48 +0000 |
mstorsjo |
Add an av_register_protocol2 function that takes a size parameter
libavformat
|
Tue, 22 Jun 2010 08:48:28 +0000 |
cehoyos |
Fix failure in av_read_frame on timestamp rollover.
libavformat
|
Mon, 21 Jun 2010 19:41:02 +0000 |
mstorsjo |
RTSP: Use the same authentication for the HTTP POST session as for the GET
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
|