summaryrefslogtreecommitdiffstats
path: root/libavformat/id3v2.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-8/+49
|\ \ | |/
| * id3v2enc: add a function for writing attached pictures.Anton Khirnov2012-02-291-0/+5
| * id3v2enc: split ff_id3v2_write().Anton Khirnov2012-02-291-2/+24
| * id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-291-7/+2
| * lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-291-0/+6
| * id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2012-02-291-0/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-0/+8
|\ \ | |/
| * Move id3v2 tag writing to a separate file.Michael Karcher2011-10-231-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-231-1/+1
|\ \ | |/
| * id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher2011-10-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-141-10/+0
|\ \ | |/
| * id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-131-10/+0
* | id3v2: Fix some (function) pointer types.Reimar Döffinger2011-09-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-1/+37
|\ \ | |/
| * id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2011-09-211-1/+37
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-221-2/+15
| * id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov2011-01-211-0/+7
| * id3v2: make ff_id3v2_parse staticAnton Khirnov2011-01-201-6/+0
* | id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-231-2/+15
* | id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov2011-01-211-0/+7
* | id3v2: make ff_id3v2_parse staticAnton Khirnov2011-01-211-6/+0
|/
* id3v2: use a named constant instead of 0x02Anton Khirnov2010-12-071-0/+5
* Fix Doxygen function parameter documentation syntax.Diego Biurrun2010-07-021-3/+3
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-111-3/+10
* Remove extraneous const keywordMåns Rullgård2009-10-171-1/+1
* MP3 muxer: Write all metadata.Anton Khirnov2009-10-051-0/+6
* Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov2009-09-291-0/+3
* Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne2009-06-191-0/+5
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-111-0/+7
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-191-0/+7
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-151-0/+35
OpenPOWER on IntegriCloud