summaryrefslogtreecommitdiffstats
path: root/libavutil/dict.h
Commit message (Collapse)AuthorAgeFilesLines
* dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun2014-06-051-3/+3
|
* doxy: Format @code blocks so they render properlyLuca Barbato2014-02-041-15/+15
| | | | | | @code command reports verbatim everything between it and @endcode. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* dict: add av_dict_parse_string()Justin Ruggles2013-01-251-0/+17
| | | | | | Can be used to set multiple key/value pairs from a string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
| | | | Anonymous structs cannot be forward declared and have no benefit.
* dict: add av_dict_count()Mans Rullgard2012-08-101-0/+8
| | | | | | | | This adds a function to retrieve the number of entries in a dictionary and updates the places directly accessing what should be an opaque struct to use this new function instead. Signed-off-by: Mans Rullgard <mans@mansr.com>
* cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-031-1/+1
|
* docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö2012-03-191-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doxy: provide a start page and document libavutilLuca Barbato2011-11-221-2/+9
| | | | | | Introduce a basic layout, the subpages are currently left empty. Split libavutil in multiple groups as example of the structure
* dict: extend documentation.Anton Khirnov2011-07-081-3/+36
|
* doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-011-1/+2
|
* dict: add AV_DICT_APPEND flag.Anton Khirnov2011-06-161-0/+2
|
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-081-0/+78
Rename it to AVDictionary, since it will be used as such. Tags documentation and metadata conversion API is lavf-specific, so remains there.
OpenPOWER on IntegriCloud