[FFmpeg-devel] [PATCH 0/2][GSoC] Add fifo pseudo-muxer

sebechlebskyjan at gmail.com sebechlebskyjan at gmail.com
Mon Jul 25 19:00:14 EEST 2016


From: Jan Sebechlebsky <sebechlebskyjan at gmail.com>

Hello,
I am sending next version of fifo pseudo-muxer.

I will send patchset adding AVFMT_FLAG_NONBLOCK support requested 
by Nicolas later - it turned out that there are some more things
to solve (av_write_frame does not support repeated calls in current state)
and test.

Regards,
Jan

Jan Sebechlebsky (2):
  libavformat: Add fifo pseudo-muxer
  MAINTAINERS: Add myself as maintainer of fifo muxer

 Changelog                |   1 +
 MAINTAINERS              |   1 +
 configure                |   1 +
 doc/muxers.texi          |  90 +++++++
 libavformat/Makefile     |   1 +
 libavformat/allformats.c |   1 +
 libavformat/fifo.c       | 666 +++++++++++++++++++++++++++++++++++++++++++++++
 libavformat/version.h    |   2 +-
 8 files changed, 762 insertions(+), 1 deletion(-)
 create mode 100644 libavformat/fifo.c

-- 
1.9.1



More information about the ffmpeg-devel mailing list