summaryrefslogtreecommitdiff
path: root/libavutil/dict.h
Commit message (Collapse)AuthorAge
* docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö2012-03-19
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doxy: provide a start page and document libavutilLuca Barbato2011-11-22
| | | | | | 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-08
|
* doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-01
|
* dict: add AV_DICT_APPEND flag.Anton Khirnov2011-06-16
|
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
Rename it to AVDictionary, since it will be used as such. Tags documentation and metadata conversion API is lavf-specific, so remains there.