- 28 Feb, 2013 1 commit
-
-
Nicolas George authored
If the first "special" character in a filename is a comma, it can introduce protocol options, but only if there is a colon at the end. Otherwise, it is just a filename with a comma. Fix trac ticket #2303.
-
- 24 Feb, 2013 1 commit
-
-
Nicolas George authored
Fix trac ticket #2139.
-
- 27 Oct, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Oct, 2012 2 commits
-
-
Michael Niedermayer authored
Fixes CID732284 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID703830 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
ETIMEDOUT is not available on all platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Aug, 2012 1 commit
-
-
Andrey Utkin authored
If set non-zero, limits duration of retry_transfer_wrapper() loop, thus affects ffurl_read*(), ffurl_write() Measured in microseconds. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Aug, 2012 1 commit
-
-
Jordi Ortiz authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 22 Jun, 2012 1 commit
-
-
Mans Rullgard authored
This reduces the dependency on unistd.h which is not available on all systems. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 01 Jun, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 May, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 May, 2012 1 commit
-
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 28 Apr, 2012 1 commit
-
-
Nicolas George authored
If the designated protocol is not found, return AVERROR_PROTOCOL_NOT_FOUND instead of AVERROR(ENOENT).
-
- 06 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 27 Jan, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 05 Jan, 2012 1 commit
-
-
Martin Storsjö authored
The implicit network initialization is set to be removed in the future, but is kept for compatibility. By not doing the implicit initialization for non-network protocols, we avoid the warning about avformat_network_init() not being called for these, where it really doesn't make much sense. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket805 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Nov, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Nov, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 18 Nov, 2011 1 commit
-
-
Martin Storsjö authored
Prepare for removing it at an upcoming major bump.
-
- 13 Nov, 2011 6 commits
-
-
Martin Storsjö authored
The interrupt callback has to be passed in during opening (setting it after opening isn't enough), since a blocking open couldn't be interrupted otherwise. Options are passed down to procotols and also need to be available during open() in most cases. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Not used anywhere yet, support for passing options from avio_open() will follow.
-
Anton Khirnov authored
-
Martin Storsjö authored
Change all uses of these function to pass the relevant callback on.
-
Martin Storsjö authored
-
Martin Storsjö authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 10 Nov, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 07 Nov, 2011 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket618 Based on code by teratorn Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 01 Jun, 2011 1 commit
-
-
Reimar Döffinger authored
-
- 17 May, 2011 1 commit
-
-
Anton Khirnov authored
-
- 12 May, 2011 1 commit
-
-
Diego Biurrun authored
Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems since it causes certain system functions to be hidden on some (BSD) systems. The solution is to only add the flag on systems that really require it, i.e. glibc-based ones. This change makes BSD systems compile out-of-the-box without the need for adding specific flags manually. It also allows dropping a number of flags set manually on a file-per-file basis, but were only present to work around breakage introduced by the presence of _POSIX_C_SOURCE. Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems. We use XSI extensions in several places already, so it is preferable to define it globally instead of littering source files with individual #defines only needed for glibc.
-
- 29 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 24 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Apr, 2011 2 commits
-
-
Nicolas George authored
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
-
Martin Storsjö authored
This fixes e.g. reading data over HTTP, where the underlying socket is set to read/write. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-