64 Commits (7251f909721a570726775acf61b2b9c28a950c76)

Author SHA1 Message Date
James Almer d6799ee0e4 avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSE 8 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Andreas Rheinhardt dd48e49d54 avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH 1 year ago
Marton Balint 927042b409 avformat: deprecate AVFormatContext io_close callback 2 years ago
Andreas Rheinhardt 59c9dc82f4 avformat/avformat: Move AVOutputFormat internals out of public header 2 years ago
Pierre-Anthony Lemieux f2403d1530 avformat: refactor ff_stream_encode_params_copy() to stream_params_copy() 2 years ago
Andreas Rheinhardt 437484a66a avformat/utils: Move ff_format_output_open() to mux_utils.c 3 years ago
Marton Balint 64834bb86a avformat: introduce AVFormatContext io_close2 which returns an int 3 years ago
Andreas Rheinhardt c012fc34df avformat/tee: Reindentation 3 years ago
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