]> git.sesse.net Git - ffmpeg/history - libavutil/dict.c
dict: const correctness for av_dict_get() and av_dict_copy()
[ffmpeg] / libavutil / dict.c
2014-06-05 Diego Biurrundict: const correctness for av_dict_get() and av_dict_c...
2014-03-07 Patrice Clementdict: K&R formatting cosmetics
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-01-25 Justin Rugglesdict: add av_dict_parse_string()
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-10 Mans Rullgarddict: move struct AVDictionary definition to dict.c
2012-08-10 Mans Rullgarddict: add av_dict_count()
2011-11-06 Martin StorsjöRemove leftover includes of strings.h
2011-06-16 Anton Khirnovdict: add AV_DICT_APPEND flag.
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.