summaryrefslogtreecommitdiffstats
path: root/libavformat/concat.c
Commit message (Expand)AuthorAgeFilesLines
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-1/+1
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-1/+1
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* concat: K&R formatting cosmeticsGabriel Dume2014-09-251-13/+15
* lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö2013-09-261-1/+1
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-8/+4
* proto: Realign struct initializersMartin Storsjö2011-12-011-5/+5
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-8/+2
* avio: add support for passing options to protocols.Anton Khirnov2011-11-131-1/+2
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-1/+1
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* avio: make url_filesize() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_close() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_seek() internal.Anton Khirnov2011-04-041-3/+3
* avio: make url_read() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_open() internal.Anton Khirnov2011-04-041-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Fix concat seeking SEEK_END case.Wolfram Gloger2010-03-081-2/+2
* Fix concat seek result.Wolfram Gloger2010-03-081-1/+1
* Implement a physical concatenation protocol.Michele Orrù2010-02-071-0/+198
OpenPOWER on IntegriCloud