log avio.c @ 6477:2697448798ee libavformat

age author description
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
Sun, 18 Jul 2010 18:38:23 +0000 mru Allow all valid (and only valid) characters in URL scheme for url_open() libavformat
Sun, 27 Jun 2010 17:51:17 +0000 mstorsjo Remove an unused label, fixing a warning libavformat
Sun, 27 Jun 2010 17:33:52 +0000 mstorsjo Add proper const declaration to a cast, fixes a warning libavformat
Wed, 23 Jun 2010 11:26:43 +0000 mstorsjo Reindent 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
Wed, 28 Apr 2010 20:00:23 +0000 michael Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavformat
Sun, 18 Apr 2010 17:37:16 +0000 stefano Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in libavformat
Mon, 15 Mar 2010 22:54:22 +0000 michael Add AVSEEK_FORCE flag to indicate that the code should attempt to seek libavformat
Fri, 05 Mar 2010 22:30:21 +0000 mstorsjo Always call ff_network_init/ff_network_close when opening protocols libavformat
Thu, 28 Jan 2010 09:11:26 +0000 benoit Use av_mallocz in url_open_protocol for URLContext. libavformat