[FFmpeg-devel] [GSoC][PATCH] Add FIFO muxer

sebechlebskyjan at gmail.com sebechlebskyjan at gmail.com
Tue Jun 28 13:35:40 CEST 2016


From: Jan Sebechlebsky <sebechlebskyjan at gmail.com>

Hello,
I'm sending the patch with implementation of discussed FIFO pseudo-muxer which
is part of my GSoC project. The muxer allows to separate decoder from the actual
muxer (or several muxers when combined with tee). Trasparent recovery from failure
is also implemented.

I'll appreciate feedback

Best regards,
Jan

Jan Sebechlebsky (1):
  libavformat: Add FIFO pseudo-muxer

 configure                |   1 +
 doc/muxers.texi          |  77 ++++++
 libavformat/Makefile     |   1 +
 libavformat/allformats.c |   1 +
 libavformat/fifo.c       | 657 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 737 insertions(+)
 create mode 100644 libavformat/fifo.c

-- 
1.9.1



More information about the ffmpeg-devel mailing list