Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-01-24libavformat/tee: tee was passing a wrong option name for fifo's format_optionsFelipe Astroza
2016-12-28libavformat/tee: Add fifo support for teeJan Sebechlebsky
2016-09-29avformat/tee: Copy interrupt callback and flags to slaveJan Sebechlebsky
2016-09-12avformat/tee: Use BSF list APIJan Sebechlebsky
2016-08-02avformat/tee: Factor parse_slave_options() outMichael Niedermayer
2016-07-23avformat/tee: Rescale ts using av_packet_rescale_tsJan Sebechlebsky
2016-07-16avformat/tee: Use ff_format_output_open() functionJan Sebechlebsky
2016-07-16avformat/tee: Support flushing by writing NULL pktJan Sebechlebsky
2016-07-16avformat/tee: Use ff_stream_encode_params_copy()Jan Sebechlebsky
2016-06-26avformat/tee: Support arbitrary number of slavesJan Sebechlebsky
2016-05-07avformat/tee: Use ref instead copy in write_packetJan Sebechlebsky
2016-05-07avformat/tee: Fix TeeSlave.bsfs pointer array sizeJan Sebechlebsky
2016-04-22avformat/tee: Handling slave failure in tee muxerJan Sebechlebsky
2016-04-22avformat/tee: Fix leaks in tee muxer when open_slave failsJan Sebechlebsky
2016-04-14avformat/tee: Refactor close_slaves function in tee muxerJan Sebechlebsky
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-12-28lavf/tee: use lavf API for applying bitstream filtersRodger Combs
2015-12-13lavf/tee: fix side data double free.Nicolas George
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-12lavf/tee: allow multiple stream specifiers in select.Bela Bodecs
2015-09-05Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes
2015-08-22add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun
2015-01-09avformat/tee: Simplify code by using avio_closep()Michael Niedermayer
2014-08-03avformat/tee: flip assigment directionMichael Niedermayer
2014-04-26avformat/tee: print errors for each failed bitstream filterMichael Niedermayer
2013-10-21lavf/tee: fix leak of bsfs array.Nicolas George
2013-10-21lavf/tee: fix leak of select option.Nicolas George
2013-10-21lavf/tee: fix leak of strdup/strtoked buffer.Nicolas George
2013-09-08vformat/tee: fix uninitialized use of retMichael Niedermayer
2013-08-23lavf/tee: copy metadata to output chained muxersStefano Sabatini
2013-08-22lavf/tee: initialize ret in parse_bsfs()Stefano Sabatini
2013-08-21lavf/tee: add special select optionStefano Sabatini
2013-08-16lavf/tee: add support for bitstream filteringStefano Sabatini
2013-06-06lavf/tee: pesudo → pseudo.Clément Bœsch
2013-03-19avformat/tee: add forgotten ret assignmentMichael Niedermayer
2013-02-09lavf: add tee pseudo-muxer.Nicolas George