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
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29id3v2enc: add a function for writing attached pictures.Anton Khirnov
2012-02-29id3v2enc: split ff_id3v2_write().Anton Khirnov
2012-02-29id3v2: remove unused ff_id3v2_read().Anton Khirnov
2012-02-29lavf: export id3v2 attached pictures as streams.Anton Khirnov
2012-02-29id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-23Move id3v2 tag writing to a separate file.Michael Karcher
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-23id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun
2011-09-26id3v2: Fix some (function) pointer types.Reimar Döffinger
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21id3v2: add support for non-text and GEOB type tag framesDavid Goldwich
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-23id3v2: split tables for various ID3v2 versionsAnton Khirnov
2011-01-22id3v2: split tables for various ID3v2 versionsAnton Khirnov
2011-01-21id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov
2011-01-21id3v2: make ff_id3v2_parse staticAnton Khirnov
2011-01-21id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov
2011-01-20id3v2: make ff_id3v2_parse staticAnton Khirnov
2010-12-07id3v2: use a named constant instead of 0x02Anton Khirnov
2010-07-02Fix Doxygen function parameter documentation syntax.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher
2009-10-17Remove extraneous const keywordMåns Rullgård
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-06-19Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne
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