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
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
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-20id3v2: set the keyframe flag on attached pictures.Anton Khirnov
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29id3v2: remove unused ff_id3v2_read().Anton Khirnov
2012-02-29lavf: export id3v2 attached pictures as streams.Anton Khirnov
2012-02-29id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov
2011-12-31id3v2: fix compiler warning for uninitialized variablesJean First
2011-12-27id3v2: fix variable type for uncompress()Michael Niedermayer
2011-12-27Process compressed id3v2 tags.Adrian Drzewiecki
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-03id3v2: Fix null ptr crash in get_extra_meta_func()Michael Niedermayer
2011-12-02Fix id3v2 extended header handling.Adrian Drzewiecki
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02id3v2: fix type of ID3v2EMFunc.free()Anton Khirnov
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun
2011-10-14id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11id3v2: fix NULL pointer dereferenceAnton Khirnov
2011-10-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-03id3v2: remove pointless castsAnton Khirnov
2011-10-03id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov
2011-10-03id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov
2011-09-26id3v2: Fix some (function) pointer types.Reimar Döffinger
2011-09-26Fixed NULL pointer dereference in id3v2 parser.Laurent Aimar
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21id3v2: add support for non-text and GEOB type tag framesDavid Goldwich
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse
2011-05-27id3v2: Initialize tflags for version 2.2.Alex Converse
2011-05-18id3v2: prevent unsigned integer overflow in ff_id3v2_parse()Stefano Sabatini