summaryrefslogtreecommitdiff
path: root/libavformat/vorbiscomment.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/vorbiscomment: Switch to AVIOContext from bytestream APIAndreas Rheinhardt2020-05-031-5/+4
* avformat/vorbiscomment: Replace AVDictionary ** by const AVDictionary *Andreas Rheinhardt2020-05-031-2/+2
* avformat/vorbiscomment: add support for writing chaptersPaul B Mahol2018-12-181-2/+6
* avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length()Michael Niedermayer2015-05-111-1/+1
* Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104'Michael Niedermayer2014-05-281-5/+2
|\
| * vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-281-5/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-3/+3
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-141-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Add VorbisComment writing to FLAC files.James Darnley2010-03-201-0/+57