Calculate the output size needed to base64-encode x bytes to a null-terminated string.
Definition at line 61 of file base64.h.
Referenced by av_base64_encode(), av_hash_final_b64(), do_adobe_auth(), ff_http_auth_create_response(), get_stats(), matroska_parse_tracks(), vp8_encode(), and write_manifest().
Decode a base64-encoded string.
Definition at line 79 of file base64.c.
Referenced by data_open(), ff_srtp_set_crypto(), ff_vorbis_comment(), ff_wms_parse_sdp_a_line(), rdt_parse_b64buf(), sdp_parse_fmtp_config_h264(), submit_stats(), vpx_init(), and xiph_parse_fmtp_pair().
Encode data to base64 and null-terminate.
Definition at line 138 of file base64.c.
Referenced by av_hash_final_b64(), do_adobe_auth(), ff_http_auth_create_response(), get_stats(), matroska_parse_tracks(), vp8_encode(), and write_manifest().