FFmpeg
|
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include "avstring.h"
#include "bprint.h"
#include "compat/va_copy.h"
#include "error.h"
#include "macros.h"
#include "mem.h"
Go to the source code of this file.
Macros | |
#define | av_bprint_room(buf) ((buf)->size - FFMIN((buf)->len, (buf)->size)) |
#define | av_bprint_is_allocated(buf) ((buf)->str != (buf)->reserved_internal_buffer) |
#define | WHITESPACES " \n\t\r" |
Functions | |
static int | av_bprint_alloc (AVBPrint *buf, unsigned room) |
static void | av_bprint_grow (AVBPrint *buf, unsigned extra_len) |
void | av_bprint_init (AVBPrint *buf, unsigned size_init, unsigned size_max) |
void | av_bprint_init_for_buffer (AVBPrint *buf, char *buffer, unsigned size) |
Init a print buffer using a pre-existing buffer. More... | |
void | av_bprintf (AVBPrint *buf, const char *fmt,...) |
void | av_vbprintf (AVBPrint *buf, const char *fmt, va_list vl_arg) |
Append a formatted string to a print buffer. More... | |
void | av_bprint_chars (AVBPrint *buf, char c, unsigned n) |
Append char c n times to a print buffer. More... | |
void | av_bprint_append_data (AVBPrint *buf, const char *data, unsigned size) |
Append data to a print buffer. More... | |
void | av_bprint_strftime (AVBPrint *buf, const char *fmt, const struct tm *tm) |
Append a formatted date and time to a print buffer. More... | |
void | av_bprint_get_buffer (AVBPrint *buf, unsigned size, unsigned char **mem, unsigned *actual_size) |
Allocate bytes in the buffer for external use. More... | |
void | av_bprint_clear (AVBPrint *buf) |
Reset the string to "" but keep internal allocated data. More... | |
int | av_bprint_finalize (AVBPrint *buf, char **ret_str) |
Finalize a print buffer. More... | |
void | av_bprint_escape (AVBPrint *dstbuf, const char *src, const char *special_chars, enum AVEscapeMode mode, int flags) |
Escape the content in src and append it to dstbuf. More... | |
#define av_bprint_is_allocated | ( | buf | ) | ((buf)->str != (buf)->reserved_internal_buffer) |
|
static |
Definition at line 36 of file bprint.c.
Referenced by av_bprint_append_data(), av_bprint_chars(), av_bprint_get_buffer(), av_bprint_init(), av_bprint_strftime(), av_bprintf(), and av_vbprintf().
|
static |
Definition at line 60 of file bprint.c.
Referenced by av_bprint_append_data(), av_bprint_chars(), av_bprint_strftime(), av_bprintf(), and av_vbprintf().
void av_bprint_init | ( | AVBPrint * | buf, |
unsigned | size_init, | ||
unsigned | size_max | ||
) |
Definition at line 69 of file bprint.c.
Referenced by ass_read_header(), av_dict_get_string(), av_escape(), av_opt_serialize(), av_strireplace(), avfilter_graph_dump(), avio_vprintf(), bsf_list_item_name(), compact_print_str(), concat_parse_script(), config_output(), configure_input_audio_filter(), configure_input_video_filter(), configure_output_audio_filter(), configure_output_video_filter(), create_ass_text(), dashenc_delete_segment_file(), decode_frame_common(), decode_zbuf(), disp_tree(), dump_curves(), dvdsub_init(), ff_id3v2_parse_priv_dict(), ff_imf_parse_cpl(), ff_jni_exception_get_summary(), ff_tadd_bytes_metadata(), ff_tadd_doubles_metadata(), ff_tadd_long_metadata(), ff_tadd_rational_metadata(), ff_tadd_shorts_metadata(), ff_tx_init_subtx(), ff_vk_init_shader(), ff_vk_print_shader(), ffprobe_show_program_version(), fits_read_packet(), flat_print_str(), format_line(), ftp_status(), func_strftime(), gen_sub_ass(), gen_sub_text(), gif_read_header(), hls_delete_old_segments(), icecast_open(), ini_print_str(), init(), init_decoder(), init_report(), jacosub_decode_frame(), jacosub_read_header(), json_print_int(), json_print_item_str(), json_print_section_header(), lavfi_read_header(), libaribb24_handle_regions(), lrc_read_header(), main(), make_command_flags_str(), microdvd_decode_frame(), microdvd_init(), mov_read_kind(), mov_text_decode_frame(), mov_text_encode_init(), mpl2_decode_frame(), mpsub_read_header(), new_output_stream(), parse_assetmap(), parse_file(), parse_label(), parse_manifest(), parse_psfile(), print_cd_info(), print_dovi_metadata(), print_link_prop(), print_report(), query_formats(), read_file(), read_header(), realtext_decode_frame(), realtext_read_header(), replace_int_data_in_filename(), replace_str_data_in_filename(), rtmp_open(), sami_init(), sami_read_header(), show_frame(), show_packet(), show_stream(), show_subtitle(), srt_decode_frame(), srt_encode_init(), srt_read_header(), subviewer_decode_frame(), subviewer_read_header(), text_decode_frame(), tonemap_opencl_init(), ttml_encode_init(), ttml_text_cb(), validate_string(), video_refresh(), webvtt_decode_frame(), webvtt_encode_init(), webvtt_read_header(), write_frame(), writer_open(), writer_print_data(), writer_print_integers(), writer_print_rational(), and xml_print_str().
void av_bprint_init_for_buffer | ( | AVBPrint * | buf, |
char * | buffer, | ||
unsigned | size | ||
) |
Init a print buffer using a pre-existing buffer.
The buffer will not be reallocated.
buf | buffer structure to init |
buffer | byte buffer to use for the string data |
size | size of buffer |
Definition at line 85 of file bprint.c.
Referenced by av_channel_description(), av_channel_layout_describe(), av_channel_name(), av_get_channel_layout_string(), avcodec_string(), avfilter_graph_dump(), http_connect(), and main().
void av_bprintf | ( | AVBPrint * | buf, |
const char * | fmt, | ||
... | |||
) |
Definition at line 94 of file bprint.c.
Referenced by add_event(), ass_read_header(), audio_frame_cksum(), av_bprint_channel_layout(), av_bprint_escape(), av_bprint_strftime(), av_channel_description_bprint(), av_channel_layout_describe_bprint(), av_channel_name_bprint(), avcodec_string(), avfilter_graph_dump_to_buf(), bprint_bytes(), bprint_color(), bprint_pascal(), bsf_list_item_name(), c_escape_str(), capture_screen(), cat_header(), choose_channel_layouts(), choose_pix_fmts(), compact_print_section_header(), config_output(), configure_input_audio_filter(), configure_input_video_filter(), configure_output_audio_filter(), dashenc_delete_segment_file(), decode_frame_common(), decode_string(), default_print_section_header(), disp_node(), disp_tree(), draw_text(), dump_curves(), dvdsub_init(), expand_filename_template(), ff_ass_bprint_text_event(), ff_htmlmarkup_to_ass(), ff_id3v2_parse_priv_dict(), ff_jni_exception_get_summary(), ff_opencl_print_const_matrix_3x3(), ff_subtitles_read_text_chunk(), ff_tadd_bytes_metadata(), ff_tadd_doubles_metadata(), ff_tadd_long_metadata(), ff_tadd_rational_metadata(), ff_tadd_shorts_metadata(), ff_tx_init_subtx(), ff_vk_print_shader(), ff_vk_set_compute_shader_sizes(), flat_escape_value_str(), flat_print_section_header(), format_line(), ftp_status(), func_eval_expr(), func_eval_expr_int_format(), func_frame_num(), func_metadata(), func_pict_type(), func_pts(), func_strftime(), gen_sub_ass(), gen_sub_text(), hls_delete_old_segments(), http_connect(), ini_escape_str(), ini_print_section_header(), insert_datetime(), insert_text(), jacosub_read_header(), jacosub_to_ass(), json_escape_str(), libaribb24_handle_regions(), main(), make_command_flags_str(), microdvd_close_no_persistent_tags(), microdvd_decode_frame(), microdvd_init(), microdvd_open_tags(), mpl2_event_to_ass(), parse_psfile(), print_cd_info(), print_flags(), print_link_prop(), print_report(), print_type(), query_formats(), read_dialogue(), replace_int_data_in_filename(), replace_str_data_in_filename(), rt_event_to_ass(), rtmp_open(), sami_paragraph_to_ass(), sami_read_header(), srt_read_header(), srt_to_ass(), subviewer_event_to_ass(), subviewer_read_header(), text_to_ass(), tonemap_opencl_init(), try_describe_ambisonic(), ttml_encode_frame(), ttml_new_line_cb(), ttml_write_header_content(), ttml_write_region(), validate_string(), video_frame_cksum(), video_refresh(), webvtt_event_to_ass(), write_frame(), writer_print_data(), writer_print_integers(), and writer_print_rational().
void av_vbprintf | ( | AVBPrint * | buf, |
const char * | fmt, | ||
va_list | vl_arg | ||
) |
Append a formatted string to a print buffer.
Definition at line 117 of file bprint.c.
Referenced by avio_vprintf(), format_line(), srt_print(), and webvtt_print().
void av_bprint_chars | ( | AVBPrint * | buf, |
char | c, | ||
unsigned | n | ||
) |
Append char c n times to a print buffer.
Definition at line 140 of file bprint.c.
Referenced by av_bprint_escape(), av_bprint_utf8(), avcodec_string(), avfilter_graph_dump_to_buf(), c_escape_str(), choose_channel_layouts(), csv_escape_str(), decode_string(), expand_filename_template(), expand_text(), ff_ass_bprint_text_event(), ff_htmlmarkup_to_ass(), ff_id3v2_parse_priv_dict(), ff_smil_extract_next_text_chunk(), ff_subtitles_read_text_chunk(), flat_escape_key_str(), flat_escape_value_str(), get_line(), handle_open_brace(), ini_escape_str(), json_escape_str(), main(), make_command_flags_str(), microdvd_decode_frame(), mov_text_new_line_cb(), mpl2_event_to_ass(), parse_string(), print_link_prop(), read_line(), rt_event_to_ass(), sami_paragraph_to_ass(), subviewer_event_to_ass(), try_describe_ambisonic(), ttml_write_header_content(), webvtt_event_to_ass(), write_frame(), and writer_print_data().
void av_bprint_append_data | ( | AVBPrint * | buf, |
const char * | data, | ||
unsigned | size | ||
) |
Append data to a print buffer.
param buf bprint buffer to use param data pointer to data param size size of data
Definition at line 158 of file bprint.c.
Referenced by av_dict_get_string(), av_opt_serialize(), av_strireplace(), avio_read_to_bprint(), bprint_escaped_path(), ff_vk_print_shader(), gen_sub_text(), is_image(), libaribb24_handle_regions(), mov_text_text_cb(), read_line_to_bprint_escaped(), read_string_to_bprint(), replace_int_data_in_filename(), replace_str_data_in_filename(), srt_text_cb(), text_to_ass(), ttml_text_cb(), validate_string(), and webvtt_text_cb().
void av_bprint_strftime | ( | AVBPrint * | buf, |
const char * | fmt, | ||
const struct tm * | tm | ||
) |
Append a formatted date and time to a print buffer.
param buf bprint buffer to use param fmt date and time format string, see strftime() param tm broken-down time structure to translate
Definition at line 176 of file bprint.c.
Referenced by draw_text(), func_pts(), func_strftime(), and main().
void av_bprint_get_buffer | ( | AVBPrint * | buf, |
unsigned | size, | ||
unsigned char ** | mem, | ||
unsigned * | actual_size | ||
) |
Allocate bytes in the buffer for external use.
[in] | buf | buffer structure |
[in] | size | required size |
[out] | mem | pointer to the memory area |
[out] | actual_size | size of the memory area after allocation; can be larger or smaller than size |
Definition at line 218 of file bprint.c.
Referenced by decode_zbuf().
void av_bprint_clear | ( | AVBPrint * | buf | ) |
Reset the string to "" but keep internal allocated data.
Definition at line 227 of file bprint.c.
Referenced by add_event(), capture_screen(), compact_print_section_header(), configure_output_audio_filter(), default_print_section_header(), draw_text(), encode_frame(), encode_sample_description(), expand_text(), ff_subtitles_read_text_chunk(), flat_print_section_header(), flat_print_str(), flush_decoder(), get_bprint_line(), get_line(), hls_delete_old_segments(), ini_print_section_header(), ini_print_str(), json_print_item_str(), main(), microdvd_init(), mov_text_encode_frame(), mov_text_style_start(), new_output_stream(), parse_file(), parse_psfile(), read_dialogue(), read_line(), read_string_to_bprint_overwrite(), realtext_read_header(), sami_paragraph_to_ass(), sami_read_header(), ttml_encode_frame(), ttml_write_header_content(), webvtt_encode_frame(), and xml_print_str().
int av_bprint_finalize | ( | AVBPrint * | buf, |
char ** | ret_str | ||
) |
Finalize a print buffer.
The print buffer can no longer be used afterwards, but the len and size fields are still valid.
Definition at line 235 of file bprint.c.
Referenced by ass_read_header(), av_dict_get_string(), av_escape(), av_log_default_callback(), av_log_format_line2(), av_opt_serialize(), av_strireplace(), avio_vprintf(), bprint_to_avdict(), bprint_to_extradata(), bsf_list_item_name(), close_decoder(), compact_print_str(), concat_parse_script(), configure_output_audio_filter(), configure_output_video_filter(), create_ass_text(), dashenc_delete_segment_file(), decode_frame_common(), decode_iccp_chunk(), decode_text_chunk(), decode_zbuf(), disp_tree(), dump_curves(), ff_bprint_to_codecpar_extradata(), ff_id3v2_parse_priv_dict(), ff_imf_parse_cpl(), ff_jni_exception_get_summary(), ff_vk_print_shader(), ffprobe_show_program_version(), fits_read_packet(), flat_print_str(), free_pipeline(), ftp_status(), func_strftime(), gen_sub_ass(), gen_sub_text(), gif_read_header(), hls_delete_old_segments(), icecast_open(), ini_print_str(), init_report(), jacosub_decode_frame(), jacosub_read_header(), json_print_int(), json_print_item_str(), json_print_section_header(), lavfi_read_header(), libaribb24_handle_regions(), lrc_read_header(), main(), microdvd_decode_frame(), mov_read_kind(), mov_text_decode_frame(), mov_text_encode_close(), mpl2_decode_frame(), mpsub_read_header(), new_output_stream(), parse_assetmap(), parse_file(), parse_manifest(), parse_psfile(), print_dovi_metadata(), print_report(), read_file(), read_header(), realtext_decode_frame(), realtext_read_header(), replace_int_data_in_filename(), replace_str_data_in_filename(), rtmp_close(), rtmp_open(), sami_close(), sami_read_header(), show_frame(), show_packet(), show_stream(), show_subtitle(), srt_decode_frame(), srt_encode_close(), srt_read_header(), subviewer_decode_frame(), subviewer_read_header(), text_decode_frame(), tonemap_opencl_init(), ttml_encode_close(), ttml_text_cb(), uninit(), validate_string(), video_refresh(), webvtt_decode_frame(), webvtt_encode_close(), webvtt_read_header(), write_frame(), writer_close(), writer_print_data(), writer_print_integers(), and xml_print_str().
void av_bprint_escape | ( | AVBPrint * | dstbuf, |
const char * | src, | ||
const char * | special_chars, | ||
enum AVEscapeMode | mode, | ||
int | flags | ||
) |
Escape the content in src and append it to dstbuf.
dstbuf | already inited destination bprint buffer |
src | string containing the text to escape |
special_chars | string containing the special characters which need to be escaped, can be NULL |
mode | escape mode to employ, see AV_ESCAPE_MODE_* macros. Any unknown value for mode will be considered equivalent to AV_ESCAPE_MODE_BACKSLASH, but this behaviour can change without notice. |
flags | flags which control how to escape, see AV_ESCAPE_FLAG_* macros |
Definition at line 263 of file bprint.c.
Referenced by av_dict_get_string(), av_escape(), av_opt_serialize(), ttml_encode_frame(), ttml_text_cb(), ttml_write_region(), and xml_print_str().