|
OpenFFmpeg
|
URL utility functions. More...
Functions | |
| int | ff_url_join (char *str, int size, const char *proto, const char *authorization, const char *hostname, int port, const char *fmt,...) |
| void | ff_make_absolute_url (char *buf, int size, const char *base, const char *rel) |
| Convert a relative url into an absolute url, given a base url. More... | |
| AVIODirEntry * | ff_alloc_dir_entry (void) |
| Allocate directory entry with default values. More... | |
URL utility functions.
| AVIODirEntry* ff_alloc_dir_entry | ( | void | ) |
Allocate directory entry with default values.
| void ff_make_absolute_url | ( | char * | buf, |
| int | size, | ||
| const char * | base, | ||
| const char * | rel | ||
| ) |
Convert a relative url into an absolute url, given a base url.
| buf | the buffer where output absolute url is written |
| size | the size of buf |
| base | the base url, may be equal to buf. |
| rel | the new url, which is interpreted relative to base |
1.8.12