summaryrefslogtreecommitdiff
path: root/libavformat/vorbiscomment.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/vorbiscomment: use av_dict_iterateMarvin Scholz2022-12-011-7/+7
* avformat/vorbiscomment: Don't compute strlen twiceAndreas Rheinhardt2021-08-271-2/+3
* avformat/vorbiscomment: Switch to AVIOContext from bytestream APIAndreas Rheinhardt2020-05-031-22/+22
* avformat/vorbiscomment: Replace AVDictionary ** by const AVDictionary *Andreas Rheinhardt2020-05-031-5/+5
* avformat/vorbiscomment: add support for writing chaptersPaul B Mahol2018-12-181-3/+57
* avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length()Michael Niedermayer2015-05-111-2/+2
* avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write()Michael Niedermayer2015-05-111-2/+4
* Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104'Michael Niedermayer2014-05-281-5/+3
|\
| * vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-281-5/+3
* | vorbiscomment: Add DESCRIPTION to ff_vorbiscomment_metadata_convJames Almer2013-07-181-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-6/+7
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-6/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* vorbiscomment: convert metadata before computing the header's lengthAnton Khirnov2010-10-271-1/+0
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-161-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-0/+1
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-141-3/+3
* vorbiscomment: add DISCNUMBER to the metadata conv tableAnton Khirnov2010-10-051-0/+1
* cosmetics: spaces between and after parenthesesBaptiste Coudurier2010-09-011-2/+2
* Add VorbisComment writing to FLAC files.James Darnley2010-03-201-0/+73