summaryrefslogtreecommitdiffstats
path: root/libavformat/id3v2.c
Commit message (Expand)AuthorAgeFilesLines
* id2v2: check the return value of decode_str()Michael Niedermayer2013-06-091-1/+2
* id3v2: read all textual chapter subframesPaul B Mahol2013-06-071-22/+32
* id3v2: stop ignoring text encoding for chapter titlesPaul B Mahol2013-05-061-6/+12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-031-2/+4
|\
| * id3v2: check for end of file while unescaping tagsLuca Barbato2013-05-031-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-021-125/+143
|\ \ | |/
| * id3v2: K&R formatting cosmeticsLuca Barbato2013-05-021-126/+147
* | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer2013-05-011-2/+3
|\ \ | |/
| * avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+3
* | Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'Michael Niedermayer2013-04-041-2/+2
|\ \ | |/
| * id3v2: pad the APIC packets as required by lavc.Anton Khirnov2013-04-041-2/+3
* | id3v2: allocate large enough bufferMichael Niedermayer2013-03-291-1/+2
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-9/+7
|\ \ | |/
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-9/+7
* | lavf/id3v2: seek back to previous offset if header size is not matchedMatthieu Bouron2013-01-201-1/+3
* | lavf/id3v2: cosmetics: reindentMatthieu Bouron2013-01-191-2/+2
* | id3v2: check index against buffer size. Fix out of array accessMichael Niedermayer2012-11-291-2/+2
* | id3v2: restructure compressed and unsync codeMichael Niedermayer2012-11-231-37/+39
* | id3v2: print ver/flags/len on debug level.Michael Niedermayer2012-11-221-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-221-10/+17
|\ \ | |/
| * id3v2: fix reading unsynchronized frames.Anton Khirnov2012-11-221-8/+10
| * id3v2: strdup the genre name explicitly.Clément Bœsch2012-09-171-7/+4
| * lavf/id3v2: do not export empty fields.Clément Bœsch2012-09-171-0/+2
* | parse ID3v2 chaptersPaul B Mahol2012-10-281-0/+31
* | lavf: add missing new line to some error messages 2Piotr Bandurski2012-09-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-121-1/+1
|\ \ | |/
| * id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh2012-08-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-0/+2
|\ \ | |/
| * id3v2: Support v2.2 PICMohammad Alsaleh2012-08-081-0/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-10/+10
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-10/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-081-0/+1
|\ \ | |/
| * id3v2: add a mimetype for bmp pictures.Anton Khirnov2012-07-071-0/+1
* | id3v2: reject APICs with size of 0Piotr Bandurski2012-05-201-1/+1
* | lavf/id3v2: always strdup the value.Clément Bœsch2012-05-191-7/+4
* | lavf/id3v2: do not export empty fields.Clément Bœsch2012-05-191-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-021-9/+9
|\ \ | |/
| * id3v2: fix skipping extended header in id3v2.4Anton Khirnov2012-04-011-2/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-301-1/+1
|\ \ | |/
| * id3v2: add another mimetype for JPEG imageKostya Shishkov2012-03-291-0/+1
* | id3v2: support JPEG APIC with incorrect (image/jpg) MIME typePiotr Bandurski2012-03-281-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-211-0/+1
|\ \ | |/
| * id3v2: set the keyframe flag on attached pictures.Anton Khirnov2012-03-201-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-6/+147
|\ \ | |/
| * id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-291-6/+1
| * lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-291-0/+34
| * id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2012-02-291-0/+112
* | id3v2: fix compiler warning for uninitialized variablesJean First2011-12-311-1/+1
* | id3v2: fix variable type for uncompress()Michael Niedermayer2011-12-261-3/+3
* | Process compressed id3v2 tags.Adrian Drzewiecki2011-12-261-9/+62
OpenPOWER on IntegriCloud