]> git.sesse.net Git - ffmpeg/history - libavformat/concat.c
mp3enc: write trailing padding
[ffmpeg] / libavformat / concat.c
2016-03-24 Martin Storsjöavio: Copy URLContext generic options into child URLCon...
2016-02-22 Anton Khirnovurlprotocol: receive a list of protocols from the caller
2016-02-22 Anton Khirnovlavf: reorganize URLProtocols
2014-09-25 Gabriel Dumeconcat: K&R formatting cosmetics
2013-09-26 Martin Storsjölavf: Allocate arrays with av_realloc if they will...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2011-12-01 Martin Storsjöproto: Realign struct initializers
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-04 Anton Khirnovavio: make url_filesize() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_seek() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-03-08 Wolfram GlogerFix concat seeking SEEK_END case.
2010-03-08 Wolfram GlogerFix concat seek result.
2010-02-07 Michele OrrùImplement a physical concatenation protocol.