| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: factorize iso 8601 timestamp writer to a dictionary avutil function | Marton Balint | 2016-08-17 | 1 | -0/+17 |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -114/+0 |
|\ |
|
* | | lavu/dict: Add new flag to allow multiple equal keys. | Thilo Borgmann | 2016-03-25 | 1 | -1/+4 |
* | | avutil/dict: do not realloc entries when deleting a non-existing item | Marton Balint | 2016-03-15 | 1 | -1/+1 |
* | | Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef' | Hendrik Leppkes | 2015-10-14 | 1 | -3/+8 |
|\| |
|
| * | dict: Change return type of av_dict_copy() | Vittorio Giovara | 2015-10-12 | 1 | -3/+8 |
| * | lavu: Check av_dict_set allocations | Luca Barbato | 2015-01-29 | 1 | -6/+11 |
* | | avutil/dict: Use size_t for appending strings | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
* | | lavu/dict: add more tests | Lukasz Marek | 2015-04-02 | 1 | -0/+53 |
* | | lavu/dict: fix set function when reuse existing key pointer | Lukasz Marek | 2015-04-02 | 1 | -20/+24 |
* | | lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_int | Lukasz Marek | 2015-04-02 | 1 | -0/+1 |
* | | avutil/dict: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-27 | 1 | -5/+5 |
* | | lavu/dict: check for malloc failures | wm4 | 2014-12-12 | 1 | -1/+5 |
* | | avutil: remove FF_CONST_AVUTIL53, its no longer needed | Michael Niedermayer | 2014-11-24 | 1 | -2/+2 |
* | | lavu/dict: add av_dict_get_string | Lukasz Marek | 2014-11-21 | 1 | -0/+90 |
* | | Fix "passing argument 1 of av_free discards const qualifier from pointer targ... | Michael Niedermayer | 2014-09-13 | 1 | -4/+4 |
* | | dict.c: Free non-strduped av_dict_set arguments on error. | Reimar Döffinger | 2014-08-23 | 1 | -0/+2 |
* | | dict.c: empty dictionaries should be a NULL pointer. | Reimar Döffinger | 2014-08-16 | 1 | -2/+9 |
* | | dict.c: Add av_dict_set_int helper function. | Reimar Döffinger | 2014-08-16 | 1 | -0/+8 |
* | | dict.c: minor simplification. | Reimar Döffinger | 2014-07-31 | 1 | -3/+2 |
* | | Merge commit '1619274fb393f55a365cc10f88faa173c9a8e772' | Michael Niedermayer | 2014-06-09 | 1 | -1/+4 |
|\| |
|
| * | 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 |
* | | avutil/dict: delay addition of const from e12a73246d8ce7d0fc4036522688934e26d... | Michael Niedermayer | 2014-05-14 | 1 | -2/+2 |
* | | dict: const pointers to dictionary where possible | Roman Fietze | 2014-04-03 | 1 | -2/+2 |
* | | Merge commit '93d216d37a3f95190ecb9d51cf72f54ea4e04ec7' | Michael Niedermayer | 2014-03-07 | 1 | -21/+29 |
|\| |
|
| * | 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 |
* | | lavu/dict: cosmetic realign. | Clément Bœsch | 2013-04-13 | 1 | -4/+4 |
* | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -2/+1 |
* | | dict: fix memleak | Michael Niedermayer | 2013-02-01 | 1 | -0/+1 |
* | | dict.c: use av_mallocz instead of av_realloc | Paweł Hajdan, Jr | 2013-01-29 | 1 | -3/+5 |
* | | Merge commit '38c1466ca41c73c7ce347da702362cb69c151716' | Michael Niedermayer | 2013-01-26 | 1 | -0/+47 |
|\| |
|
| * | dict: add av_dict_parse_string() | Justin Ruggles | 2013-01-25 | 1 | -0/+47 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-11 | 1 | -0/+10 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 1 | -1/+0 |
|\| |
|
| * | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
* | | dict: fix assignment discards qualifiers from pointer target type warnings. | Michael Niedermayer | 2011-10-17 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-18 | 1 | -1/+12 |
|\| |
|
| * | dict: add AV_DICT_APPEND flag. | Anton Khirnov | 2011-06-16 | 1 | -1/+12 |
* | | dict: This code was developed in ffmpeg and not libav, nor by libav developers. | Michael Niedermayer | 2011-06-10 | 1 | -4/+4 |
|/ |
|
* | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -0/+110 |