index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avio.c
Age
Commit message (
Expand
)
Author
2007-01-14
makes the filename member of the URLContext a pointer, so that the
Ronald S. Bultje
2007-01-01
fix indention of previous commit
Michael Niedermayer
2007-01-01
seekless filesize retrieving support in 7 lines of code, also doesnt break co...
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-01-21
Add --disable-protocols option to configure to disable I/O protocol from
Gildas Bazin
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-04-11
avoid seeking to the end, as it confuses some crappy code
Michael Niedermayer
2003-10-14
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-09-08
removed ctype.h header
Fabrice Bellard
2003-07-17
added primitive aborting system
Fabrice Bellard
2003-02-21
avoid false URL protocol detection when using ':' in filenames
Fabrice Bellard
2003-01-11
added url_get_filename()
Fabrice Bellard
2002-11-25
renamed libav to libavformat
Fabrice Bellard