Marton Balint
|
b72a7b96f8
avformat: factorize iso 8601 timestamp writer to a dictionary avutil function
|
8 years ago |
Derek Buitenhuis
|
96d616052b
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
|
8 years ago |
Thilo Borgmann
|
4ebf0b109c
lavu/dict: Add new flag to allow multiple equal keys.
|
8 years ago |
Marton Balint
|
a740263d7e
avutil/dict: do not realloc entries when deleting a non-existing item
|
8 years ago |
Hendrik Leppkes
|
b994788353
Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'
|
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
|
9 years ago |
Lukasz Marek
|
96f896750d
lavu/dict: add more tests
|
9 years ago |
Lukasz Marek
|
a8c5b4551e
lavu/dict: fix set function when reuse existing key pointer
|
9 years ago |
Lukasz Marek
|
08d0dbf2ae
lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_int
|
9 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 |
Michael Niedermayer
|
375fa06125
Merge commit '1619274fb393f55a365cc10f88faa173c9a8e772'
|
10 years ago |
Janne Grunau
|
1619274fb3
av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITE
|
10 years ago |
Diego Biurrun
|
d816e125fe
dict: const correctness for av_dict_get() and av_dict_copy()
|
10 years ago |
Michael Niedermayer
|
3690393f68
avutil/dict: delay addition of const from e12a73246d8ce7d0fc4036522688934e26de4bb1 until next major ABI bump
|
10 years ago |
Roman Fietze
|
e12a73246d
dict: const pointers to dictionary where possible
|
10 years ago |
Michael Niedermayer
|
774d0c9dba
Merge commit '93d216d37a3f95190ecb9d51cf72f54ea4e04ec7'
|
10 years ago |
Patrice Clement
|
93d216d37a
dict: K&R formatting cosmetics
|
10 years ago |
Clément Bœsch
|
28ac8426e6
lavu/dict: cosmetic realign.
|
11 years ago |
Reimar Döffinger
|
efa7f42020
Use the avstring.h locale-independent character type functions
|
11 years ago |
Reimar Döffinger
|
88d55b827d
Remove incorrect use of ctype.h functions.
|
11 years ago |
Michael Niedermayer
|
086566a557
dict: fix memleak
|
11 years ago |
Paweł Hajdan, Jr
|
1d81f7448c
dict.c: use av_mallocz instead of av_realloc
|
11 years ago |
Michael Niedermayer
|
e7e14bc69a
Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'
|
11 years ago |
Justin Ruggles
|
38c1466ca4
dict: add av_dict_parse_string()
|
12 years ago |
Michael Niedermayer
|
c581cb4e4f
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Martin Storsjö
|
1d9c2dc89a
Don't include common.h from avutil.h
|
12 years ago |
Michael Niedermayer
|
f5f3684fb8
Merge remote-tracking branch 'qatar/master'
|
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 |
Michael Niedermayer
|
13b7781ec8
Merge remote-tracking branch 'qatar/master'
|
13 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 |
Michael Niedermayer
|
2905e3ff64
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
1b9b37b8a4
dict: add AV_DICT_APPEND flag.
|
13 years ago |
Michael Niedermayer
|
6a137dde3e
dict: This code was developed in ffmpeg and not libav, nor by libav developers.
|
13 years ago |
Anton Khirnov
|
d9f80ea2a7
Move metadata API from lavf to lavu.
|
13 years ago |