summaryrefslogtreecommitdiffstats
path: root/libavformat/id3v2.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: fix ID3v2 parser for v2.2 comment framesChris Moeller2017-01-281-2/+5
* avformat/id3v2: fix memleak with empty stringsMichael Niedermayer2016-08-111-1/+4
* avformat/id3v2: Mark variable as unused to avoid "set but not used" warningMichael Niedermayer2016-08-081-1/+1
* avformat: read id3v2 comment tagsChris Moeller2016-08-071-0/+42
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-2/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-3/+3
* | id3v2: strip trailing spaces from APIC tagwm42015-06-181-0/+11
* | avformat/id3v2: detect PNG by header instead of mimeMichael Niedermayer2015-06-181-0/+3
* | id3v2: catch avio_read errors in check_tagAndreas Cadhalpun2015-05-111-1/+1
* | Merge commit '379e5603f4131e677ecf5ba79973dcd5603f28ea'Michael Niedermayer2015-05-101-0/+2
|\ \ | |/
| * id3v2: Do not export empty APIC descriptionwm42015-05-091-1/+4
* | id3v2: do not export APIC description if emptywm42015-05-081-1/+2
* | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'Michael Niedermayer2015-02-251-4/+4
|\ \ | |/
| * libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-241-4/+4
* | avformat/id3v2: remove unused variableMichael Niedermayer2015-01-151-1/+0
* | Merge commit '54bc15d5ebfd07fd468743ba29f709ea19e840b9'Michael Niedermayer2015-01-151-5/+10
|\ \ | |/
| * id3v2: fix reading v2.2 attached picturesAnton Khirnov2015-01-141-6/+16
* | Merge commit '932788be5af8dee062c77851b573ea47dd6d047a'Michael Niedermayer2015-01-151-2/+2
|\ \ | |/
| * id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov2015-01-141-2/+2
* | avformat/id3v2: Fix incompatible pointer type warningsMichael Niedermayer2015-01-151-2/+2
* | Merge commit '8809c974a3fb51f96e498a5556a4a5bbacc581ce'Michael Niedermayer2015-01-151-3/+3
|\ \ | |/
| * id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov2015-01-141-3/+3
* | avformat/id3v2: support USLT tagswm42015-01-061-0/+50
* | avformat/id3v2: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-201-4/+4
* | id3v2: prefer TDRC for date over TDRL.Benoit Fouet2014-11-041-1/+1
* | avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4Benoit Fouet2014-10-171-2/+62
* | avformat/id3v2: silence a warning when CONFIG_ZLIB is unset.Benoit Fouet2014-10-161-1/+1
* | avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zl...Michael Niedermayer2014-08-301-1/+1
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-2/+2
* | ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross2014-04-191-5/+14
* | ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULLPeter Ross2014-04-191-0/+2
* | avformat/id3v2: decode compilation metadataPeter Ross2014-03-151-0/+2
* | avformat/id3v2: allow ID3 parsing without AVFormatContextAnssi Hannula2013-12-311-42/+64
* | avformat/id3v2: parse ID3 Private frames as extra metadataAnssi Hannula2013-12-311-0/+46
* | Read pictures in id3v2.2Carl Eugen Hoyos2013-12-231-5/+10
* | avformat/id3v2: Check avio_read() return value in read_chapter()Michael Niedermayer2013-12-151-1/+2
* | avformat/id3v2: factor free code to the end of read_chapter()Michael Niedermayer2013-12-151-4/+3
* | vformat/id3v2: check avio_read for short reads in addition to errorsMichael Niedermayer2013-12-151-2/+2
* | avformat/id3v2: Check avio_read() return code in id3v2_parse()Michael Niedermayer2013-12-151-2/+4
* | id2v2: check the return value of decode_str()Michael Niedermayer2013-06-091-1/+2
* | id3v2: read all textual chapter subframesPaul B Mahol2013-06-071-22/+32
* | id3v2: stop ignoring text encoding for chapter titlesPaul B Mahol2013-05-061-6/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-031-2/+4
|\ \ | |/
| * id3v2: check for end of file while unescaping tagsLuca Barbato2013-05-031-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-021-125/+143
|\ \ | |/
| * id3v2: K&R formatting cosmeticsLuca Barbato2013-05-021-126/+147
* | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer2013-05-011-2/+3
|\ \ | |/
| * avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+3
OpenPOWER on IntegriCloud