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-12-10id3v2: skip data length indicatorAnton Khirnov
2010-12-07id3v2: skip encrypted/compressed framesAnton Khirnov
2010-12-07id3v2: use a named constant instead of 0x02Anton Khirnov
2010-11-23id3v2: add TDEN<->creation_time tag mappingAnton Khirnov
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-10-01Fix indentation of ff_id3v2_readReimar Döffinger
2010-09-11Read all id3v2 tags at the beginning of mp3 files.David Byron
2010-08-18Support unsynchronisation for id3v2 tags.Alexander Kojevnikov
2010-07-28Skip short padding in id3v2.Alexander Kojevnikov
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-22Fix off-by-1 error in the tag parsing code.Jai Menon
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2009-12-14More entries for ff_id3v2_metadata_conv from ffmbc.Michael Niedermayer
2009-12-14s/author/artist/ for ID3Michael Niedermayer
2009-10-15Skip padding bytes correctly in ID3 tags.Jai Menon
2009-10-06id3v2: Export all text information frames with correct names.Anton Khirnov
2009-10-05MP3 muxer: Write all metadata.Anton Khirnov
2009-09-29Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov
2009-09-23id3v2: Add support for UTF-16 encoding.Anton Khirnov
2009-09-23id3v2: Use 0 instead of '\0'.Anton Khirnov
2009-09-23id3v2: check for enough space to write full UTF-8 characters.Anton Khirnov
2009-06-29indentMichael Niedermayer
2009-06-29id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer
2009-06-25Fix id3v2.2 frame size parsing.Michael Niedermayer
2009-06-25Fix id3v2.3/4 tag size parsing.Michael Niedermayer
2009-06-19Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne
2009-06-12cosmetics: Prettyprint one more line to have columns line up.Diego Biurrun
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
2009-01-20Fix probing of files with ID3v2 tags. Discussed atAlex Converse
2009-01-15Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse