| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: do not export avpriv_io_{move,delete} | Anton Khirnov | 2021-05-22 | 1 | -0/+19 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -4/+0 |
* | avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases | Marton Balint | 2021-04-07 | 1 | -0/+10 |
* | avformat/avio: Remove ffurl_open | Andreas Rheinhardt | 2021-02-02 | 1 | -5/+2 |
* | avformat/url: Reorder elements of URLProtocol to make it smaller | Andreas Rheinhardt | 2021-01-27 | 1 | -1/+1 |
* | lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose(). | Nicolas George | 2020-08-12 | 1 | -2/+2 |
* | lavf/url: add ff_url_decompose(). | Nicolas George | 2020-08-12 | 1 | -0/+41 |
* | URLContext: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+4 |
* | avformat/aviobuf: add support for specifying minimum packet size and marking ... | Marton Balint | 2017-06-24 | 1 | -0/+1 |
* | HTTP: improve performance by reducing forward seeks | Joel Cunningham | 2017-02-14 | 1 | -0/+8 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1' | Derek Buitenhuis | 2016-04-21 | 1 | -1/+4 |
|\| |
|
| * | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -1/+3 |
| * | avio: Add an option 'rw_timeout' | Andrey Utkin | 2016-03-24 | 1 | -0/+1 |
| * | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -2/+14 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+2 |
* | | Merge commit '832a202c47a246ed15e3edc6b05dfcfa7d82c4b2' | Derek Buitenhuis | 2016-02-29 | 1 | -1/+15 |
|\| |
|
| * | protocols: make the list of protocols static | Anton Khirnov | 2016-02-22 | 1 | -1/+15 |
* | | Merge commit '7d61dc95d741ca134d59b1f34c4e10c4c4e36f56' | Derek Buitenhuis | 2016-02-29 | 1 | -0/+2 |
|\| |
|
| * | lavf: move urlcontext_child_class_next() to protocols.c | Anton Khirnov | 2016-02-22 | 1 | -0/+2 |
* | | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d' | Derek Buitenhuis | 2016-02-29 | 1 | -14/+2 |
|\| |
|
| * | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -14/+2 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | avformat: add protocol_whitelist | Michael Niedermayer | 2016-02-02 | 1 | -0/+6 |
* | | lavf/avio: add ffurl_accept and ffurl_handshake | Stephan Holljes | 2015-08-01 | 1 | -0/+25 |
* | | lavf/avio: Extend API with avio_move() and avio_delete() | Mariusz Szczepańczyk | 2015-06-22 | 1 | -0/+2 |
* | | lavf: add directory listing API | Lukasz Marek | 2015-03-27 | 1 | -0/+10 |
* | | Merge commit 'fb238f8230c1b0314985482207add548c68f83cf' | Michael Niedermayer | 2014-10-18 | 1 | -2/+0 |
|\| |
|
| * | urlprotocol: remove unused url_interrupt_cb declaration | Anton Khirnov | 2014-10-18 | 1 | -2/+0 |
* | | Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15' | Michael Niedermayer | 2014-07-27 | 1 | -1/+1 |
|\| |
|
| * | avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const | Diego Biurrun | 2014-07-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-30 | 1 | -3/+1 |
|\| |
|
| * | lavf: Remove a now useless parameter to ffurl_register_protocol | Martin Storsjö | 2013-10-30 | 1 | -3/+1 |
* | | Do not leave positive values undefined when negative are defined as error | Michael Niedermayer | 2013-10-19 | 1 | -2/+2 |
* | | Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef' | Michael Niedermayer | 2013-06-17 | 1 | -0/+37 |
|\| |
|
| * | avf: move url utility functions in a separate file | Luca Barbato | 2013-06-16 | 1 | -0/+37 |
* | | Add 'rw_timeout' into URLContext | Andrey Utkin | 2012-08-29 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-18 | 1 | -0/+9 |
|\| |
|
| * | avio: add (ff)url_get_multi_file_handle() for getting more than one fd | Jordi Ortiz | 2012-08-17 | 1 | -0/+9 |
* | | url: add ffurl_closep() which also sets the context pointer to NULL | Michael Niedermayer | 2012-06-01 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -0/+13 |
|\| |
|
| * | avio: Add a function for signalling end of reading/writing | Samuel Pitoiset | 2012-05-22 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-20 | 1 | -1/+1 |
|\| |
|
| * | url: Document the expected behaviour of url_read | Nicolas George | 2012-03-19 | 1 | -0/+13 |
* | | url: document url_read exact behaviour. | Nicolas George | 2012-03-17 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -2/+0 |
|\| |
|
| * | lavf: remove disabled FF_API_OLD_AVIO cruft | Anton Khirnov | 2012-01-27 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-06 | 1 | -0/+1 |
|\| |
|