| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avio: Check av_opt_copy() for failure | Michael Niedermayer | 2021-05-27 | 1 | -2/+5 |
* | avio: do not export avpriv_io_{move,delete} | Anton Khirnov | 2021-05-22 | 1 | -3/+3 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -3/+0 |
* | avformat/avio: Use av_strstart instead of strncmp | Andreas Rheinhardt | 2021-02-28 | 1 | -3/+2 |
* | avformat/avio: Remove ffurl_open | Andreas Rheinhardt | 2021-02-02 | 1 | -7/+0 |
* | URLContext: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+3 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -2/+2 |
* | avformat/avio: fix ff_rename to respect used protocol | Marton Balint | 2020-01-19 | 1 | -10/+4 |
* | avformat/avio: move ff_rename implementation from internal.h to avio.c | Marton Balint | 2020-01-19 | 1 | -0/+15 |
* | avformat/avio: Use ffurl_closep | Andreas Rheinhardt | 2019-11-29 | 1 | -2/+1 |
* | lavf/avio: Print https warning also for avio_find_protocol_name(). | Carl Eugen Hoyos | 2019-10-01 | 1 | -4/+3 |
* | avformat/avio: make the logic simple | Jun Zhao | 2018-05-06 | 1 | -3/+2 |
* | avformat/avio: check input URLContext value NULL | Steven Liu | 2017-12-28 | 1 | -4/+6 |
* | lavf/avio: Print the https warning also for missing tls protocol. | Carl Eugen Hoyos | 2017-10-23 | 1 | -1/+1 |
* | libavformat: not treat 0 as EOF | Daniel Kucera | 2017-10-19 | 1 | -2/+4 |
* | avformat/avio: Remove no-op code in url_find_protocol(). | Wan-Teh Chang | 2017-07-10 | 1 | -2/+0 |
* | lavf/avio: Be more explicit in logging white/black list matches | Alexander Strasser | 2017-03-14 | 1 | -2/+2 |
* | lavf/avio: Remove unnecessary escaping of ' in string literals | Alexander Strasser | 2017-03-14 | 1 | -2/+2 |
* | HTTP: improve performance by reducing forward seeks | Joel Cunningham | 2017-02-14 | 1 | -0/+7 |
* | avformat/avio: Fix null pointer dereference in case of memleak | Michael Niedermayer | 2016-05-18 | 1 | -0/+2 |
* | avformat/avio: fix memory leak in url_find_protocol | Yong Lei | 2016-05-18 | 1 | -0/+1 |
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1' | Derek Buitenhuis | 2016-04-21 | 1 | -2/+5 |
|\ |
|
| * | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -1/+4 |
* | | Merge commit 'ccea588f831906084b8c8235222920e6984beb72' | Derek Buitenhuis | 2016-04-18 | 1 | -1/+4 |
|\| |
|
| * | avio: Add an option 'rw_timeout' | Andrey Utkin | 2016-03-24 | 1 | -4/+17 |
* | | Merge commit 'd44f3e4059506a182f59218b1e967d42b01e097c' | Derek Buitenhuis | 2016-04-18 | 1 | -0/+3 |
|\| |
|
| * | avio: Apply avoptions on the URLContext itself as well | Martin Storsjö | 2016-03-24 | 1 | -0/+3 |
| * | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -16/+26 |
* | | lavf/avio: Remove linebreak from https warning. | Carl Eugen Hoyos | 2016-04-10 | 1 | -1/+1 |
* | | avformat/avio: Fix unknown protocol handling | Michael Niedermayer | 2016-03-17 | 1 | -8/+10 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -2/+20 |
* | | Merge commit '832a202c47a246ed15e3edc6b05dfcfa7d82c4b2' | Derek Buitenhuis | 2016-02-29 | 1 | -2/+5 |
|\| |
|
| * | protocols: make the list of protocols static | Anton Khirnov | 2016-02-22 | 1 | -4/+10 |
* | | Merge commit '7d61dc95d741ca134d59b1f34c4e10c4c4e36f56' | Derek Buitenhuis | 2016-02-29 | 1 | -20/+2 |
|\| |
|
| * | lavf: move urlcontext_child_class_next() to protocols.c | Anton Khirnov | 2016-02-22 | 1 | -20/+1 |
* | | Merge commit '0fa00d05911aa8043ecad8dead4a73cab7faadf6' | Derek Buitenhuis | 2016-02-29 | 1 | -15/+0 |
|\| |
|
| * | lavf: move avio_enum_protocols() to protocols.c | Anton Khirnov | 2016-02-22 | 1 | -15/+0 |
* | | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d' | Derek Buitenhuis | 2016-02-29 | 1 | -40/+26 |
|\| |
|
| * | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -32/+22 |
* | | avformat: add protocol_whitelist | Michael Niedermayer | 2016-02-02 | 1 | -4/+63 |
* | | avformat/avio: free url/avio options | Michael Niedermayer | 2016-01-29 | 1 | -0/+1 |
* | | avformat/avio: Limit url option parsing to the documented cases | Michael Niedermayer | 2016-01-20 | 1 | -2/+9 |
* | | lavf/avio: add ffurl_accept and ffurl_handshake | Stephan Holljes | 2015-08-01 | 1 | -0/+20 |
* | | avformat/avio: Move avio_delete() avio_move() to avpriv_ namespace | Michael Niedermayer | 2015-06-29 | 1 | -2/+2 |
* | | lavf: set is_connected flag so url can be properly closed | Mariusz Szczepańczyk | 2015-06-24 | 1 | -0/+1 |
* | | lavf/avio: Extend API with avio_move() and avio_delete() | Mariusz Szczepańczyk | 2015-06-22 | 1 | -0/+38 |
* | | avformat: clarify what package needs to be compiled with SSL support | wm4 | 2015-06-18 | 1 | -1/+1 |
* | | lavf/tls: Support Secure Transport | Rodger Combs | 2015-05-29 | 1 | -1/+3 |
* | | lavf: add directory listing API | Lukasz Marek | 2015-03-27 | 1 | -0/+74 |
* | | Merge commit 'b97f427fb56bdbf7de8e2d4b72d01114aa6eceda' | Michael Niedermayer | 2015-03-12 | 1 | -1/+3 |
|\| |
|