index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move function for reading whole specified amount of data from RTSP
Kostya Shishkov
2009-06-04
1
-0
/
+14
*
Add url_get_file_handle(), which is used to get the file descriptor
Ronald S. Bultje
2009-03-03
1
-0
/
+7
*
Rename register_protocol() to av_register_protocol() and deprecate
Stefano Sabatini
2009-02-15
1
-1
/
+8
*
Only special-case absolute DOS paths on systems that support them.
Ramiro Polla
2008-10-10
1
-1
/
+2
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-5
/
+5
*
Implement url_open_protocol(), which is basiclly the former url_open()
Ronald S. Bultje
2008-08-19
1
-32
/
+37
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-2
/
+3
*
Check url_seek() in url_open().
Michael Niedermayer
2008-05-05
1
-0
/
+6
*
Add AVClass to URLContext at next major version bump
Björn Axelsson
2008-03-10
1
-0
/
+19
*
url_write is part of the public API so it may not be under ifdef.
Guillaume LecrefECERF
2008-01-08
1
-2
/
+0
*
Make recently added and still unused read_seek functions return offset_t.
Michael Niedermayer
2007-12-19
1
-1
/
+1
*
Merge recently added and still unused play and pause functions.
Michael Niedermayer
2007-12-19
1
-9
/
+2
*
Remove dead code which disappeared with the last major version bump.
Michael Niedermayer
2007-12-19
1
-2
/
+0
*
av_*_next() API for libavformat
Michael Niedermayer
2007-12-12
1
-0
/
+6
*
Extend URLProtocol with new function pointers and api functions for
Björn Axelsson
2007-11-24
1
-0
/
+22
*
Call prot->url_close only if it is present.
Alex Beregszaszi
2007-11-16
1
-2
/
+3
*
Check context before accessing its field.
Thorsten Jordan
2007-11-07
1
-0
/
+1
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-3
/
+3
*
use new string functions
Måns Rullgård
2007-06-23
1
-1
/
+2
*
Move avio.h's url_get_max_packet_size() comment from source to header file.
Panagiotis Issaris
2007-03-05
1
-14
/
+0
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-5
/
+5
*
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
Ronald S. Bultje
2007-01-30
1
-1
/
+3
*
makes the filename member of the URLContext a pointer, so that the
Ronald S. Bultje
2007-01-14
1
-1
/
+4
*
fix indention of previous commit
Michael Niedermayer
2007-01-01
1
-3
/
+3
*
seekless filesize retrieving support in 7 lines of code, also doesnt break co...
Michael Niedermayer
2007-01-01
1
-0
/
+3
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Add --disable-protocols option to configure to disable I/O protocol from
Gildas Bazin
2006-01-21
1
-2
/
+2
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-7
/
+7
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-2
/
+2
*
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-06-19
1
-3
/
+3
*
avoid seeking to the end, as it confuses some crappy code
Michael Niedermayer
2004-04-11
1
-1
/
+1
*
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-10-14
1
-0
/
+2
*
removed ctype.h header
Fabrice Bellard
2003-09-08
1
-1
/
+0
*
added primitive aborting system
Fabrice Bellard
2003-07-17
1
-0
/
+22
*
avoid false URL protocol detection when using ':' in filenames
Fabrice Bellard
2003-02-21
1
-0
/
+5
*
added url_get_filename()
Fabrice Bellard
2003-01-11
1
-1
/
+7
*
renamed libav to libavformat
Fabrice Bellard
2002-11-25
1
-0
/
+156