| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -3/+3 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/avformat: Avoid including codec.h, frame.h | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+1 |
* | avformat/http: copy only mime type from Content-Type | Kacper Michajłow | 2023-06-29 | 1 | -1/+1 |
* | avformat/http: cookie path attribute should be optional not compulsory | Michael J. Walsh | 2023-03-08 | 1 | -2/+2 |
* | avformat/http: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -3/+3 |
* | avformat/http: include version.h | James Almer | 2022-06-24 | 1 | -0/+1 |
* | libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv() | Nil Admirari | 2022-06-21 | 1 | -8/+14 |
* | avformat/http: remove unused function ff_http_get_shutdown_status | Steven Liu | 2022-05-12 | 1 | -15/+0 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | http: Send a Range header even when the offset is 0 | Justin Ruggles | 2022-02-11 | 1 | -2/+2 |
* | http: Improve handling of Content-Range with Transfer-Encoding:chunked | Justin Ruggles | 2022-02-11 | 1 | -1/+7 |
* | avformat/http: Fix double-free on error | Andreas Rheinhardt | 2022-02-01 | 1 | -3/+1 |
* | http: remove cache_redirect option | erankor | 2022-01-31 | 1 | -4/+2 |
* | http: honor response headers in redirect caching | erankor | 2022-01-18 | 1 | -38/+148 |
* | http: make caching of redirect url optional | erankor | 2021-12-31 | 1 | -0/+27 |
* | avformat/http: prevent truncation of sanitized_path | James Almer | 2021-11-25 | 1 | -1/+1 |
* | avformat/http: Add short_seek_size option | Derek Buitenhuis | 2021-11-17 | 1 | -0/+4 |
* | avformat/http: Stop cookie_dict leaking on errors. | Robert Bengtsson-Ölund | 2021-06-26 | 1 | -1/+5 |
* | avformat/http: Remove deprecated "user-agent" option | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | avformat/http,tls: honor http_proxy command line variable for HTTPS | Moritz Barsnick | 2021-03-19 | 1 | -0/+6 |
* | avformat/http: Fix leak when using deprecated option | Andreas Rheinhardt | 2021-03-07 | 1 | -10/+1 |
* | lavf/http: treat 308 as 301 | Robin Cooksey | 2021-01-25 | 1 | -1/+1 |
* | avformat/http: support retry on connection error | erankor | 2021-01-03 | 1 | -2/+58 |
* | http: Check for AVERROR_EOF in the check for premature end | Martin Storsjö | 2020-11-20 | 1 | -1/+2 |
* | avformat/http: fix memleak | Zhao Zhili | 2020-09-25 | 1 | -1/+2 |
* | avformat/http: increase BUFFER_SIZE to MAX_URL_SIZE + HTTP_HEADERS_SIZE | Joey Smith | 2020-05-21 | 1 | -1/+1 |
* | avformat/http: Fix for invalid use of av_strtok | Limin Wang | 2020-05-10 | 1 | -2/+6 |
* | avformat/http: escape unsafe URL path in HTTP request | Marton Balint | 2020-02-15 | 1 | -1/+35 |
* | avformat/http: use AVBPrint to construct HTTP request | Marton Balint | 2020-02-15 | 1 | -55/+32 |
* | avformat/http: make sure URL path contains a slash | Marton Balint | 2020-02-15 | 1 | -3/+7 |
* | avformat/http: split the fragment part from the HTTP URL before the request | Marton Balint | 2020-02-15 | 1 | -0/+5 |
* | avformat/hls: support data protocol in uri for EXT-X-MAP | Steven Liu | 2020-01-18 | 1 | -1/+1 |
* | avformat/http: add ff_http_do_new_request2 for options | vectronic | 2019-10-08 | 1 | -1/+7 |
* | avformat/http: add ff_http_get_shutdown_status api for check the status of sh... | Steven Liu | 2019-09-06 | 1 | -0/+16 |
* | avformat/http: change error message from numeric code to string | Steven Liu | 2019-07-11 | 1 | -1/+1 |
* | avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100 | Jun Li | 2019-03-31 | 1 | -11/+17 |
* | lavf/http: Print metadata updates with -loglevel verbose. | Carl Eugen Hoyos | 2019-03-20 | 1 | -2/+4 |
* | http: Do not try to make a new request when seeking past the end of the file | Justin Ruggles | 2019-02-26 | 1 | -0/+7 |
* | avformat/http: Fix Out-of-Bounds access in process_line() | Wenxiang Qian | 2019-02-17 | 1 | -1/+1 |
* | avformat/http: clarify that ffmpeg will attempt to add missing CRLF | Gyan Doshi | 2019-01-29 | 1 | -1/+1 |
* | avformat/http : Added check for valid URL context before calling shutdown | kjeyapal@akamai.com | 2018-11-22 | 1 | -1/+1 |
* | lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent option | Clément Bœsch | 2018-04-26 | 1 | -2/+1 |
* | avformat/http: flushing tcp receive buffer when it is write only mode | Vishwanath Dixit | 2018-04-20 | 1 | -0/+12 |
* | lavf/http.c: Free allocated client URLContext in case of error. | Stephan Holljes | 2018-04-20 | 1 | -0/+4 |
* | libavformat/http: Refactor and fix additional leaks in get_cookies. | Richard Shaffer | 2018-04-19 | 1 | -37/+28 |
* | libavformat/http: Fix memory leak in get_cookies. | Richard Shaffer | 2018-04-17 | 1 | -0/+1 |
* | http: fix potentially dangerous whitespace skipping code | wm4 | 2018-03-18 | 1 | -0/+2 |
* | http: avoid out of bound accesses on broken Set-Cookie headers | wm4 | 2018-03-18 | 1 | -0/+3 |