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-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-10-03avformat/tee: ReindentationAndreas Rheinhardt
2021-10-03avformat/tee: Process strings immediately if possibleAndreas Rheinhardt
2021-10-03avformat/tee: Fix leak of FIFO-options dictionaryAndreas Rheinhardt
2021-10-03avformat/tee: Fix leak of stringsAndreas Rheinhardt
2021-10-03avformat/tee: Avoid stack packetAndreas Rheinhardt
2021-10-03avformat/tee: Unref packet on av_bsf_send_packet() failureAndreas Rheinhardt
2021-10-03avformat/tee: Fix inconsistency wrt av_packet_ref() failure handlingAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-12-07avformat/tee: allow packets with negative timestampsJan Ekström
2020-06-04lavf/tee: pass options to protocol.Nicolas George
2020-03-28ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt
2020-01-01avformat/tee: use AV_OPT_TYPE_DICT for fifo_optionsMarton Balint
2019-10-25avformat/tee.c: steal bsf option before passing to fifo muxerJun Li
2019-01-30avformat/tee : Pass standards compliance value to slave muxers as wellKarthick J
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-01-24libavformat/tee: tee was passing a wrong option name for fifo's format_optionsFelipe Astroza
2016-12-28libavformat/tee: Add fifo support for teeJan Sebechlebsky
2016-09-29avformat/tee: Copy interrupt callback and flags to slaveJan Sebechlebsky
2016-09-12avformat/tee: Use BSF list APIJan Sebechlebsky
2016-08-02avformat/tee: Factor parse_slave_options() outMichael Niedermayer
2016-07-23avformat/tee: Rescale ts using av_packet_rescale_tsJan Sebechlebsky
2016-07-16avformat/tee: Use ff_format_output_open() functionJan Sebechlebsky
2016-07-16avformat/tee: Support flushing by writing NULL pktJan Sebechlebsky
2016-07-16avformat/tee: Use ff_stream_encode_params_copy()Jan Sebechlebsky
2016-06-26avformat/tee: Support arbitrary number of slavesJan Sebechlebsky
2016-05-07avformat/tee: Use ref instead copy in write_packetJan Sebechlebsky
2016-05-07avformat/tee: Fix TeeSlave.bsfs pointer array sizeJan Sebechlebsky
2016-04-22avformat/tee: Handling slave failure in tee muxerJan Sebechlebsky
2016-04-22avformat/tee: Fix leaks in tee muxer when open_slave failsJan Sebechlebsky
2016-04-14avformat/tee: Refactor close_slaves function in tee muxerJan Sebechlebsky
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-12-28lavf/tee: use lavf API for applying bitstream filtersRodger Combs
2015-12-13lavf/tee: fix side data double free.Nicolas George
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-12lavf/tee: allow multiple stream specifiers in select.Bela Bodecs
2015-09-05Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes
2015-08-22add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun
2015-01-09avformat/tee: Simplify code by using avio_closep()Michael Niedermayer
2014-08-03avformat/tee: flip assigment directionMichael Niedermayer
2014-04-26avformat/tee: print errors for each failed bitstream filterMichael Niedermayer
2013-10-21lavf/tee: fix leak of bsfs array.Nicolas George
2013-10-21lavf/tee: fix leak of select option.Nicolas George
2013-10-21lavf/tee: fix leak of strdup/strtoked buffer.Nicolas George