summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.c
Commit message (Expand)AuthorAge
* lavf: add missing new line to some error messages 2Piotr Bandurski2012-09-01
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-12
|\
| * id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh2012-08-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\|
| * id3v2: Support v2.2 PICMohammad Alsaleh2012-08-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-08
|\|
| * id3v2: add a mimetype for bmp pictures.Anton Khirnov2012-07-07
* | id3v2: reject APICs with size of 0Piotr Bandurski2012-05-20
* | lavf/id3v2: always strdup the value.Clément Bœsch2012-05-19
* | lavf/id3v2: do not export empty fields.Clément Bœsch2012-05-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-02
|\|
| * id3v2: fix skipping extended header in id3v2.4Anton Khirnov2012-04-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-30
|\|
| * id3v2: add another mimetype for JPEG imageKostya Shishkov2012-03-29
* | id3v2: support JPEG APIC with incorrect (image/jpg) MIME typePiotr Bandurski2012-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-21
|\|
| * id3v2: set the keyframe flag on attached pictures.Anton Khirnov2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\|
| * id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-29
| * lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-29
| * id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2012-02-29
* | id3v2: fix compiler warning for uninitialized variablesJean First2011-12-31
* | id3v2: fix variable type for uncompress()Michael Niedermayer2011-12-26
* | Process compressed id3v2 tags.Adrian Drzewiecki2011-12-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-12
|\|
| * Fix a bunch of common typos.Diego Biurrun2011-12-11
* | id3v2: Fix null ptr crash in get_extra_meta_func()Michael Niedermayer2011-12-03
* | Fix id3v2 extended header handling.Adrian Drzewiecki2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * id3v2: fix type of ID3v2EMFunc.free()Anton Khirnov2011-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-14
|\|
| * id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-13
| * id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * id3v2: fix NULL pointer dereferenceAnton Khirnov2011-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-04
|\|
| * id3v2: remove pointless castsAnton Khirnov2011-10-03
| * id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov2011-10-03
| * id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov2011-10-03
* | id3v2: Fix some (function) pointer types.Reimar Döffinger2011-09-25
* | Fixed NULL pointer dereference in id3v2 parser.Laurent Aimar2011-09-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-21
|\|
| * id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2011-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse2011-05-26
| * id3v2: Initialize tflags for version 2.2.Alex Converse2011-05-26