index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
tee.c
Age
Commit message (
Expand
)
Author
2019-01-30
avformat/tee : Pass standards compliance value to slave muxers as well
Karthick J
2018-01-28
avformat: migrate to AVFormatContext->url
Marton Balint
2017-01-24
libavformat/tee: tee was passing a wrong option name for fifo's format_options
Felipe Astroza
2016-12-28
libavformat/tee: Add fifo support for tee
Jan Sebechlebsky
2016-09-29
avformat/tee: Copy interrupt callback and flags to slave
Jan Sebechlebsky
2016-09-12
avformat/tee: Use BSF list API
Jan Sebechlebsky
2016-08-02
avformat/tee: Factor parse_slave_options() out
Michael Niedermayer
2016-07-23
avformat/tee: Rescale ts using av_packet_rescale_ts
Jan Sebechlebsky
2016-07-16
avformat/tee: Use ff_format_output_open() function
Jan Sebechlebsky
2016-07-16
avformat/tee: Support flushing by writing NULL pkt
Jan Sebechlebsky
2016-07-16
avformat/tee: Use ff_stream_encode_params_copy()
Jan Sebechlebsky
2016-06-25
avformat/tee: Support arbitrary number of slaves
Jan Sebechlebsky
2016-05-07
avformat/tee: Use ref instead copy in write_packet
Jan Sebechlebsky
2016-05-07
avformat/tee: Fix TeeSlave.bsfs pointer array size
Jan Sebechlebsky
2016-04-22
avformat/tee: Handling slave failure in tee muxer
Jan Sebechlebsky
2016-04-22
avformat/tee: Fix leaks in tee muxer when open_slave fails
Jan Sebechlebsky
2016-04-14
avformat/tee: Refactor close_slaves function in tee muxer
Jan Sebechlebsky
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-02-10
Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'
Derek Buitenhuis
2016-02-02
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2015-12-28
lavf/tee: use lavf API for applying bitstream filters
Rodger Combs
2015-12-13
lavf/tee: fix side data double free.
Nicolas George
2015-10-27
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-10-12
lavf/tee: allow multiple stream specifiers in select.
Bela Bodecs
2015-09-05
Remove left-over FF_API_DESTRUCT_PACKET cruft
Hendrik Leppkes
2015-08-22
add missing FF_API_DESTRUCT_PACKET guards
Andreas Cadhalpun
2015-01-09
avformat/tee: Simplify code by using avio_closep()
Michael Niedermayer
2014-08-03
avformat/tee: flip assigment direction
Michael Niedermayer
2014-04-26
avformat/tee: print errors for each failed bitstream filter
Michael Niedermayer
2013-10-21
lavf/tee: fix leak of bsfs array.
Nicolas George
2013-10-21
lavf/tee: fix leak of select option.
Nicolas George
2013-10-21
lavf/tee: fix leak of strdup/strtoked buffer.
Nicolas George
2013-09-07
vformat/tee: fix uninitialized use of ret
Michael Niedermayer
2013-08-23
lavf/tee: copy metadata to output chained muxers
Stefano Sabatini
2013-08-22
lavf/tee: initialize ret in parse_bsfs()
Stefano Sabatini
2013-08-21
lavf/tee: add special select option
Stefano Sabatini
2013-08-16
lavf/tee: add support for bitstream filtering
Stefano Sabatini
2013-06-06
lavf/tee: pesudo → pseudo.
Clément Bœsch
2013-03-19
avformat/tee: add forgotten ret assignment
Michael Niedermayer
2013-02-09
lavf: add tee pseudo-muxer.
Nicolas George