OSDN Git Service

avconv: rewrite -qscale and -aq handling.
[coroid/libav_saccubus.git] / libavformat / id3v1.c
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-29 Carl Eugen Hoyosid3v1: change filesize to int64_t.
2011-03-29 Carl Eugen Hoyosid3v1: Seek back to old position after reading.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2010-11-29 Anton KhirnovPartially revert "Simplify code by using av_metadata_se...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-01-27 Michael NiedermayerRevert Revision: 21473
2010-01-27 Stefano SabatiniFix misc typos, patch by
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.