- 15 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
This is consistent with stdio, and thus what people would naturally expect.
-
- 04 Sep, 2012 1 commit
-
-
Luca Barbato authored
-
- 25 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Aug, 2012 1 commit
-
-
Stefano Sabatini authored
This seems the expected behavior.
-
- 27 Jul, 2012 1 commit
-
-
jamal authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jul, 2012 1 commit
-
-
Lou Logan authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 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>
-
- 27 Apr, 2012 1 commit
-
-
Luca Barbato authored
Its behaviour in line with ffurl_close(NULL).
-
- 04 Apr, 2012 1 commit
-
-
Reimar Döffinger authored
Allows avoiding the buffer when using avio read, write and seek functions. When using the ffmpeg executable -avioflags direct can be used to enable this mode for input files, but has no effect on output files. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 30 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 07 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Jan, 2012 1 commit
-
-
Janne Grunau authored
Fixes an invalid free() with ass in avi. The sample in bug 98 passes parts of AVPacket.data as buffer for the AVIOContext. Since the packet is quite large fill_buffer tries to reallocate the buffer before doing nothing. Fixes bug 98.
-
- 13 Nov, 2011 3 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.
-
Martin Storsjö authored
Change all uses of these function to pass the relevant callback on.
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 17 Oct, 2011 1 commit
-
-
Alex Converse authored
-
- 28 Sep, 2011 1 commit
-
-
Nicolas George authored
Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 21 May, 2011 1 commit
-
-
Can Wu authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 29 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
No longer needed after martins change to the values. Though this would have been nicer ABI wise but iam too lazy to maintain this difference This reverts commit 183401b9.
-
- 28 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Reported by: Luca Abeni Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2011 2 commits
-
-
Stefano Sabatini authored
Make AVIO_FLAG_ access constants work as flags, and in particular fix the behavior of functions (such as avio_check()) which expect them to be flags rather than modes. This breaks API.
-
Anton Khirnov authored
-
- 12 Apr, 2011 1 commit
-
-
Anton Khirnov authored
It seems their replacements won't be ready anytime soon.
-
- 07 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 05 Apr, 2011 1 commit
-
-
Anton Khirnov authored
Fixes build with --disable-muxers --disable-network. Thanks to Hendrik Leppkes for noticing.
-
- 04 Apr, 2011 7 commits
-
-
Anton Khirnov authored
URLContext.max_packet_size should be used directly.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Carl Eugen Hoyos authored
Fixes a possible invalid free().
-
- 03 Apr, 2011 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
The unbuffered URLContext API will be made private, so there's no point in this function being public.
-
Anton Khirnov authored
It doesn't look fit to be a part of the public API. Adding a temporary hack to ffserver to be able to use it, should be cleaned up when somebody is up for it.
-