| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases | Marton Balint | 2021-04-07 | 1 | -3/+9 |
* | avformat/url: fix ff_make_absolute_url with Windows file paths | Marton Balint | 2021-04-07 | 1 | -1/+23 |
* | avformat/url: Change () position in ff_make_absolute_url() | Michael Niedermayer | 2020-12-16 | 1 | -2/+2 |
* | lavf/url: fix relative url parsing when the query string or fragment has a colon | ruiquan.crq | 2020-10-28 | 1 | -1/+1 |
* | lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose(). | Nicolas George | 2020-08-12 | 1 | -129/+132 |
* | lavf/url: add ff_url_decompose(). | Nicolas George | 2020-08-12 | 1 | -0/+71 |
* | avformat/url: check return value of strchr | Steven Liu | 2020-06-10 | 1 | -0/+5 |
* | avformat/url: check the result of the strrchr | Steven Liu | 2020-05-19 | 1 | -1/+1 |
* | avformat/url: check url root node when rel include double dot and trim double... | Steven Liu | 2020-05-06 | 1 | -4/+73 |
* | avformat/url: Use size_t for len from strlen() | Michael Niedermayer | 2015-05-11 | 1 | -1/+1 |
* | lavf: add directory listing API | Lukasz Marek | 2015-03-27 | 1 | -0/+16 |
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef' | Michael Niedermayer | 2013-06-17 | 1 | -4/+4 |
|/ |
|
* | avf: move url utility functions in a separate file | Luca Barbato | 2013-06-16 | 1 | -0/+147 |