aboutsummaryrefslogtreecommitdiff
path: root/libavformat/avio.c
AgeCommit message (Expand)Author
2007-01-14makes the filename member of the URLContext a pointer, so that theRonald S. Bultje
2007-01-01fix indention of previous commitMichael Niedermayer
2007-01-01seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-21Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-04-11avoid seeking to the end, as it confuses some crappy codeMichael Niedermayer
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-09-08removed ctype.h headerFabrice Bellard
2003-07-17added primitive aborting systemFabrice Bellard
2003-02-21avoid false URL protocol detection when using ':' in filenamesFabrice Bellard
2003-01-11added url_get_filename()Fabrice Bellard
2002-11-25renamed libav to libavformatFabrice Bellard