log http.c @ 6486:fed4be333771 libavformat

age author description
Sun, 26 Sep 2010 14:25:22 +0000 michael Move AVOptions from libavcodec to libavutil libavformat
Thu, 19 Aug 2010 14:50:40 +0000 mstorsjo Move the definition of the maximum url size for static buffers to internal.h libavformat
Mon, 09 Aug 2010 08:14:48 +0000 mstorsjo http: Return EOF at the end of the content even if the connection isn't closed libavformat
Fri, 16 Jul 2010 14:15:37 +0000 mstorsjo http: Log a warning when receiving an error code libavformat
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
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
Tue, 03 Mar 2009 13:26:17 +0000 rbultje Reduce allocated length of the HTTP authentication request field buffer, as libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Sat, 02 Feb 2008 22:03:01 +0000 reimar Remove a pointless cast. libavformat
Sat, 02 Feb 2008 20:58:58 +0000 reimar Missing 'const' in cast. libavformat
Fri, 28 Dec 2007 03:32:32 +0000 michael Revert hack which should have never been commited. libavformat
Thu, 22 Nov 2007 02:27:39 +0000 ramiro os_support.h is also needed for usleep and lseek on MinGW. libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Sun, 24 Jun 2007 11:27:12 +0000 mru replace the uses of old string functions that Reimar missed libavformat
Sat, 23 Jun 2007 23:10:32 +0000 mru use new string functions libavformat
Thu, 17 May 2007 10:30:03 +0000 alex Use usleep instead of sleep, some MinGW versions lack sleep. libavformat
Sat, 07 Apr 2007 14:09:20 +0000 diego typos/grammar libavformat
Mon, 19 Mar 2007 00:48:47 +0000 lu_zero expose av_base64_decode and av_base64_encode libavformat
Mon, 12 Mar 2007 14:51:18 +0000 diego Properly initialize filesize during input buffer initialization. libavformat
Tue, 06 Mar 2007 13:38:41 +0000 alex handle http error codes libavformat
Sun, 04 Mar 2007 11:59:29 +0000 gpoirier Close connection on EOF libavformat
Sun, 04 Mar 2007 11:52:46 +0000 gpoirier make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). libavformat
Wed, 28 Feb 2007 03:40:23 +0000 lu_zero Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavformat
Wed, 28 Feb 2007 03:28:31 +0000 lu_zero get_packetheader() forgot to read the header_checksum in big packets libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat