Home
last modified time | relevance | path

Searched refs:id3v2 (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/tests/fate/
Did3v2.mak1 FATE_ID3V2_FFPROBE-$(CONFIG_MP3_DEMUXER) += fate-id3v2-priv
2 fate-id3v2-priv: CMD = probetags $(TARGET_SAMPLES)/id3v2/id3v2_priv.mp3
4 FATE_ID3V2_FFMPEG_FFPROBE-$(call REMUX, MP3) += fate-id3v2-priv-remux
5 fate-id3v2-priv-remux: CMD = transcode mp3 $(TARGET_SAMPLES)/id3v2/id3v2_priv.mp3 mp3 "-c copy" "-c…
7 FATE_ID3V2_FFMPEG_FFPROBE-$(call REMUX, AIFF, WAV_DEMUXER) += fate-id3v2-chapters
8 fate-id3v2-chapters: CMD = transcode wav $(TARGET_SAMPLES)/wav/200828-005.wav aiff "-c copy -metada…
12 fate-id3v2: $(FATE_ID3V2_FFPROBE-yes) $(FATE_ID3V2_FFMPEG_FFPROBE-yes)
Dcover-art.mak33 # Tests writing id3v2 tags (some with non-ASCII characters) and apics.
39 += fate-cover-art-aiff-id3v2-remux
40 fate-cover-art-aiff-id3v2-remux: CMD = transcode flac $(TARGET_SAMPLES)/cover_art/cover_art.flac ai…
46 += fate-cover-art-mp3-id3v2-remux
47 fate-cover-art-mp3-id3v2-remux: CMD = transcode mp3 $(TARGET_SAMPLES)/exif/embedded_small.mp3 mp3 "…
Ddemux.mak4 …, AAC, AAC) += fate-adts-demux fate-adts-id3v1-demux fate-adts-id3v2-demux fate-adts-id3v2-two-tag…
7 fate-adts-id3v2-demux: CMD = framecrc -f aac -i $(TARGET_SAMPLES)/aac/id3v2.aac -c:a copy
8 fate-adts-id3v2-two-tags-demux: CMD = framecrc -i $(TARGET_SAMPLES)/aac/id3v2_two_tags.aac -c:a copy
Doma.mak4 # Also tests splitting and joining the date into TYER and TDAT id3v2.3 tags.
/third_party/ffmpeg/tests/ref/fate/
Did3v2-priv-remux1 bb2816e3a05ce136e9ac14479c1ebe24 *tests/data/fate/id3v2-priv-remux.mp3
2 8542 tests/data/fate/id3v2-priv-remux.mp3
14 TAG:title=id3v2-test
Dcover-art-mp3-id3v2-remux1 c1b55a9a92226cd72d3f53ccd830d127 *tests/data/fate/cover-art-mp3-id3v2-remux.mp3
2 399346 tests/data/fate/cover-art-mp3-id3v2-remux.mp3
Did3v2-chapters1 4a68428e97f0af8d222a91404ae0839c *tests/data/fate/id3v2-chapters.aiff
2 2458466 tests/data/fate/id3v2-chapters.aiff
Dcover-art-aiff-id3v2-remux1 d4a9481090a8bab1a3f072a8108a1d6a *tests/data/fate/cover-art-aiff-id3v2-remux.aiff
2 608914 tests/data/fate/cover-art-aiff-id3v2-remux.aiff
Did3v2-priv2 TAG:title=id3v2-test
/third_party/ffmpeg/libavformat/
Daiffenc.c49 ID3v2EncContext id3v2 = { 0 }; in put_id3v2_tags() local
60 ff_id3v2_start(&id3v2, pb, aiff->id3v2_version, ID3v2_DEFAULT_MAGIC); in put_id3v2_tags()
61 ff_id3v2_write_metadata(s, &id3v2); in put_id3v2_tags()
63 if ((ret = ff_id3v2_write_apic(s, &id3v2, &list_entry->pkt)) < 0) in put_id3v2_tags()
67 ff_id3v2_finish(&id3v2, pb, s->metadata_header_padding); in put_id3v2_tags()
DMakefile18 id3v2.o \
/third_party/lame/
DUSAGE221 --add-id3v2 force addition of version 2 tag
223 --id3v2-only add only a version 2 tag
224 --id3v2-utf16 add following options in unicode text encoding
225 --id3v2-latin1 add following options in latin-1 text encoding
227 --pad-id3v2 same as '--pad-id3v2-size 128'
228 --pad-id3v2-size <num>
236 characters), or the '--add-id3v2' or '--id3v2-only' options are used,
289 --add-id3v2 Force addition of version 2 tag
291 Tells LAME to add the tag information as id3v2. This implies adding both,
293 See --id3v1-only and --id3v2-only if you want a more fine-grained control.
[all …]
DChangeLog313 id3v2: set 'language'property to a valid language code (COMM
1023 when transcoding, copy old id3v2 tag. feature requests:
1529 --id3v2-latin1 turns on ID3v2 tags, text encoding ISO-8859-1
1530 --id3v2-ucs2 turns on ID3v2 only tags, text encoding UCS-2
1965 - removing id3v2 picture size limit
1966 - fixing id3v2 TXXX frame storage
2854 - new switch --pad-id3v2-size <n> which allows some user defined
2861 new frontend switch "--pad-id3v2-size <value>":
2862 allow id3v2 padding of 0 to 128000 bytes
3621 preparing unicode id3v2 tags
[all …]
/third_party/ffmpeg/tests/
DMakefile199 include $(SRC_PATH)/tests/fate/id3v2.mak
/third_party/ffmpeg/
DBUILD.gn1218 "//third_party/ffmpeg/libavformat/id3v2.c",
DChangelog157 - avformat/id3v2: Check taglen in read_uslt()
/third_party/ffmpeg/doc/
Dmuxers.texi1792 @url{http://id3.org/id3v2.4.0-frames} for allowed picture types.