Home
last modified time | relevance | path

Searched refs:av_strireplace (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Davstring.c98 ptr = av_strireplace(haystack, needle, "instead"); \ in main()
/third_party/ffmpeg/libavutil/
Davstring.h278 char *av_strireplace(const char *str, const char *from, const char *to);
Davstring.c237 char *av_strireplace(const char *str, const char *from, const char *to) in av_strireplace() function
/third_party/ffmpeg/libavformat/
Ddashdec.c498 url = av_strireplace(tmp_str, "$RepresentationID$", rep_id_val); in get_content_url()
507 url = av_strireplace(tmp_str, "$Bandwidth$", rep_bandwidth_val); in get_content_url()
1650 seg->url = av_strireplace(pls->url_template, pls->url_template, tmpfilename); in get_current_fragment()
Ddashenc.c1499 os->init_seg_name = av_strireplace(c->init_seg_name, "$ext$", os->extension_name); in dash_init()
1504 os->media_seg_name = av_strireplace(c->media_seg_name, "$ext$", os->extension_name); in dash_init()
1509 os->single_file_name = av_strireplace(c->single_file_name, "$ext$", os->extension_name); in dash_init()
/third_party/ffmpeg/doc/
DAPIchanges579 Add av_strireplace().