]> git.sesse.net Git - ffmpeg/history - libavformat/id3v2.h
libopenh264enc: export CPB props side data
[ffmpeg] / libavformat / id3v2.h
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-29 Anton Khirnovid3v2enc: add a function for writing attached pictures.
2012-02-29 Anton Khirnovid3v2enc: split ff_id3v2_write().
2012-02-29 Anton Khirnovid3v2: remove unused ff_id3v2_read().
2012-02-29 Anton Khirnovlavf: export id3v2 attached pictures as streams.
2012-02-29 Anton Khirnovid3v2: read attached pictures and export them in ID3v2E...
2011-10-23 Michael KarcherMove id3v2 tag writing to a separate file.
2011-10-22 Michael Karcherid3v2: fix doxy comment - 'machine byte order' makes...
2011-10-13 Diego Biurrunid3v2: reduce the scope of some non-globally-used symbo...
2011-09-21 David Goldwichid3v2: add support for non-text and GEOB type tag frames
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-22 Anton Khirnovid3v2: split tables for various ID3v2 versions
2011-01-21 Anton Khirnovid3v2: use an enum for encodings instead of magic numbers.
2011-01-20 Anton Khirnovid3v2: make ff_id3v2_parse static
2010-12-07 Anton Khirnovid3v2: use a named constant instead of 0x02
2010-07-02 Diego BiurrunFix Doxygen function parameter documentation syntax.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-11 Michael KarcherGeneralize ID3v2 functions to support ID3v2-like ID...
2009-10-17 Måns RullgårdRemove extraneous const keyword
2009-10-05 Anton KhirnovMP3 muxer: Write all metadata.
2009-09-29 Anton KhirnovAdd id3v2 metadata conversion table and use it in mp3...
2009-06-19 Patrick DehneMove id3v1/id3v2 handling code from mp3.c to id3v[12].c.
2009-06-11 Patrick DehneMove id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
2009-01-19 Alex ConverseFix probing of files with ID3v2 tags. Discussed at
2009-01-15 Alex ConverseFactorise id3v2 header parsing from mp3.c to be shared