log avio.h @ 6433:7c98c16c97c5 libavformat

age author description
Thu, 19 Aug 2010 21:28:43 +0000 aurel add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() libavformat
Thu, 19 Aug 2010 21:21:32 +0000 aurel add FF_API_REGISTER_PROTOCOL define to disable the deprecated libavformat
Thu, 19 Aug 2010 16:49:08 +0000 aurel add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass libavformat
Fri, 16 Jul 2010 23:20:03 +0000 mstorsjo url_fskip: Return an error code if the url_fseek failed libavformat
Thu, 01 Jul 2010 20:15:49 +0000 mstorsjo Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf libavformat
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavformat
Wed, 23 Jun 2010 11:26:33 +0000 mstorsjo Add all required includes to avio.h libavformat
Tue, 22 Jun 2010 14:09:08 +0000 mstorsjo Add priv_data_size and priv_data_class to URLProtocol libavformat
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, 01 Jun 2010 07:46:23 +0000 mstorsjo Declare the url_write buffer parameter as const libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Thu, 08 Apr 2010 09:02:27 +0000 thardin Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. libavformat
Tue, 30 Mar 2010 15:50:57 +0000 benoit Replace @returns by @return. libavformat
Mon, 29 Mar 2010 22:29:14 +0000 stefano Document url_exist(). libavformat
Sun, 28 Mar 2010 10:31:22 +0000 stefano Document url_seek(). libavformat
Mon, 15 Mar 2010 22:54:22 +0000 michael Add AVSEEK_FORCE flag to indicate that the code should attempt to seek libavformat
Tue, 09 Feb 2010 18:59:34 +0000 stefano Doxument url_fopen(). libavformat
Fri, 05 Feb 2010 23:03:32 +0000 stefano Doxument url_fdopen(). libavformat
Wed, 27 Jan 2010 00:21:28 +0000 stefano Document av_register_protocol(), not that it really needs to be libavformat
Sun, 24 Jan 2010 22:07:32 +0000 stefano Doxument url_open(). libavformat
Sun, 24 Jan 2010 18:18:03 +0000 stefano Favor the term "URL" over "filename", as the API deals with URLs libavformat
Sun, 24 Jan 2010 16:33:56 +0000 stefano Doxument url_close(). libavformat
Sun, 24 Jan 2010 13:31:25 +0000 stefano Doxument url_open_protocol(). libavformat
Sun, 24 Jan 2010 13:07:54 +0000 stefano Doxument url_read(). libavformat
Sat, 23 Jan 2010 10:23:47 +0000 reimar Make url_read_complete retry on EAGAIN and return how much data it read libavformat
Tue, 20 Oct 2009 06:40:01 +0000 benoit Make url_resetbuf() assert on wrong flags passed and make it static on next libavformat
Thu, 04 Jun 2009 06:25:53 +0000 kostya Move function for reading whole specified amount of data from RTSP libavformat
Mon, 25 May 2009 22:17:27 +0000 stefano Define struct URLContext and typedef it to URLContext in one step. libavformat
Tue, 03 Mar 2009 17:04:51 +0000 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat
Thu, 26 Feb 2009 22:34:18 +0000 stefano Mark as "internal but installed" the avio.h file. libavformat
Thu, 26 Feb 2009 22:28:42 +0000 stefano Add a @file notice to avio.h. libavformat
Tue, 17 Feb 2009 21:43:57 +0000 diego Add missing #includes to fix 'make checkheaders'. libavformat
Sun, 15 Feb 2009 20:45:10 +0000 stefano Improve grammar: "X next after Y" -> "next X after Y". libavformat
Sun, 15 Feb 2009 14:34:23 +0000 stefano Do not export to the public the first_protocol symbol at the next libavformat
Sun, 15 Feb 2009 14:31:18 +0000 stefano Document av_protocol_next(). libavformat
Sun, 15 Feb 2009 14:25:23 +0000 stefano Rename register_protocol() to av_register_protocol() and deprecate libavformat
Sat, 13 Dec 2008 13:39:13 +0000 diego whitespace cosmetics libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavformat
Tue, 19 Aug 2008 23:44:23 +0000 rbultje Implement url_open_protocol(), which is basiclly the former url_open() libavformat
Mon, 31 Mar 2008 17:31:11 +0000 diego minor typo fixes libavformat
Sat, 22 Mar 2008 17:25:50 +0000 michael 1st attempt at correcting the punktuation. libavformat
Fri, 21 Mar 2008 22:17:56 +0000 michael Document get_*_buffer() libavformat
Fri, 21 Mar 2008 11:27:07 +0000 michael Document a few url_* functions. libavformat
Mon, 10 Mar 2008 19:03:39 +0000 superdump Add AVClass to URLContext at next major version bump libavformat
Sat, 22 Dec 2007 16:18:07 +0000 reimar Add a av_alloc_put_byte function. libavformat
Fri, 21 Dec 2007 11:51:39 +0000 diego Fix Doxygen function parameter name. libavformat
Fri, 21 Dec 2007 11:50:18 +0000 diego comment typo fixes libavformat
Fri, 21 Dec 2007 00:22:40 +0000 ivo typo ;) libavformat
Thu, 20 Dec 2007 22:33:53 +0000 michael Document ByteIOContext and URLContext change rules. libavformat
Wed, 19 Dec 2007 21:11:08 +0000 michael Make recently added and still unused read_seek functions return offset_t. libavformat
Wed, 19 Dec 2007 20:57:13 +0000 michael Merge recently added and still unused play and pause functions. libavformat
Wed, 19 Dec 2007 11:31:36 +0000 michael Remove dead code which disappeared with the last major version bump. libavformat
Wed, 12 Dec 2007 19:01:58 +0000 michael av_*_next() API for libavformat libavformat
Wed, 28 Nov 2007 19:46:49 +0000 andoma Extend ByteIOContext and add the buffered IO functions: libavformat
Sat, 24 Nov 2007 07:09:32 +0000 andoma Extend URLProtocol with new function pointers and api functions for libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Thu, 15 Nov 2007 11:44:15 +0000 takis Fix Doxygen parameter name libavformat
Thu, 15 Nov 2007 11:43:21 +0000 takis Fix Doxygen parameter name libavformat