index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
dict.c
Age
Commit message (
Expand
)
Author
2016-08-17
avformat: factorize iso 8601 timestamp writer to a dictionary avutil function
Marton Balint
2016-05-11
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-03-25
lavu/dict: Add new flag to allow multiple equal keys.
Thilo Borgmann
2016-03-15
avutil/dict: do not realloc entries when deleting a non-existing item
Marton Balint
2015-10-14
Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'
Hendrik Leppkes
2015-10-12
dict: Change return type of av_dict_copy()
Vittorio Giovara
2015-05-10
avutil/dict: Use size_t for appending strings
Michael Niedermayer
2015-04-02
lavu/dict: add more tests
Lukasz Marek
2015-04-02
lavu/dict: fix set function when reuse existing key pointer
Lukasz Marek
2015-04-02
lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_int
Lukasz Marek
2015-01-29
lavu: Check av_dict_set allocations
Luca Barbato
2014-12-27
avutil/dict: Use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-12
lavu/dict: check for malloc failures
wm4
2014-11-24
avutil: remove FF_CONST_AVUTIL53, its no longer needed
Michael Niedermayer
2014-11-21
lavu/dict: add av_dict_get_string
Lukasz Marek
2014-09-13
Fix "passing argument 1 of av_free discards const qualifier from pointer targ...
Michael Niedermayer
2014-08-23
dict.c: Free non-strduped av_dict_set arguments on error.
Reimar Döffinger
2014-08-16
dict.c: empty dictionaries should be a NULL pointer.
Reimar Döffinger
2014-08-16
dict.c: Add av_dict_set_int helper function.
Reimar Döffinger
2014-07-31
dict.c: minor simplification.
Reimar Döffinger
2014-06-09
Merge commit '1619274fb393f55a365cc10f88faa173c9a8e772'
Michael Niedermayer
2014-06-09
av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITE
Janne Grunau
2014-06-05
dict: const correctness for av_dict_get() and av_dict_copy()
Diego Biurrun
2014-05-14
avutil/dict: delay addition of const from e12a73246d8ce7d0fc4036522688934e26d...
Michael Niedermayer
2014-04-03
dict: const pointers to dictionary where possible
Roman Fietze
2014-03-07
Merge commit '93d216d37a3f95190ecb9d51cf72f54ea4e04ec7'
Michael Niedermayer
2014-03-07
dict: K&R formatting cosmetics
Patrice Clement
2013-04-13
lavu/dict: cosmetic realign.
Clément Bœsch
2013-03-07
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-03
Remove incorrect use of ctype.h functions.
Reimar Döffinger
2013-02-01
dict: fix memleak
Michael Niedermayer
2013-01-29
dict.c: use av_mallocz instead of av_realloc
Paweł Hajdan, Jr
2013-01-26
Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'
Michael Niedermayer
2013-01-25
dict: add av_dict_parse_string()
Justin Ruggles
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-08-11
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-10
dict: move struct AVDictionary definition to dict.c
Mans Rullgard
2012-08-10
dict: add av_dict_count()
Mans Rullgard
2011-11-07
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-06
Remove leftover includes of strings.h
Martin Storsjö
2011-10-17
dict: fix assignment discards qualifiers from pointer target type warnings.
Michael Niedermayer
2011-06-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-16
dict: add AV_DICT_APPEND flag.
Anton Khirnov
2011-06-10
dict: This code was developed in ffmpeg and not libav, nor by libav developers.
Michael Niedermayer
2011-06-08
Move metadata API from lavf to lavu.
Anton Khirnov