summaryrefslogtreecommitdiff
path: root/libavformat/gopher.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* avformat/gopher: Add support for Gopher over TLSparazyd2021-03-111-4/+26
* avformat/gopher: Add default_whitelist to ff_gopher_protocolparazyd2021-03-111-8/+8
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-251-4/+1
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-1/+1
|\
| * 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
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+1
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-2/+2
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+1
|\ \ | |/
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-13/+7
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-1/+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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-211-1/+1
|\ \ | |/
| * libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-201-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-6/+5
|\ \ | |/
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-1/+1
|\ \ | |/
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-4/+5
|\ \ | |/
| * avio: make url_close() internal.Anton Khirnov2011-04-041-1/+1
| * avio: make url_write() internal.Anton Khirnov2011-04-041-1/+1
| * 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
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Make ff_url_split() publicMåns Rullgård2010-06-271-1/+1
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-0/+1
* ReindentMartin Storsjö2010-03-081-1/+1
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-1/+1
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-051-1/+1
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-111-0/+128