Searched refs:ff_format_set_url (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hlsenc.c | 981 ff_format_set_url(vs->avf, new_url); in sls_flags_filename_process() 992 ff_format_set_url(vs->avf, filename); in sls_flags_filename_process() 1005 ff_format_set_url(vs->avf, filename); in sls_flags_filename_process() 1077 ff_format_set_url(oc, filename); 1091 ff_format_set_url(oc, filename); 1102 ff_format_set_url(oc, filename); 1294 ff_format_set_url(vs->avf, new_file); 1695 ff_format_set_url(oc, new_name); 1700 ff_format_set_url(vtt_oc, new_name); 1714 ff_format_set_url(oc, filename); [all …]
|
D | sapenc.c | 169 ff_format_set_url(contexts[i], new_url); in sap_write_header()
|
D | webm_chunk.c | 79 ff_format_set_url(oc, wc->header_filename); in webm_chunk_init()
|
D | internal.h | 888 void ff_format_set_url(AVFormatContext *s, char *url);
|
D | segment.c | 223 ff_format_set_url(oc, new_name); in set_segment_filename()
|
D | rtsp.c | 1993 ff_format_set_url(s, new_url); in ff_rtsp_connect()
|
D | utils.c | 5898 void ff_format_set_url(AVFormatContext *s, char *url) function
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 398 Add url field to AVFormatContext and add ff_format_set_url helper function.
|