summaryrefslogtreecommitdiff
path: root/libavformat/vorbiscomment.h
Commit message (Collapse)AuthorAge
* vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-28
|
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
|
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-14
| | | | | | patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar errors in documentationMåns Rullgård2010-06-30
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
Patch by James Darnley <james darnley at gmail>. Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk