]> git.sesse.net Git - ffmpeg/history - libavutil/dict.c
tests: Move all test programs to a subdirectory
[ffmpeg] / libavutil / dict.c
2015-10-12 Vittorio Giovaradict: Change return type of av_dict_copy()
2015-01-29 Luca Barbatolavu: Check av_dict_set allocations
2014-06-09 Janne Grunauav_dict_set: fix potential memory leak with AV_DICT_DON...
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.