summaryrefslogtreecommitdiff
path: root/libavformat/tee.c
Commit message (Expand)AuthorAge
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* libavformat/tee: tee was passing a wrong option name for fifo's format_optionsFelipe Astroza2017-01-24
* libavformat/tee: Add fifo support for teeJan Sebechlebsky2016-12-28
* avformat/tee: Copy interrupt callback and flags to slaveJan Sebechlebsky2016-09-29
* avformat/tee: Use BSF list APIJan Sebechlebsky2016-09-12
* avformat/tee: Factor parse_slave_options() outMichael Niedermayer2016-08-02
* avformat/tee: Rescale ts using av_packet_rescale_tsJan Sebechlebsky2016-07-23
* avformat/tee: Use ff_format_output_open() functionJan Sebechlebsky2016-07-16
* avformat/tee: Support flushing by writing NULL pktJan Sebechlebsky2016-07-16
* avformat/tee: Use ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-16
* avformat/tee: Support arbitrary number of slavesJan Sebechlebsky2016-06-25
* avformat/tee: Use ref instead copy in write_packetJan Sebechlebsky2016-05-07
* avformat/tee: Fix TeeSlave.bsfs pointer array sizeJan Sebechlebsky2016-05-07
* avformat/tee: Handling slave failure in tee muxerJan Sebechlebsky2016-04-22
* avformat/tee: Fix leaks in tee muxer when open_slave failsJan Sebechlebsky2016-04-22
* avformat/tee: Refactor close_slaves function in tee muxerJan Sebechlebsky2016-04-14
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-10
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* lavf/tee: use lavf API for applying bitstream filtersRodger Combs2015-12-28
* lavf/tee: fix side data double free.Nicolas George2015-12-13
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* lavf/tee: allow multiple stream specifiers in select.Bela Bodecs2015-10-12
* Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-05
* add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-22
* avformat/tee: Simplify code by using avio_closep()Michael Niedermayer2015-01-09
* avformat/tee: flip assigment directionMichael Niedermayer2014-08-03
* avformat/tee: print errors for each failed bitstream filterMichael Niedermayer2014-04-26
* lavf/tee: fix leak of bsfs array.Nicolas George2013-10-21
* lavf/tee: fix leak of select option.Nicolas George2013-10-21
* lavf/tee: fix leak of strdup/strtoked buffer.Nicolas George2013-10-21
* vformat/tee: fix uninitialized use of retMichael Niedermayer2013-09-07
* lavf/tee: copy metadata to output chained muxersStefano Sabatini2013-08-23
* lavf/tee: initialize ret in parse_bsfs()Stefano Sabatini2013-08-22
* lavf/tee: add special select optionStefano Sabatini2013-08-21
* lavf/tee: add support for bitstream filteringStefano Sabatini2013-08-16
* lavf/tee: pesudo → pseudo.Clément Bœsch2013-06-06
* avformat/tee: add forgotten ret assignmentMichael Niedermayer2013-03-19
* lavf: add tee pseudo-muxer.Nicolas George2013-02-09