| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/tee : Pass standards compliance value to slave muxers as well | Karthick J | 2019-01-30 | 1 | -0/+1 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | libavformat/tee: tee was passing a wrong option name for fifo's format_options | Felipe Astroza | 2017-01-24 | 1 | -1/+1 |
* | libavformat/tee: Add fifo support for tee | Jan Sebechlebsky | 2016-12-28 | 1 | -1/+86 |
* | avformat/tee: Copy interrupt callback and flags to slave | Jan Sebechlebsky | 2016-09-29 | 1 | -0/+2 |
* | avformat/tee: Use BSF list API | Jan Sebechlebsky | 2016-09-12 | 1 | -67/+69 |
* | avformat/tee: Factor parse_slave_options() out | Michael Niedermayer | 2016-08-02 | 1 | -42/+2 |
* | avformat/tee: Rescale ts using av_packet_rescale_ts | Jan Sebechlebsky | 2016-07-23 | 1 | -3/+1 |
* | avformat/tee: Use ff_format_output_open() function | Jan Sebechlebsky | 2016-07-16 | 1 | -6/+5 |
* | avformat/tee: Support flushing by writing NULL pkt | Jan Sebechlebsky | 2016-07-16 | 1 | -1/+12 |
* | avformat/tee: Use ff_stream_encode_params_copy() | Jan Sebechlebsky | 2016-07-16 | 1 | -11/+3 |
* | avformat/tee: Support arbitrary number of slaves | Jan Sebechlebsky | 2016-06-25 | 1 | -10/+16 |
* | avformat/tee: Use ref instead copy in write_packet | Jan Sebechlebsky | 2016-05-07 | 1 | -2/+2 |
* | avformat/tee: Fix TeeSlave.bsfs pointer array size | Jan Sebechlebsky | 2016-05-07 | 1 | -1/+1 |
* | avformat/tee: Handling slave failure in tee muxer | Jan Sebechlebsky | 2016-04-22 | 1 | -11/+80 |
* | avformat/tee: Fix leaks in tee muxer when open_slave fails | Jan Sebechlebsky | 2016-04-22 | 1 | -17/+25 |
* | avformat/tee: Refactor close_slaves function in tee muxer | Jan Sebechlebsky | 2016-04-14 | 1 | -26/+32 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -3/+3 |
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -9/+8 |
* | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -1/+4 |
* | lavf/tee: use lavf API for applying bitstream filters | Rodger Combs | 2015-12-28 | 1 | -43/+3 |
* | lavf/tee: fix side data double free. | Nicolas George | 2015-12-13 | 1 | -0/+2 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | lavf/tee: allow multiple stream specifiers in select. | Bela Bodecs | 2015-10-12 | 1 | -6/+27 |
* | Remove left-over FF_API_DESTRUCT_PACKET cruft | Hendrik Leppkes | 2015-09-05 | 1 | -7/+1 |
* | add missing FF_API_DESTRUCT_PACKET guards | Andreas Cadhalpun | 2015-08-22 | 1 | -1/+7 |
* | avformat/tee: Simplify code by using avio_closep() | Michael Niedermayer | 2015-01-09 | 1 | -4/+2 |
* | avformat/tee: flip assigment direction | Michael Niedermayer | 2014-08-03 | 1 | -1/+1 |
* | avformat/tee: print errors for each failed bitstream filter | Michael Niedermayer | 2014-04-26 | 1 | -7/+6 |
* | lavf/tee: fix leak of bsfs array. | Nicolas George | 2013-10-21 | 1 | -0/+1 |
* | lavf/tee: fix leak of select option. | Nicolas George | 2013-10-21 | 1 | -0/+1 |
* | lavf/tee: fix leak of strdup/strtoked buffer. | Nicolas George | 2013-10-21 | 1 | -3/+3 |
* | vformat/tee: fix uninitialized use of ret | Michael Niedermayer | 2013-09-07 | 1 | -1/+1 |
* | lavf/tee: copy metadata to output chained muxers | Stefano Sabatini | 2013-08-23 | 1 | -0/+1 |
* | lavf/tee: initialize ret in parse_bsfs() | Stefano Sabatini | 2013-08-22 | 1 | -1/+1 |
* | lavf/tee: add special select option | Stefano Sabatini | 2013-08-21 | 1 | -13/+58 |
* | lavf/tee: add support for bitstream filtering | Stefano Sabatini | 2013-08-16 | 1 | -18/+190 |
* | lavf/tee: pesudo → pseudo. | Clément Bœsch | 2013-06-06 | 1 | -1/+1 |
* | avformat/tee: add forgotten ret assignment | Michael Niedermayer | 2013-03-19 | 1 | -1/+1 |
* | lavf: add tee pseudo-muxer. | Nicolas George | 2013-02-09 | 1 | -0/+278 |