summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.c
Commit message (Expand)AuthorAge
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-24
* ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross2014-04-19
* ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULLPeter Ross2014-04-19
* avformat/id3v2: decode compilation metadataPeter Ross2014-03-15
* avformat/id3v2: allow ID3 parsing without AVFormatContextAnssi Hannula2013-12-31
* avformat/id3v2: parse ID3 Private frames as extra metadataAnssi Hannula2013-12-31
* Read pictures in id3v2.2Carl Eugen Hoyos2013-12-23
* avformat/id3v2: Check avio_read() return value in read_chapter()Michael Niedermayer2013-12-15
* avformat/id3v2: factor free code to the end of read_chapter()Michael Niedermayer2013-12-15
* vformat/id3v2: check avio_read for short reads in addition to errorsMichael Niedermayer2013-12-15
* avformat/id3v2: Check avio_read() return code in id3v2_parse()Michael Niedermayer2013-12-15
* id2v2: check the return value of decode_str()Michael Niedermayer2013-06-09
* id3v2: read all textual chapter subframesPaul B Mahol2013-06-07
* id3v2: stop ignoring text encoding for chapter titlesPaul B Mahol2013-05-06
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-03
|\
| * id3v2: check for end of file while unescaping tagsLuca Barbato2013-05-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-02
|\|
| * id3v2: K&R formatting cosmeticsLuca Barbato2013-05-02
* | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer2013-05-01
|\|
| * avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'Michael Niedermayer2013-04-04
|\|
| * id3v2: pad the APIC packets as required by lavc.Anton Khirnov2013-04-04
* | id3v2: allocate large enough bufferMichael Niedermayer2013-03-29
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-08
|\|
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* | lavf/id3v2: seek back to previous offset if header size is not matchedMatthieu Bouron2013-01-20
* | lavf/id3v2: cosmetics: reindentMatthieu Bouron2013-01-19
* | id3v2: check index against buffer size. Fix out of array accessMichael Niedermayer2012-11-29
* | id3v2: restructure compressed and unsync codeMichael Niedermayer2012-11-23
* | id3v2: print ver/flags/len on debug level.Michael Niedermayer2012-11-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-22
|\|
| * id3v2: fix reading unsynchronized frames.Anton Khirnov2012-11-22
| * id3v2: strdup the genre name explicitly.Clément Bœsch2012-09-17
| * lavf/id3v2: do not export empty fields.Clément Bœsch2012-09-17
* | parse ID3v2 chaptersPaul B Mahol2012-10-28
* | 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
|\|