summaryrefslogtreecommitdiff
path: root/libavformat/concat.c
Commit message (Expand)AuthorAge
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* concat: K&R formatting cosmeticsGabriel Dume2014-09-25
* lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö2013-09-26
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* proto: Realign struct initializersMartin Storsjö2011-12-01
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: make url_filesize() internal.Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_seek() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Fix concat seeking SEEK_END case.Wolfram Gloger2010-03-08
* Fix concat seek result.Wolfram Gloger2010-03-08
* Implement a physical concatenation protocol.Michele Orrù2010-02-07