summaryrefslogtreecommitdiff
path: root/libavformat/gopher.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avformat/gopher: Add support for Gopher over TLSparazyd2021-03-11
* avformat/gopher: Add default_whitelist to ff_gopher_protocolparazyd2021-03-11
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* 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
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-06
|\|
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* | 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-21
|\|
| * libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* | 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-08
|\|
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * avio: make url_close() internal.Anton Khirnov2011-04-04
| * avio: make url_write() 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
|/
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* ReindentMartin Storsjö2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-11