| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avformat/gopher: Add support for Gopher over TLS | parazyd | 2021-03-11 | 1 | -4/+26 |
* | avformat/gopher: Add default_whitelist to ff_gopher_protocol | parazyd | 2021-03-11 | 1 | -8/+8 |
* | avformat: Replace ffurl_close() by ffurl_closep() where appropriate | Andreas Rheinhardt | 2020-05-25 | 1 | -4/+1 |
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1' | Derek Buitenhuis | 2016-04-21 | 1 | -1/+1 |
|\ |
|
| * | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -1/+1 |
| * | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d' | Derek Buitenhuis | 2016-02-29 | 1 | -1/+1 |
|\| |
|
| * | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
* | | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -2/+2 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-06 | 1 | -0/+1 |
|\| |
|
| * | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-02 | 1 | -13/+7 |
|\| |
|
| * | proto: Realign struct initializers | Martin Storsjö | 2011-12-01 | 1 | -5/+5 |
| * | proto: Use .priv_data_size to allocate the private context | Martin Storsjö | 2011-12-01 | 1 | -8/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-14 | 1 | -1/+2 |
|\| |
|
| * | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -1/+2 |
| * | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-21 | 1 | -1/+1 |
|\| |
|
| * | libavformat: Make protocols pass URLContext as log context where available | Martin Storsjö | 2011-04-20 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -1/+1 |
|\| |
|
| * | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-09 | 1 | -6/+5 |
|\| |
|
| * | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 1 | -6/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-08 | 1 | -1/+1 |
|\| |
|
| * | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-05 | 1 | -4/+5 |
|\| |
|
| * | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
| * | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
| * | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
| * | avio: make url_open() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -1/+1 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -1/+1 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 1 | -0/+1 |
* | Reindent | Martin Storsjö | 2010-03-08 | 1 | -1/+1 |
* | Rename url_split to ff_url_split | Martin Storsjö | 2010-03-08 | 1 | -1/+1 |
* | Use ff_url_join for assembling URLs, instead of snprintf | Martin Storsjö | 2010-03-05 | 1 | -1/+1 |
* | Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com | Toshimitsu Kimura | 2009-02-11 | 1 | -0/+128 |