summaryrefslogtreecommitdiff
path: root/libavformat/id3v1.c
Commit message (Expand)AuthorAge
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
* Revert Revision: 21473Michael Niedermayer2010-01-27
* Fix misc typos, patch byStefano Sabatini2010-01-27
* Correct truncated ID3v1 genre name.Alexander Strange2009-12-13
* Simplify code by using av_metadata_set2().Michael Niedermayer2009-12-13
* s/author/artist/ for ID3Michael Niedermayer2009-12-13
* More ID3v1 genres from ffmbc.Michael Niedermayer2009-12-13
* ff_id3v1_genre_str table should be const.Reimar Döffinger2009-09-06
* Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne2009-06-19
* cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun2009-06-11
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-11