summaryrefslogtreecommitdiff
path: root/libavformat/fifo.c
Commit message (Expand)AuthorAge
* avformat/utils: Move ff_format_output_open() to mux_utils.cAndreas Rheinhardt2022-05-10
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/fifo: avoid repeated scaling of timestamps on failure and recoveryRyoji Gyoda2021-11-29
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/fifo: Free dict on av_dict_copy() failureAndreas Rheinhardt2021-08-06
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-09
* avformat/fifo: check for flushed packets and timeshiftMichael Niedermayer2021-05-18
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* avformat/fifo: add timeshift option to delay outputMarton Balint2020-06-09
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-28
* avformat/fifo: use AV_OPT_TYPE_DICT for format_optsMarton Balint2020-01-01
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-20
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* libavformat/fifo: Fix initialization of underlying AVFormatContextJan Sebechlebsky2017-07-19
* avformat/fifo: assert on disallowed message type and state combinationsMarton Balint2017-02-19
* lavf/fifo: fix undefined behaviour in deinit when destroying mutexMarton Balint2016-11-13
* avformat: Add fifo pseudo-muxerJan Sebechlebsky2016-08-22