Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24lavf: set internal thread namesAnton Khirnov
2022-08-12avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux
2022-05-10avformat/utils: Move ff_format_output_open() to mux_utils.cAndreas Rheinhardt
2021-12-12avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint
2021-11-30avformat/fifo: avoid repeated scaling of timestamps on failure and recoveryRyoji Gyoda
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-08-06avformat/fifo: Free dict on av_dict_copy() failureAndreas Rheinhardt
2021-06-09avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer
2021-05-18avformat/fifo: check for flushed packets and timeshiftMichael Niedermayer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2020-06-09avformat/fifo: add timeshift option to delay outputMarton Balint
2020-03-28ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt
2020-01-01avformat/fifo: use AV_OPT_TYPE_DICT for format_optsMarton Balint
2019-03-20lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-07-19libavformat/fifo: Fix initialization of underlying AVFormatContextJan Sebechlebsky
2017-02-19avformat/fifo: assert on disallowed message type and state combinationsMarton Balint
2016-11-13lavf/fifo: fix undefined behaviour in deinit when destroying mutexMarton Balint
2016-08-22avformat: Add fifo pseudo-muxerJan Sebechlebsky