summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/id3v2: Check taglen in read_uslt()Michael Niedermayer2022-11-281-2/+2
* avformat/utils: Move avpriv_new_chapter to demux_utils.cAndreas Rheinhardt2022-05-101-1/+1
* avformat/id3v2: Add Grouping frame to id3v2.4 metadata tableWolfgang Müller2022-02-151-0/+1
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-3/+3
* avformat/id3v2: Check end for overflow in id3v2_parse()Michael Niedermayer2021-04-231-1/+5
* avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt2021-04-181-53/+42
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-011-15/+6
* avformat/id3v2: replace call to av_init_packet()James Almer2021-03-171-1/+1
* avformat/id3v2: Check the return from avio_get_str()Michael Niedermayer2021-02-101-1/+4
* avformat/id3v2: Check against max compression ratio before allocationMichael Niedermayer2021-01-191-0/+2
* avformat/id3v2: Sanity check tlen before alloc and uncompressMichael Niedermayer2020-12-051-0/+3
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-251-7/+7
* avformat/id3v2: Avoid allocations for ID3v2ExtraMetaAndreas Rheinhardt2020-05-251-32/+18
* avformat/id3v2: Fix double-free on errorAndreas Rheinhardt2019-12-101-2/+0
* avformat/id3v2: Avoid av_strdup for key and value of dictAndreas Rheinhardt2019-11-131-6/+7
* lavf/id3v2: fail read_apic on EOF reading mimetypechcunningham2018-12-171-2/+4
* avformat/id3v2: use png header to get PNG signaturePaul B Mahol2018-12-141-1/+2
* id3v2: fix unsynchronizationwm42018-02-041-12/+14
* avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer2018-01-241-0/+48
* avformat: fix id3 chaptersLukas Stabe2017-10-051-30/+90
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-261-1/+1
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-011-1/+1
| * srt: Adjust signedness of sscanf format stringsDiego Biurrun2016-10-281-1/+1
* | avformat/id3v2: Use ffio_ensure_seekback() in id3v2_read_internal()Michael Niedermayer2017-05-191-1/+3
* | 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