]> git.sesse.net Git - ffmpeg/history - libavformat/id3v1.c
oggdec: Set dts when known
[ffmpeg] / libavformat / id3v1.c
2009-12-13 Alexander StrangeCorrect truncated ID3v1 genre name.
2009-12-13 Michael NiedermayerSimplify code by using av_metadata_set2().
2009-12-13 Michael Niedermayers/author/artist/ for ID3
2009-12-13 Michael NiedermayerMore ID3v1 genres from ffmbc.
2009-09-06 Reimar Döffingerff_id3v1_genre_str table should be const.
2009-06-19 Patrick DehneMove id3v1/id3v2 handling code from mp3.c to id3v[12].c.
2009-06-11 Diego Biurruncosmetics: Reformat to K&R and prettyprint newly create...
2009-06-11 Patrick DehneMove id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.