Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2014-04-19ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross
2014-04-19ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULLPeter Ross
2014-03-15avformat/id3v2: decode compilation metadataPeter Ross
2013-12-31avformat/id3v2: allow ID3 parsing without AVFormatContextAnssi Hannula
2013-12-31avformat/id3v2: parse ID3 Private frames as extra metadataAnssi Hannula
2013-12-24Read pictures in id3v2.2Carl Eugen Hoyos
2013-12-16avformat/id3v2: Check avio_read() return value in read_chapter()Michael Niedermayer
2013-12-16avformat/id3v2: factor free code to the end of read_chapter()Michael Niedermayer
2013-12-15vformat/id3v2: check avio_read for short reads in addition to errorsMichael Niedermayer
2013-12-15avformat/id3v2: Check avio_read() return code in id3v2_parse()Michael Niedermayer
2013-06-09id2v2: check the return value of decode_str()Michael Niedermayer
2013-06-07id3v2: read all textual chapter subframesPaul B Mahol
2013-05-06id3v2: stop ignoring text encoding for chapter titlesPaul B Mahol
2013-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-03id3v2: check for end of file while unescaping tagsLuca Barbato
2013-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-02id3v2: K&R formatting cosmeticsLuca Barbato
2013-05-01Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-04Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'Michael Niedermayer
2013-04-04id3v2: pad the APIC packets as required by lavc.Anton Khirnov
2013-03-29id3v2: allocate large enough bufferMichael Niedermayer
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-01-20lavf/id3v2: seek back to previous offset if header size is not matchedMatthieu Bouron
2013-01-19lavf/id3v2: cosmetics: reindentMatthieu Bouron
2012-11-30id3v2: check index against buffer size. Fix out of array accessMichael Niedermayer
2012-11-23id3v2: restructure compressed and unsync codeMichael Niedermayer
2012-11-22id3v2: print ver/flags/len on debug level.Michael Niedermayer
2012-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-22id3v2: fix reading unsynchronized frames.Anton Khirnov
2012-10-28parse ID3v2 chaptersPaul B Mahol
2012-09-01lavf: add missing new line to some error messages 2Piotr Bandurski
2012-08-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-12id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-08id3v2: Support v2.2 PICMohammad Alsaleh
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-07id3v2: add a mimetype for bmp pictures.Anton Khirnov
2012-05-20id3v2: reject APICs with size of 0Piotr Bandurski
2012-05-19lavf/id3v2: always strdup the value.Clément Bœsch
2012-05-19lavf/id3v2: do not export empty fields.Clément Bœsch
2012-04-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-01id3v2: fix skipping extended header in id3v2.4Anton Khirnov
2012-03-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-29id3v2: add another mimetype for JPEG imageKostya Shishkov
2012-03-28id3v2: support JPEG APIC with incorrect (image/jpg) MIME typePiotr Bandurski