| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: Move ff_format_output_open() to mux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+1 |
* | avformat: introduce AVFormatContext io_close2 which returns an int | Marton Balint | 2021-12-12 | 1 | -0/+1 |
* | avformat/tee: Reindentation | Andreas Rheinhardt | 2021-10-03 | 1 | -9/+9 |
* | avformat/tee: Process strings immediately if possible | Andreas Rheinhardt | 2021-10-03 | 1 | -31/+23 |
* | avformat/tee: Fix leak of FIFO-options dictionary | Andreas Rheinhardt | 2021-10-03 | 1 | -0/+2 |
* | avformat/tee: Fix leak of strings | Andreas Rheinhardt | 2021-10-03 | 1 | -0/+2 |
* | avformat/tee: Avoid stack packet | Andreas Rheinhardt | 2021-10-03 | 1 | -8/+8 |
* | avformat/tee: Unref packet on av_bsf_send_packet() failure | Andreas Rheinhardt | 2021-10-03 | 1 | -0/+1 |
* | avformat/tee: Fix inconsistency wrt av_packet_ref() failure handling | Andreas Rheinhardt | 2021-10-03 | 1 | -4/+4 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/avcodec: Stop including bsf.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/tee: allow packets with negative timestamps | Jan Ekström | 2020-12-07 | 1 | -1/+1 |
* | lavf/tee: pass options to protocol. | Nicolas George | 2020-06-04 | 1 | -1/+1 |
* | ffplay, avcodec, avformat: Don't initialize before av_packet_ref() | Andreas Rheinhardt | 2020-03-28 | 1 | -1/+0 |
* | avformat/tee: use AV_OPT_TYPE_DICT for fifo_options | Marton Balint | 2020-01-01 | 1 | -9/+2 |
* | avformat/tee.c: steal bsf option before passing to fifo muxer | Jun Li | 2019-10-25 | 1 | -4/+11 |
* | 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 |