aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avio.c
Commit message (Collapse)AuthorAgeFilesLines
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-211-2/+2
| | | | | | | libavformat. Also fix build with --disable-muxers and --disable-ffserver. patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-2/+2
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-3/+3
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid seeking to the end, as it confuses some crappy codeMichael Niedermayer2004-04-111-1/+1
| | | | Originally committed as revision 2996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+2
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed ctype.h headerFabrice Bellard2003-09-081-1/+0
| | | | Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added primitive aborting systemFabrice Bellard2003-07-171-0/+22
| | | | Originally committed as revision 2058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid false URL protocol detection when using ':' in filenamesFabrice Bellard2003-02-211-0/+5
| | | | Originally committed as revision 1595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added url_get_filename()Fabrice Bellard2003-01-111-1/+7
| | | | Originally committed as revision 1438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+156
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk