aboutsummaryrefslogtreecommitdiff
path: root/libavutil/dict.c
AgeCommit message (Expand)Author
2015-10-12dict: Change return type of av_dict_copy()Vittorio Giovara
2015-01-29lavu: Check av_dict_set allocationsLuca Barbato
2014-06-09av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau
2014-06-05dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun
2014-03-07dict: K&R formatting cosmeticsPatrice Clement
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-01-25dict: add av_dict_parse_string()Justin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-10dict: move struct AVDictionary definition to dict.cMans Rullgard
2012-08-10dict: add av_dict_count()Mans Rullgard
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-06-16dict: add AV_DICT_APPEND flag.Anton Khirnov
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov