summaryrefslogtreecommitdiff
path: root/libavformat/tee.c
Commit message (Expand)AuthorAgeFilesLines
* 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: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux2022-08-121-5/+2
* avformat/utils: Move ff_format_output_open() to mux_utils.cAndreas Rheinhardt2022-05-101-1/+1
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-121-0/+1
* avformat/tee: ReindentationAndreas Rheinhardt2021-10-031-9/+9
* avformat/tee: Process strings immediately if possibleAndreas Rheinhardt2021-10-031-31/+23
* avformat/tee: Fix leak of FIFO-options dictionaryAndreas Rheinhardt2021-10-031-0/+2
* avformat/tee: Fix leak of stringsAndreas Rheinhardt2021-10-031-0/+2
* avformat/tee: Avoid stack packetAndreas Rheinhardt2021-10-031-8/+8
* avformat/tee: Unref packet on av_bsf_send_packet() failureAndreas Rheinhardt2021-10-031-0/+1
* avformat/tee: Fix inconsistency wrt av_packet_ref() failure handlingAndreas Rheinhardt2021-10-031-4/+4
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/tee: allow packets with negative timestampsJan Ekström2020-12-071-1/+1
* lavf/tee: pass options to protocol.Nicolas George2020-06-041-1/+1
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-281-1/+0
* avformat/tee: use AV_OPT_TYPE_DICT for fifo_optionsMarton Balint2020-01-011-9/+2
* avformat/tee.c: steal bsf option before passing to fifo muxerJun Li2019-10-251-4/+11
* avformat/tee : Pass standards compliance value to slave muxers as wellKarthick J2019-01-301-0/+1
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* libavformat/tee: tee was passing a wrong option name for fifo's format_optionsFelipe Astroza2017-01-241-1/+1
* libavformat/tee: Add fifo support for teeJan Sebechlebsky2016-12-281-1/+86
* avformat/tee: Copy interrupt callback and flags to slaveJan Sebechlebsky2016-09-291-0/+2
* avformat/tee: Use BSF list APIJan Sebechlebsky2016-09-121-67/+69
* avformat/tee: Factor parse_slave_options() outMichael Niedermayer2016-08-021-42/+2
* avformat/tee: Rescale ts using av_packet_rescale_tsJan Sebechlebsky2016-07-231-3/+1
* avformat/tee: Use ff_format_output_open() functionJan Sebechlebsky2016-07-161-6/+5
* avformat/tee: Support flushing by writing NULL pktJan Sebechlebsky2016-07-161-1/+12
* avformat/tee: Use ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-161-11/+3
* avformat/tee: Support arbitrary number of slavesJan Sebechlebsky2016-06-251-10/+16
* avformat/tee: Use ref instead copy in write_packetJan Sebechlebsky2016-05-071-2/+2
* avformat/tee: Fix TeeSlave.bsfs pointer array sizeJan Sebechlebsky2016-05-071-1/+1
* avformat/tee: Handling slave failure in tee muxerJan Sebechlebsky2016-04-221-11/+80
* avformat/tee: Fix leaks in tee muxer when open_slave failsJan Sebechlebsky2016-04-221-17/+25
* avformat/tee: Refactor close_slaves function in tee muxerJan Sebechlebsky2016-04-141-26/+32
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-9/+8
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-1/+4
* lavf/tee: use lavf API for applying bitstream filtersRodger Combs2015-12-281-43/+3
* lavf/tee: fix side data double free.Nicolas George2015-12-131-0/+2
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* lavf/tee: allow multiple stream specifiers in select.Bela Bodecs2015-10-121-6/+27
* Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-051-7/+1
* add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-221-1/+7
* avformat/tee: Simplify code by using avio_closep()Michael Niedermayer2015-01-091-4/+2
* avformat/tee: flip assigment directionMichael Niedermayer2014-08-031-1/+1
* avformat/tee: print errors for each failed bitstream filterMichael Niedermayer2014-04-261-7/+6
* lavf/tee: fix leak of bsfs array.Nicolas George2013-10-211-0/+1