summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-06-02PD#142611: cts: fix id3 str error and add mov id32Jian Wang2-0/+64
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2015-05-13Amlogic modificationsLawrence Mok66-24546/+4121
2013-06-09id2v2: check the return value of decode_str()Michael Niedermayer1-1/+2
2013-06-07id3v2: read all textual chapter subframesPaul B Mahol1-22/+32
2013-05-06id3v2: stop ignoring text encoding for chapter titlesPaul B Mahol1-6/+12
2013-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-2/+9
2013-05-03id3v2: check for end of file while unescaping tagsLuca Barbato1-2/+3
2013-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-128/+147
2013-05-02id3v2: K&R formatting cosmeticsLuca Barbato1-126/+147
2013-05-01Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer7-28/+31
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun8-30/+34
2013-04-04Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'Michael Niedermayer2-2/+4
2013-04-04id3v2: pad the APIC packets as required by lavc.Anton Khirnov1-2/+3
2013-03-29id3v2: allocate large enough bufferMichael Niedermayer1-1/+2
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer24-207/+362
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov22-136/+324
2013-01-20lavf/id3v2: seek back to previous offset if header size is not matchedMatthieu Bouron1-1/+3
2013-01-19lavf/id3v2: cosmetics: reindentMatthieu Bouron1-2/+2
2012-11-29id3v2: check index against buffer size. Fix out of array accessMichael Niedermayer1-2/+2
2012-11-23id3v2: restructure compressed and unsync codeMichael Niedermayer1-37/+39
2012-11-22id3v2: print ver/flags/len on debug level.Michael Niedermayer1-0/+2
2012-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-13/+20
2012-11-22id3v2: fix reading unsynchronized frames.Anton Khirnov1-8/+10
2012-10-28parse ID3v2 chaptersPaul B Mahol1-0/+31
2012-09-01lavf: add missing new line to some error messages 2Piotr Bandurski2-2/+2
2012-08-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-74/+99
2012-08-12id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh1-1/+1
2012-08-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-3470/+3824
2012-08-08id3v2: Support v2.2 PICMohammad Alsaleh1-0/+2
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-11/+37
2012-07-07id3v2: add a mimetype for bmp pictures.Anton Khirnov1-0/+1
2012-05-20id3v2: reject APICs with size of 0Piotr Bandurski1-1/+1
2012-05-19lavf/id3v2: always strdup the value.Clément Bœsch1-7/+4
2012-05-19lavf/id3v2: do not export empty fields.Clément Bœsch1-0/+2
2012-04-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-55/+154
2012-04-01id3v2: fix skipping extended header in id3v2.4Anton Khirnov1-2/+11
2012-03-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-36/+41
2012-03-29id3v2: add another mimetype for JPEG imageKostya Shishkov1-0/+1
2012-03-28id3v2: support JPEG APIC with incorrect (image/jpg) MIME typePiotr Bandurski1-0/+1
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-1467/+1708
2012-03-20id3v2: set the keyframe flag on attached pictures.Anton Khirnov1-0/+1
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-519/+1217
2012-02-29id3v2: remove unused ff_id3v2_read().Anton Khirnov4-15/+5
2012-02-29lavf: export id3v2 attached pictures as streams.Anton Khirnov3-1/+48
2012-02-29id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2-0/+125
2011-12-31id3v2: fix compiler warning for uninitialized variablesJean First1-1/+1
2011-12-26id3v2: fix variable type for uncompress()Michael Niedermayer1-3/+3
[next]