summaryrefslogtreecommitdiff
path: root/libavformat/id3v1.c
Commit message (Expand)AuthorAge
* lavf/id3v1: drop unnecessary avcodec.h includeAnton Khirnov2021-06-10
* libavformat: fix spelling in ID3v1 genres and extend the list of Winamp exten...Ulrich Spörlein2020-01-05
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* | avformat/id3v1: strip trailing whitespacewm42015-01-05
* | Use new av_dict_set_int helper function.Reimar Döffinger2014-08-16
* | Add a comment about an intentional misspelling to the id3v1 tags.Carl Eugen Hoyos2013-01-04
* | Revert "Fix id3v1 tag spelling."Carl Eugen Hoyos2013-01-04
* | Fix id3v1 tag spelling.Benjamin Kerensa2013-01-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
| * id3v1: change filesize to int64_t.Carl Eugen Hoyos2011-03-28
| * id3v1: Seek back to old position after reading.Carl Eugen Hoyos2011-03-28
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* | Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-30
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-08
* | Change filesize to int64_t.Carl Eugen Hoyos2011-03-07
* | Seek back to old position after reading id3v1 tag.Carl Eugen Hoyos2011-03-07
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
|/
* Partially revert "Simplify code by using av_metadata_set2()."Anton Khirnov2010-11-29
* 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