summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* id3v2: Do not export empty APIC descriptionwm42015-05-09
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-24
* id3v2: fix reading v2.2 attached picturesAnton Khirnov2015-01-14
* id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov2015-01-14
* id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov2015-01-14
* id3v2: check for end of file while unescaping tagsLuca Barbato2013-05-03
* id3v2: K&R formatting cosmeticsLuca Barbato2013-05-02
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* id3v2: pad the APIC packets as required by lavc.Anton Khirnov2013-04-04
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* 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
* id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh2012-08-12
* id3v2: Support v2.2 PICMohammad Alsaleh2012-08-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* id3v2: add a mimetype for bmp pictures.Anton Khirnov2012-07-07
* id3v2: fix skipping extended header in id3v2.4Anton Khirnov2012-04-01
* id3v2: add another mimetype for JPEG imageKostya Shishkov2012-03-29
* id3v2: set the keyframe flag on attached pictures.Anton Khirnov2012-03-20
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-29
* lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-29
* id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2012-02-29
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* id3v2: fix type of ID3v2EMFunc.free()Anton Khirnov2011-11-02
* id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-13
* id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-13
* id3v2: fix NULL pointer dereferenceAnton Khirnov2011-10-11
* id3v2: remove pointless castsAnton Khirnov2011-10-03
* id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov2011-10-03
* id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov2011-10-03
* id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2011-09-21
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse2011-05-26
* id3v2: Initialize tflags for version 2.2.Alex Converse2011-05-26
* id3v2: skip broken tags with invalid sizeAnton Khirnov2011-03-22
* id3v2: don't explicitly skip paddingAnton Khirnov2011-03-22
* id3v2: simplify error handling.Anton Khirnov2011-03-21
* id3v2: explicitly seek to the end of the tag after readingAnton Khirnov2011-03-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov2011-03-15
* id3v2: fix typo in error messageAnton Khirnov2011-03-09
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20