log avio.h @ 6218:3f6559c501e3 libavformat

age author description
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