Go to the source code of this file.
Detect ID3v2 Header.
Definition at line 146 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 159 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 1141 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 1147 of file id3v2.c.
Referenced by aiff_read_header(), bonk_read_header(), get_id3_tag(), oma_read_header(), parse_dsd_prop(), and read_id3().
Initialize an ID3v2 tag.
Definition at line 206 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 331 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 352 of file id3v2enc.c.
Referenced by mp3_write_packet(), and put_id3v2_tags().
Finalize an opened ID3v2 tag.
Definition at line 421 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 445 of file id3v2enc.c.
Referenced by adts_write_header(), and oma_write_header().
Free memory allocated parsing special (non-text) metadata.
Definition at line 1153 of file id3v2.c.
Referenced by aiff_read_header(), avformat_open_input(), bonk_read_header(), 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 1169 of file id3v2.c.
Referenced by aiff_read_header(), avformat_open_input(), bonk_read_header(), 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 1200 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 1225 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 1265 of file id3v2.c.
Referenced by avformat_open_input(), bonk_read_header(), and hls_read_header().
Definition at line 46 of file id3v2.c.
Referenced by id3v2_read_internal(), read_chapter(), and write_metadata().
Definition at line 65 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 90 of file id3v2.c.
Referenced by write_metadata().
ID3v2.4-only text information frames.
Definition at line 98 of file id3v2.c.
Referenced by write_metadata().
ID3v2.3-only text information frames.
Definition at line 104 of file id3v2.c.
Referenced by write_metadata().
Definition at line 133 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 109 of file id3v2.c.
Referenced by asf_read_picture(), ff_flac_parse_picture(), ff_id3v2_write_apic(), flac_write_picture(), and read_apic().