Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-10lavf/id3v1: drop unnecessary avcodec.h includeAnton Khirnov
2020-01-05libavformat: fix spelling in ID3v1 genres and extend the list of Winamp exten...Ulrich Spörlein
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2015-01-05avformat/id3v1: strip trailing whitespacewm4
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2013-01-04Add a comment about an intentional misspelling to the id3v1 tags.Carl Eugen Hoyos
2013-01-04Revert "Fix id3v1 tag spelling."Carl Eugen Hoyos
2013-01-04Fix id3v1 tag spelling.Benjamin Kerensa
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-30Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-29id3v1: change filesize to int64_t.Carl Eugen Hoyos
2011-03-29id3v1: Seek back to old position after reading.Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-08Change filesize to int64_t.Carl Eugen Hoyos
2011-03-08Seek back to old position after reading id3v1 tag.Carl Eugen Hoyos
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2010-11-29Partially revert "Simplify code by using av_metadata_set2()."Anton Khirnov
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2010-01-27Revert Revision: 21473Michael Niedermayer
2010-01-27Fix misc typos, patch byStefano Sabatini
2009-12-14Correct truncated ID3v1 genre name.Alexander Strange
2009-12-14Simplify code by using av_metadata_set2().Michael Niedermayer
2009-12-14s/author/artist/ for ID3Michael Niedermayer
2009-12-13More ID3v1 genres from ffmbc.Michael Niedermayer
2009-09-06ff_id3v1_genre_str table should be const.Reimar Döffinger
2009-06-19Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne
2009-06-11cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun
2009-06-11Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne