summaryrefslogtreecommitdiff
path: root/libavformat/concat.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avformat/concatf: ignore trailing whitespacesGyan Doshi2021-12-07
* avformat/concat: check the terminating character returned by av_get_token()James Almer2021-07-27
* avformat: add a concat protocol that takes a line break delimited list of res...James Almer2021-07-02
* avformat/concat: Remove unnecessary checkAndreas Rheinhardt2021-02-27
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* avformat/concat: priv_data should be freed internallyLimin Wang2020-05-01
* lavf/concat: implement FFSEEK_SIZE.Nicolas George2019-08-13
* libavformat: not treat 0 as EOFDaniel Kucera2017-10-19
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
|\
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\|
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | avformat/concat: Check protocol prefixMichael Niedermayer2016-01-23
* | Merge commit '95d312d6c82e7485f43c3ddda0f369af0e41c83b'Michael Niedermayer2014-09-25
|\|
| * concat: K&R formatting cosmeticsGabriel Dume2014-09-25
* | Merge commit '06ebc0bf9a6401733a4ce1310325de19f631819a'Michael Niedermayer2013-09-27
|\|
| * lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö2013-09-26
* | avformat/concat: revert one hunk of 20dfab33f5ab61fc51de65192ed239f8b62782a2Michael Niedermayer2013-09-19
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-19
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-02
|\|
| * proto: Realign struct initializersMartin Storsjö2011-12-01
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
|\|
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * 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
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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