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
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