54 Commits (b3612b5f5297284629669cddc4a3eb4fd43498ef)

Author SHA1 Message Date
Andreas Rheinhardt b3612b5f52 avformat/tee: Process strings immediately if possible 3 years ago
Andreas Rheinhardt 3a27fcb168 avformat/tee: Fix leak of FIFO-options dictionary 3 years ago
Andreas Rheinhardt 4df34df642 avformat/tee: Fix leak of strings 3 years ago
Andreas Rheinhardt e54bad3fce avformat/tee: Avoid stack packet 3 years ago
Andreas Rheinhardt b0e4865187 avformat/tee: Unref packet on av_bsf_send_packet() failure 3 years ago
Andreas Rheinhardt 2b5d296533 avformat/tee: Fix inconsistency wrt av_packet_ref() failure handling 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 57b5ec6ba7 avcodec/avcodec: Stop including bsf.h in avcodec.h 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Jan Ekström 95fd790c14 avformat/tee: allow packets with negative timestamps 4 years ago
Nicolas George a45be55d5b lavf/tee: pass options to protocol. 5 years ago
Andreas Rheinhardt 3362330741 ffplay, avcodec, avformat: Don't initialize before av_packet_ref() 5 years ago
Marton Balint 710e9f3f18 avformat/tee: use AV_OPT_TYPE_DICT for fifo_options 5 years ago
Jun Li 155508c6e9 avformat/tee.c: steal bsf option before passing to fifo muxer 5 years ago
Karthick J 789d3b98d1 avformat/tee : Pass standards compliance value to slave muxers as well 6 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Felipe Astroza b7665642f1 libavformat/tee: tee was passing a wrong option name for fifo's format_options 8 years ago
Jan Sebechlebsky 7c91ee01cc libavformat/tee: Add fifo support for tee 8 years ago
Jan Sebechlebsky 81bab1074f avformat/tee: Copy interrupt callback and flags to slave 8 years ago
Jan Sebechlebsky b7760dd8d4 avformat/tee: Use BSF list API 8 years ago
Michael Niedermayer 35e7fc6030 avformat/tee: Factor parse_slave_options() out 8 years ago
Jan Sebechlebsky 75bd5d3e2d avformat/tee: Rescale ts using av_packet_rescale_ts 8 years ago
Jan Sebechlebsky df9cc7f0a9 avformat/tee: Use ff_format_output_open() function 8 years ago
Jan Sebechlebsky e144b86fa4 avformat/tee: Support flushing by writing NULL pkt 8 years ago
Jan Sebechlebsky 3d7b5ad217 avformat/tee: Use ff_stream_encode_params_copy() 8 years ago
Jan Sebechlebsky d46a8e30dc avformat/tee: Support arbitrary number of slaves 9 years ago
Jan Sebechlebsky 1bc83f6ea8 avformat/tee: Use ref instead copy in write_packet 9 years ago
Jan Sebechlebsky a3c877aca7 avformat/tee: Fix TeeSlave.bsfs pointer array size 9 years ago
Jan Sebechlebsky 2063f3ed9c avformat/tee: Handling slave failure in tee muxer 9 years ago
Jan Sebechlebsky f9d7e9feec avformat/tee: Fix leaks in tee muxer when open_slave fails 9 years ago
Jan Sebechlebsky 2ea5ab6fc6 avformat/tee: Refactor close_slaves function in tee muxer 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Rodger Combs 7a161b74ad lavf/tee: use lavf API for applying bitstream filters 9 years ago
Nicolas George 1acc90eaa5 lavf/tee: fix side data double free. 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Bela Bodecs 1f3a29e999 lavf/tee: allow multiple stream specifiers in select. 9 years ago
Hendrik Leppkes 83a5df54ea Remove left-over FF_API_DESTRUCT_PACKET cruft 9 years ago
Andreas Cadhalpun c363843a53 add missing FF_API_DESTRUCT_PACKET guards 9 years ago
Michael Niedermayer ef3a6a48b5 avformat/tee: Simplify code by using avio_closep() 10 years ago
Michael Niedermayer 2e6fdcb7f3 avformat/tee: flip assigment direction 10 years ago
Michael Niedermayer 68de2115ca avformat/tee: print errors for each failed bitstream filter 11 years ago
Nicolas George c4e6024adc lavf/tee: fix leak of bsfs array. 11 years ago
Nicolas George 5a12142aca lavf/tee: fix leak of select option. 11 years ago
Nicolas George 59f809e992 lavf/tee: fix leak of strdup/strtoked buffer. 11 years ago
Michael Niedermayer c4c3a3d580 vformat/tee: fix uninitialized use of ret 11 years ago
Stefano Sabatini 0be3be9011 lavf/tee: copy metadata to output chained muxers 11 years ago
Stefano Sabatini eadb3ad758 lavf/tee: initialize ret in parse_bsfs() 11 years ago
Stefano Sabatini 5ae3563359 lavf/tee: add special select option 11 years ago
Stefano Sabatini faf7c35655 lavf/tee: add support for bitstream filtering 11 years ago
Clément Bœsch 00f4998997 lavf/tee: pesudo → pseudo. 12 years ago