| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: remove deprecated FF_API_AVIO_WRITE_NONCONST | James Almer | 2024-03-07 | 1 | -4/+0 |
* | avformat: remove deprecated FF_API_AVIODIRCONTEXT | James Almer | 2024-03-07 | 1 | -2/+0 |
* | avformat/avio: Avoid av_strdup(NULL) | Andreas Rheinhardt | 2024-03-05 | 1 | -8/+12 |
* | avformat/avio: Avoid indirection in ffio_fdopen() | Andreas Rheinhardt | 2024-03-05 | 1 | -19/+21 |
* | avformat/avio: Avoid function pointer casts | Andreas Rheinhardt | 2024-03-05 | 1 | -3/+2 |
* | avformat/aviobuf: Move code specific to URLContexts to avio.c | Andreas Rheinhardt | 2024-03-05 | 1 | -2/+189 |
* | avformat/avio: Don't use incompatible function pointer type for call | Andreas Rheinhardt | 2023-09-12 | 1 | -9/+7 |
* | avformat/avio: Constify data pointees of write callbacks | Andreas Rheinhardt | 2023-09-10 | 1 | -0/+4 |
* | avformat/aviobuf: Don't use incompatible function pointer type for call | Andreas Rheinhardt | 2023-09-10 | 1 | -4/+11 |
* | avformat/avio: Remove redundant checks | Andreas Rheinhardt | 2023-09-10 | 1 | -4/+1 |
* | avformat/avio: Remove duplicated freeing code | Andreas Rheinhardt | 2023-09-10 | 1 | -2/+0 |
* | avformat: Remove avformat and avio headers from protocols | Andreas Rheinhardt | 2023-09-10 | 1 | -1/+0 |
* | avformat/avio: Schedule AVIODirContext to become an opaque type | Andreas Rheinhardt | 2022-10-03 | 1 | -0/+6 |
* | 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 |