summaryrefslogtreecommitdiff
path: root/libavformat/url.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/url: add ff_make_absolulte_url2 to be able to test windows path casesMarton Balint2021-04-071-3/+9
* avformat/url: fix ff_make_absolute_url with Windows file pathsMarton Balint2021-04-071-1/+23
* avformat/url: Change () position in ff_make_absolute_url()Michael Niedermayer2020-12-161-2/+2
* lavf/url: fix relative url parsing when the query string or fragment has a colonruiquan.crq2020-10-281-1/+1
* lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George2020-08-121-129/+132
* lavf/url: add ff_url_decompose().Nicolas George2020-08-121-0/+71
* avformat/url: check return value of strchrSteven Liu2020-06-101-0/+5
* avformat/url: check the result of the strrchrSteven Liu2020-05-191-1/+1
* avformat/url: check url root node when rel include double dot and trim double...Steven Liu2020-05-061-4/+73
* avformat/url: Use size_t for len from strlen()Michael Niedermayer2015-05-111-1/+1
* lavf: add directory listing APILukasz Marek2015-03-271-0/+16
* Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer2013-06-171-4/+4
|/
* avf: move url utility functions in a separate fileLuca Barbato2013-06-161-0/+147