log avio.c @ 5987:d5672e116fe4 libavformat

age author description
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
Sun, 24 Jan 2010 18:09:46 +0000 reimar Make url_read_complete handle EAGAIN more intelligently. 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