]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/id3v2.c
Use CODEC_ID_NONE instead of 0 for enum CodecID.
[frescor/ffmpeg.git] / libavformat / id3v2.c
2009-10-15 jai_menonSkip padding bytes correctly in ID3 tags.
2009-10-05 ramiroid3v2: Export all text information frames with correct...
2009-10-05 ramiroMP3 muxer: Write all metadata.
2009-09-29 cehoyosAdd id3v2 metadata conversion table and use it in mp3...
2009-09-23 diegoid3v2: Add support for UTF-16 encoding.
2009-09-23 diegoid3v2: Use 0 instead of '\0'.
2009-09-23 diegoid3v2: check for enough space to write full UTF-8 chara...
2009-06-29 michaelindent
2009-06-29 michaelid3v2.4.0 uses syncsafe integers for sizes of frames.
2009-06-25 michaelFix id3v2.2 frame size parsing.
2009-06-25 michaelFix id3v2.3/4 tag size parsing.
2009-06-19 diegoMove id3v1/id3v2 handling code from mp3.c to id3v[12].c.
2009-06-11 diegocosmetics: Prettyprint one more line to have columns...
2009-06-11 diegocosmetics: Reformat to K&R and prettyprint newly create...
2009-06-11 diegoMove id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
2009-01-19 alexcFix probing of files with ID3v2 tags. Discussed at...
2009-01-15 superdumpFactorise id3v2 header parsing from mp3.c to be shared