[FFmpeg-cvslog] Add AVIO_FLAG_DIRECT.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Apr 4 21:16:12 CEST 2012
On Wed, Apr 04, 2012 at 09:06:47PM +0200, Michael Niedermayer wrote:
> On Wed, Apr 04, 2012 at 08:39:57PM +0200, Reimar Döffinger wrote:
> > ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sun Mar 25 11:58:55 2012 +0200| [a45605a1ba3126c4d8314886d90326a7ffe746ff] | committer: Reimar Döffinger
> >
> > Add AVIO_FLAG_DIRECT.
> >
> > 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 at gmx.de>
> >
> > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a45605a1ba3126c4d8314886d90326a7ffe746ff
> > ---
> >
> > libavformat/avformat.h | 2 ++
> > libavformat/avio.h | 15 +++++++++++++++
> > libavformat/aviobuf.c | 31 ++++++++++++++++++++++---------
> > libavformat/options_table.h | 2 ++
> > libavformat/utils.c | 2 +-
> > tests/fate/demux.mak | 3 +++
> > 6 files changed, 45 insertions(+), 10 deletions(-)
>
> reference file './tests/ref/fate/avio-direct' not found
Forgot git add again... Fixed.
More information about the ffmpeg-cvslog
mailing list