summaryrefslogtreecommitdiff
path: root/libavutil/dict.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/dict: Improve documentationMarvin Scholz2022-11-061-36/+55
* avutil/dict: Add av_dict_iterateMarvin Scholz2022-11-061-10/+34
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-2/+0
* lavu/dict: Add new flag to allow multiple equal keys.Thilo Borgmann2016-03-251-2/+3
* avutil/dict: add warning to docs about invalidating existing entries when add...Marton Balint2016-03-151-0/+3
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-2/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-2/+0
* | Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'Hendrik Leppkes2015-10-141-1/+3
|\ \ | |/
| * dict: Change return type of av_dict_copy()Vittorio Giovara2015-10-121-1/+3
* | avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer2014-11-241-2/+2
* | lavu/dict: add av_dict_get_stringLukasz Marek2014-11-211-0/+18
* | dict.c: Free non-strduped av_dict_set arguments on error.Reimar Döffinger2014-08-231-0/+5
* | dict.c: Add av_dict_set_int helper function.Reimar Döffinger2014-08-161-0/+8
* | Merge commit 'd816e125fe1fa5c909b706d47904a4d6c1799996'Michael Niedermayer2014-06-051-2/+2
|\ \ | |/
| * dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun2014-06-051-3/+3
* | avutil/dict: delay addition of const from e12a73246d8ce7d0fc4036522688934e26d...Michael Niedermayer2014-05-141-2/+4
* | dict: const pointers to dictionary where possibleRoman Fietze2014-04-031-2/+2
* | Merge commit '9ecb858775483a76c137e8e1ad45a95e318bca61'Michael Niedermayer2014-02-051-15/+15
|\ \ | |/
| * doxy: Format @code blocks so they render properlyLuca Barbato2014-02-041-15/+15
* | lavu/dict.h: extend/clarify av_dict_get() doxyStefano Sabatini2013-12-161-2/+5
* | lavu/dict.h: extend/clarify docs for av_dict_parse_string()Stefano Sabatini2013-11-221-1/+4
* | lavu/dict.h: apply various fixes/extensions to doxyStefano Sabatini2013-11-221-4/+9
* | Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'Michael Niedermayer2013-01-261-0/+17
|\ \ | |/
| * dict: add av_dict_parse_string()Justin Ruggles2013-01-251-0/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-111-0/+8
|\ \ | |/
| * dict: add av_dict_count()Mans Rullgard2012-08-101-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-1/+1
|\ \ | |/
| * cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-201-1/+1
|\ \ | |/
| * docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö2012-03-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-2/+9
|\ \ | |/
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-221-2/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-3/+36
|\ \ | |/
| * dict: extend documentation.Anton Khirnov2011-07-081-3/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-021-1/+2
|\ \ | |/
| * doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-011-1/+2
* | dict: fix another typoStefano Sabatini2011-07-011-1/+1
* | dict: fix various typosStefano Sabatini2011-06-281-5/+4
* | AVDictionary: warn about its shortcommings and mention available replacements.Michael Niedermayer2011-06-281-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-0/+2
|\ \ | |/
| * dict: add AV_DICT_APPEND flag.Anton Khirnov2011-06-161-0/+2
* | dict: This code was developed in ffmpeg and not libav, nor by libav developers.Michael Niedermayer2011-06-101-4/+4
|/
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-081-0/+78