Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITE | Janne Grunau | 2014-06-09 | 1 | -1/+4 |
* | dict: const correctness for av_dict_get() and av_dict_copy() | Diego Biurrun | 2014-06-05 | 1 | -2/+2 |
* | dict: K&R formatting cosmetics | Patrice Clement | 2014-03-07 | 1 | -23/+31 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -2/+1 |
* | dict: add av_dict_parse_string() | Justin Ruggles | 2013-01-25 | 1 | -0/+47 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | dict: move struct AVDictionary definition to dict.c | Mans Rullgard | 2012-08-10 | 1 | -0/+5 |
* | dict: add av_dict_count() | Mans Rullgard | 2012-08-10 | 1 | -0/+5 |
* | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
* | dict: add AV_DICT_APPEND flag. | Anton Khirnov | 2011-06-16 | 1 | -1/+12 |
* | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -0/+110 |