- 30 Aug, 2017 1 commit
-
-
wm4 authored
Main use-case is proxying avio through a foreign I/O layer and a custom AVIO context, without losing latency and performance characteristics. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 18 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 31 May, 2015 1 commit
-
-
Vittorio Giovara authored
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>
-
- 24 Feb, 2015 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Apr, 2014 1 commit
-
-
Alessandro Ghedini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 Sep, 2013 1 commit
-
-
Martin Storsjö authored
Null buffers are useful for simulating writing to a real buffer for the sake of measuring how many bytes are written. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Aug, 2013 1 commit
-
-
Ben Avison authored
This provides at least some protection against potential accidental corruption of AVIO buffer workspace. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Aug, 2013 1 commit
-
-
Ben Avison authored
As long as there is enough contiguous data in the avio buffer, just return a pointer to it instead of copying it to the caller provided buffer. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 13 Nov, 2011 1 commit
-
-
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>
-
- 21 May, 2011 1 commit
-
-
Diego Biurrun authored
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
-
- 12 Apr, 2011 1 commit
-
-
Anton Khirnov authored
It seems their replacements won't be ready anytime soon.
-
- 08 Apr, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 05 Apr, 2011 2 commits
-
-
Anton Khirnov authored
It's not used anywhere internally. Salvage its documentation for ffio_read_seek.
-
Anton Khirnov authored
It's not used anywhere internally. Salvage its documentation for ffio_read_pause.
-
- 03 Apr, 2011 2 commits
-
-
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.
-
- 30 Mar, 2011 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 23 Mar, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 21 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 2 commits
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
And rename it to ffio_read_varlen. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 07 Mar, 2011 1 commit
-
-
Anton Khirnov authored
also change its prefix to ffio Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 04 Mar, 2011 1 commit
-
-
Ronald S. Bultje authored
Fixes issue 2638.
-
- 25 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Feb, 2011 2 commits
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Feb, 2011 2 commits
-
-
Anton Khirnov authored
init_put_byte should never be used outside of lavf, since sizeof(AVIOContext) isn't part of public ABI. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 16 Jan, 2009 3 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 16625 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 16624 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 16622 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jan, 2009 1 commit
-
-
Luca Abeni authored
Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-