| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH | Andreas Rheinhardt | 2023-10-03 | 1 | -0/+5 |
* | avformat: deprecate AVFormatContext io_close callback | Marton Balint | 2023-02-16 | 1 | -0/+4 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -5/+5 |
* | avformat/fifo: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -2/+2 |
* | lavf: set internal thread names | Anton Khirnov | 2022-10-24 | 1 | -0/+2 |
* | avformat: refactor ff_stream_encode_params_copy() to stream_params_copy() | Pierre-Anthony Lemieux | 2022-08-12 | 1 | -5/+1 |
* | avformat/utils: Move ff_format_output_open() to mux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat: introduce AVFormatContext io_close2 which returns an int | Marton Balint | 2021-12-12 | 1 | -0/+1 |
* | avformat/fifo: avoid repeated scaling of timestamps on failure and recovery | Ryoji Gyoda | 2021-11-29 | 1 | -1/+11 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat/fifo: Free dict on av_dict_copy() failure | Andreas Rheinhardt | 2021-08-06 | 1 | -1/+1 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 1 | -1/+1 |
* | avformat/fifo: check for flushed packets and timeshift | Michael Niedermayer | 2021-05-18 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avformat/fifo: add timeshift option to delay output | Marton Balint | 2020-06-09 | 1 | -1/+58 |
* | ffplay, avcodec, avformat: Don't initialize before av_packet_ref() | Andreas Rheinhardt | 2020-03-28 | 1 | -1/+0 |
* | avformat/fifo: use AV_OPT_TYPE_DICT for format_opts | Marton Balint | 2020-01-01 | 1 | -14/+2 |
* | lavf: Constify AVOutputFormat pointer. | Carl Eugen Hoyos | 2019-03-20 | 1 | -2/+2 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -4/+4 |
* | libavformat/fifo: Fix initialization of underlying AVFormatContext | Jan Sebechlebsky | 2017-07-19 | 1 | -3/+4 |
* | avformat/fifo: assert on disallowed message type and state combinations | Marton Balint | 2017-02-19 | 1 | -1/+4 |
* | lavf/fifo: fix undefined behaviour in deinit when destroying mutex | Marton Balint | 2016-11-13 | 1 | -1/+4 |
* | avformat: Add fifo pseudo-muxer | Jan Sebechlebsky | 2016-08-22 | 1 | -0/+660 |