summaryrefslogtreecommitdiff
path: root/libavformat/id3v2enc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/id3v2enc: use av_dict_iterateMarvin Scholz2022-12-011-5/+5
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-101-0/+1
* avformat/id3v2enc: fix bad ID3v2 tag lengthGilles Bouthenot2020-01-101-3/+3
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-9/+9
* avformat/id3v2enc: Avoid allocation for small tagsAndreas Rheinhardt2019-11-281-21/+16
* avformat/id3v2enc: fix bug, CTOC flags take only one bytePaul B Mahol2019-06-131-1/+1
* avformat/id3v2enc: write CTOC tooPaul B Mahol2019-06-071-0/+39
* avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer2018-01-241-0/+60
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-1/+1
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-1/+1
* | avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint2016-03-031-0/+1
* | Merge commit '9279826008b80daad7446950a821f32033ccd33f'Michael Niedermayer2014-07-041-1/+1
|\ \ | |/
| * id3v2enc: use a case-insensitive comparison for APIC picture typeAnton Khirnov2014-07-031-1/+2
* | lavf/id3v2enc: update comment about minimum paddingJames Darnley2014-01-241-4/+3
* | lavf/id3v2enc: use metadata_header_paddingJames Darnley2014-01-241-6/+13
* | avformat/id3v2enc: use UTF-16 in id3v2.3 APIC frame only if non-ASCIIMark Harris2013-08-111-0/+4
* | lavf/id3v2enc: fix cover art display on some softwareMatthieu Bouron2013-05-301-1/+12
* | id3v2enc: chapter supportPaul B Mahol2013-05-171-13/+69
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-47/+145
|\ \ | |/
| * id3v2enc: add a function for writing attached pictures.Anton Khirnov2012-02-291-9/+82
| * id3v2enc: fix writing frame sizes for ID3v2.3Anton Khirnov2012-02-291-11/+15
| * id3v2enc: split ff_id3v2_write().Anton Khirnov2012-02-291-22/+42
| * id3v2enc: make id3v2_put_size take only an AVIOContext.Anton Khirnov2012-02-291-7/+7
* | id3v2enc: av_strcasecmp()Michael Niedermayer2011-11-031-2/+1
* | id3v2enc: include strings.h for strcasecmp()Michael Niedermayer2011-11-021-1/+1
* | id3v2enc: add support for year and day/month tags when writing id3v2 version ...Tobias Rapp2011-11-021-1/+42
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-4/+4
|/
* Move id3v2 tag writing to a separate file.Michael Karcher2011-10-231-0/+146