Go to the source code of this file.
Detect ID3v2 Header.
Definition at line 143 of file id3v2.c.
Referenced by adts_aac_read_packet(), av_probe_input_format3(), id3v2_read_internal(), intercept_id3(), mp3_read_probe(), and oma_read_probe().
Get the length of an ID3v2 tag.
Definition at line 156 of file id3v2.c.
Referenced by av_probe_input_format3(), handle_id3(), intercept_id3(), mp3_read_probe(), and oma_read_probe().
Read an ID3v2 tag into specified dictionary and retrieve supported extra metadata.
Definition at line 1129 of file id3v2.c.
Referenced by avformat_open_input(), handle_id3(), and parse_id3().
Read an ID3v2 tag, including supported extra metadata.
Data is read from and stored to AVFormatContext.
Definition at line 1135 of file id3v2.c.
Referenced by aiff_read_header(), get_id3_tag(), oma_read_header(), parse_dsd_prop(), and read_id3().
Initialize an ID3v2 tag.
Definition at line 205 of file id3v2enc.c.
Referenced by ff_id3v2_write_simple(), mp3_write_header(), and put_id3v2_tags().
Convert and write all global metadata from s into an ID3v2 tag.
Definition at line 330 of file id3v2enc.c.
Referenced by ff_id3v2_write_simple(), mp3_write_header(), and put_id3v2_tags().
Write an attached picture from pkt into an ID3v2 tag.
Definition at line 351 of file id3v2enc.c.
Referenced by mp3_write_packet(), and put_id3v2_tags().
Finalize an opened ID3v2 tag.
Definition at line 420 of file id3v2enc.c.
Referenced by ff_id3v2_write_simple(), mp3_queue_flush(), mp3_write_header(), and put_id3v2_tags().
Write an ID3v2 tag containing all global metadata from s.
Definition at line 444 of file id3v2enc.c.
Referenced by adts_write_header(), and oma_write_header().
Free memory allocated parsing special (non-text) metadata.
Definition at line 1141 of file id3v2.c.
Referenced by aiff_read_header(), avformat_open_input(), free_playlist_list(), get_id3_tag(), handle_id3(), hls_read_header(), oma_read_header(), parse_dsd_prop(), and read_id3().
Create a stream for each APIC (attached picture) extracted from the ID3v2 header.
Definition at line 1157 of file id3v2.c.
Referenced by aiff_read_header(), avformat_open_input(), get_id3_tag(), handle_id3(), hls_read_header(), parse_dsd_prop(), and read_id3().
Create chapters for all CHAP tags found in the ID3v2 header.
Definition at line 1188 of file id3v2.c.
Referenced by aiff_read_header(), avformat_open_input(), get_id3_tag(), oma_read_header(), parse_dsd_prop(), and read_id3().
Parse PRIV tags into a dictionary.
The PRIV owner is the metadata key. The PRIV data is the value, with non-printable characters escaped.
Definition at line 1213 of file id3v2.c.
Referenced by ff_id3v2_parse_priv(), and handle_id3().
Add metadata for all PRIV tags in the ID3v2 header.
The PRIV owner is the metadata key. The PRIV data is the value, with non-printable characters escaped.
Definition at line 1253 of file id3v2.c.
Referenced by avformat_open_input(), and hls_read_header().
Definition at line 45 of file id3v2.c.
Referenced by id3v2_read_internal(), read_chapter(), and write_metadata().
Definition at line 64 of file id3v2.c.
Referenced by id3v2_read_internal(), read_chapter(), and write_metadata().
A list of text information frames allowed in both ID3 v2.3 and v2.4 http://www.id3.org/id3v2.4.0-frames http://www.id3.org/id3v2.4.0-changes.
Definition at line 88 of file id3v2.c.
Referenced by write_metadata().
ID3v2.4-only text information frames.
Definition at line 96 of file id3v2.c.
Referenced by write_metadata().
ID3v2.3-only text information frames.
Definition at line 102 of file id3v2.c.
Referenced by write_metadata().
Definition at line 131 of file id3v2.c.
Referenced by asf_read_picture(), ff_flac_parse_picture(), ff_id3v2_write_apic(), flac_write_picture(), query_codec(), and read_apic().
Definition at line 107 of file id3v2.c.
Referenced by asf_read_picture(), ff_flac_parse_picture(), ff_id3v2_write_apic(), flac_write_picture(), and read_apic().