]> git.sesse.net Git - ffmpeg/history - libavformat/gopher.c
Combine deprecation guards where appropriate
[ffmpeg] / libavformat / gopher.c
2016-03-24 Martin Storsjöavio: Copy URLContext generic options into child URLCon...
2016-02-22 Anton Khirnovurlprotocol: receive a list of protocols from the caller
2016-02-22 Anton Khirnovlavf: reorganize URLProtocols
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-12-01 Martin Storsjöproto: Realign struct initializers
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-04-20 Martin Storsjölibavformat: Make protocols pass URLContext as log...
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2009-02-11 Toshimitsu KimuraGopher protocol, patch by Toshimitsu Kimura, lovesyao...