31 Commits (27c61c32cee4d4944da15226b56901926136214f)

Author SHA1 Message Date
Michael Niedermayer 8407cbbfc9 Fix "passing argument 1 of av_free discards const qualifier from pointer target type" 10 years ago
Reimar Döffinger 8fc9bd0d32 dict.c: Free non-strduped av_dict_set arguments on error. 10 years ago
Reimar Döffinger bddc592001 dict.c: empty dictionaries should be a NULL pointer. 10 years ago
Reimar Döffinger c2829dc925 dict.c: Add av_dict_set_int helper function. 10 years ago
Reimar Döffinger f0de01856f dict.c: minor simplification. 10 years ago
Janne Grunau 1619274fb3 av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITE 11 years ago
Diego Biurrun d816e125fe dict: const correctness for av_dict_get() and av_dict_copy() 11 years ago
Michael Niedermayer 3690393f68 avutil/dict: delay addition of const from e12a73246d until next major ABI bump 11 years ago
Roman Fietze e12a73246d dict: const pointers to dictionary where possible 11 years ago
Patrice Clement 93d216d37a dict: K&R formatting cosmetics 11 years ago
Clément Bœsch 28ac8426e6 lavu/dict: cosmetic realign. 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Michael Niedermayer 086566a557 dict: fix memleak 12 years ago
Paweł Hajdan, Jr 1d81f7448c dict.c: use av_mallocz instead of av_realloc 12 years ago
Justin Ruggles 38c1466ca4 dict: add av_dict_parse_string() 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Mans Rullgard 33de86db2b dict: move struct AVDictionary definition to dict.c 12 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 12 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Michael Niedermayer 8aed90958d dict: fix assignment discards qualifiers from pointer target type warnings. 13 years ago
Anton Khirnov 1b9b37b8a4 dict: add AV_DICT_APPEND flag. 14 years ago
Michael Niedermayer 6a137dde3e dict: This code was developed in ffmpeg and not libav, nor by libav developers. 14 years ago
Anton Khirnov d9f80ea2a7 Move metadata API from lavf to lavu. 14 years ago