- 22 Feb, 2016 1 commit
-
-
Anton Khirnov authored
Should make the default behaviour safer for careless callers that open random untrusted files. Bug-Id: CVE-2016-1897 Bug-Id: CVE-2016-1898
-
- 24 Jan, 2016 1 commit
-
-
Anton Khirnov authored
Some (de)muxers open additional files beyond the main IO context. Currently, they call avio_open() directly, which prevents the caller from using custom IO for such streams. This commit adds callbacks to AVFormatContext that default to avio_open2()/avio_close(), but can be overridden by the caller. All muxers and demuxers using AVIO are switched to using those callbacks instead of calling avio_open()/avio_close() directly. (de)muxers that use the URLProtocol layer directly instead of AVIO remain unconverted for now. This should be fixed in later commits.
-
- 03 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Unbreak build from 7a5902c5. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 28 Feb, 2015 1 commit
-
-
Martin Storsjö authored
Don't prefix them ffio_url, which is misleading, sounding too much like the urlprotocol layer (like ffurl_*). Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Feb, 2015 1 commit
-
-
wm4 authored
This is not an API change; the fields were explicitly declared private before. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 17 Nov, 2014 1 commit
-
-
Martin Storsjö authored
When given a stream starting at dts=0, it would previously consider s->offset as uninitialized and set an offset when the second packet was written, ending up writing two packets with dts=0. By initializing this field to AV_NOPTS_VALUE, we make sure that we only initialize it once, on the first packet. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 04 Feb, 2014 1 commit
-
-
Anton Khirnov authored
Those streams should never get any packets by definition.
-
- 02 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 20 Mar, 2012 1 commit
-
-
Anton Khirnov authored
This will allow us to automatically generate manpages for them.
-
- 27 Jan, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 21 Jan, 2012 1 commit
-
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 14 Nov, 2011 1 commit
-
-
Luca Barbato authored
And fix the error introduced when adding private option to avio. See 32caa7b1
-
- 13 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 17 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate AVFormatContext.mux_rate.
-
- 12 Oct, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This will allow the caller to enumerate child contexts in a generic way and since the API is recursive, it also allows for deeper nesting (e.g. AVFormatContext->AVIOContext->URLContext) This will also allow the new setting/reading API to transparently apply to children contexts.
-
- 03 Sep, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows to search for options only with AVClass, without allocating the corresponding context.
-
- 12 Aug, 2011 1 commit
-
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 02 Aug, 2011 1 commit
-
-
Zohar Kelrich authored
Signed-off-by: Zohar Kelrich <lumimies@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 16 Jun, 2011 1 commit
-
-
Anton Khirnov authored
Add support for demuxer private options.
-
- 08 Jun, 2011 1 commit
-
-
Diego Biurrun authored
This fixes the warning: libavformat/options.c:62:1: warning: missing braces around initializer [-Wmissing-braces]
-
- 27 May, 2011 1 commit
-
-
Martin Storsjö authored
Instead of -fflags rtphint, set -movflags rtphint instead. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 25 May, 2011 1 commit
-
-
Alex Converse authored
-
- 17 May, 2011 2 commits
-
-
Anton Khirnov authored
AVClass is already initialized in avformat_get_context_defaults.
-
Anton Khirnov authored
-
- 10 May, 2011 1 commit
-
-
Anton Khirnov authored
This breaks API and ABI.
-
- 19 Apr, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 15 Oct, 2010 1 commit
-
-
Aurelien Jacobs authored
av_alloc_format_context() public function Originally committed as revision 25483 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Sep, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2010 1 commit
-
-
Martin Storsjö authored
This can currently also be set via -muxdelay in ffmpeg for muxers, but not for demuxers (nor for demuxers in ffplay) - this patch allows it to be set in all those cases. Originally committed as revision 25180 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Aug, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 24825 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Aug, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 24818 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jun, 2010 1 commit
-
-
Luca Barbato authored
Originally committed as revision 23758 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 May, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 23161 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Apr, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 22987 to svn://svn.ffmpeg.org/ffmpeg/trunk
-