log avio.c @ 4488:724c0f6a52dc libavformat

age author description
Sun, 15 Feb 2009 14:25:23 +0000 stefano Rename register_protocol() to av_register_protocol() and deprecate libavformat
Fri, 10 Oct 2008 16:59:37 +0000 ramiro Only special-case absolute DOS paths on systems that support them. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Tue, 19 Aug 2008 23:44:23 +0000 rbultje Implement url_open_protocol(), which is basiclly the former url_open() libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Mon, 05 May 2008 09:17:56 +0000 michael Check url_seek() in url_open(). libavformat
Mon, 10 Mar 2008 19:03:39 +0000 superdump Add AVClass to URLContext at next major version bump libavformat
Tue, 08 Jan 2008 22:07:59 +0000 reimar url_write is part of the public API so it may not be under ifdef. 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
Sat, 24 Nov 2007 07:09:32 +0000 andoma Extend URLProtocol with new function pointers and api functions for libavformat
Fri, 16 Nov 2007 00:14:48 +0000 alex Call prot->url_close only if it is present. libavformat
Wed, 07 Nov 2007 08:34:00 +0000 benoit Check context before accessing its field. libavformat