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
2009-06-04
Move function for reading whole specified amount of data from RTSP
Kostya Shishkov
2009-03-03
Add url_get_file_handle(), which is used to get the file descriptor
Ronald S. Bultje
2009-02-15
Rename register_protocol() to av_register_protocol() and deprecate
Stefano Sabatini
2008-10-10
Only special-case absolute DOS paths on systems that support them.
Ramiro Polla
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-08-19
Implement url_open_protocol(), which is basiclly the former url_open()
Ronald S. Bultje
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-05-05
Check url_seek() in url_open().
Michael Niedermayer
2008-03-10
Add AVClass to URLContext at next major version bump
Björn Axelsson
2008-01-08
url_write is part of the public API so it may not be under ifdef.
Guillaume LecrefECERF
2007-12-19
Make recently added and still unused read_seek functions return offset_t.
Michael Niedermayer
2007-12-19
Merge recently added and still unused play and pause functions.
Michael Niedermayer
2007-12-19
Remove dead code which disappeared with the last major version bump.
Michael Niedermayer
2007-12-12
av_*_next() API for libavformat
Michael Niedermayer
2007-11-24
Extend URLProtocol with new function pointers and api functions for
Björn Axelsson
2007-11-16
Call prot->url_close only if it is present.
Alex Beregszaszi
2007-11-07
Check context before accessing its field.
Thorsten Jordan
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-06-23
use new string functions
Måns Rullgård
2007-03-05
Move avio.h's url_get_max_packet_size() comment from source to header file.
Panagiotis Issaris
2007-02-13
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-01-30
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
Ronald S. Bultje
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