aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avformat/avformat: Deprecate AVFMT_ALLOW_FLUSHAndreas Rheinhardt2023-10-031-0/+5
* avformat: deprecate AVFormatContext io_close callbackMarton Balint2023-02-161-0/+4
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-5/+5
* avformat/fifo: use av_dict_iterateMarvin Scholz2022-12-011-2/+2
* lavf: set internal thread namesAnton Khirnov2022-10-241-0/+2
* avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux2022-08-121-5/+1
* avformat/utils: Move ff_format_output_open() to mux_utils.cAndreas Rheinhardt2022-05-101-0/+1
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-121-0/+1
* avformat/fifo: avoid repeated scaling of timestamps on failure and recoveryRyoji Gyoda2021-11-291-1/+11
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat/fifo: Free dict on av_dict_copy() failureAndreas Rheinhardt2021-08-061-1/+1
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-091-1/+1
* avformat/fifo: check for flushed packets and timeshiftMichael Niedermayer2021-05-181-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* 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