summaryrefslogtreecommitdiff
path: root/libavformat/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-271-2/+2
* avformat/fifo: add timeshift option to delay outputMarton Balint2020-06-091-1/+58
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-281-1/+0
* avformat/fifo: use AV_OPT_TYPE_DICT for format_optsMarton Balint2020-01-011-14/+2
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-2/+2
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-4/+4
* libavformat/fifo: Fix initialization of underlying AVFormatContextJan Sebechlebsky2017-07-191-3/+4
* avformat/fifo: assert on disallowed message type and state combinationsMarton Balint2017-02-191-1/+4
* lavf/fifo: fix undefined behaviour in deinit when destroying mutexMarton Balint2016-11-131-1/+4
* avformat: Add fifo pseudo-muxerJan Sebechlebsky2016-08-221-0/+660