47 Commits (cd95ac7e3301b13034f5503ae1bed9dbafee0689)

Author SHA1 Message Date
Limin Wang 4bc5eb27a7 avutil/dict: av_realloc -> av_realloc_array() 5 years ago
Marton Balint b72a7b96f8 avformat: factorize iso 8601 timestamp writer to a dictionary avutil function 8 years ago
Thilo Borgmann 4ebf0b109c lavu/dict: Add new flag to allow multiple equal keys. 9 years ago
Marton Balint a740263d7e avutil/dict: do not realloc entries when deleting a non-existing item 9 years ago
Vittorio Giovara 11c5f438ff dict: Change return type of av_dict_copy() 9 years ago
Michael Niedermayer 4c128ea162 avutil/dict: Use size_t for appending strings 10 years ago
Lukasz Marek 96f896750d lavu/dict: add more tests 10 years ago
Lukasz Marek a8c5b4551e lavu/dict: fix set function when reuse existing key pointer 10 years ago
Lukasz Marek 08d0dbf2ae lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_int 10 years ago
Luca Barbato 1279221cc4 lavu: Check av_dict_set allocations 10 years ago
Michael Niedermayer 336bb3f706 avutil/dict: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
wm4 a963fdb0ea lavu/dict: check for malloc failures 10 years ago
Michael Niedermayer 5182a2a235 avutil: remove FF_CONST_AVUTIL53, its no longer needed 10 years ago
Lukasz Marek ab922f9ef1 lavu/dict: add av_dict_get_string 10 years ago
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