summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.c
Commit message (Expand)AuthorAge
* Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne2009-06-19
* cosmetics: Prettyprint one more line to have columns line up.Diego Biurrun2009-06-11
* 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
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-19
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-15