Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-18avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-03-25lavu/dict: Add new flag to allow multiple equal keys.Thilo Borgmann
2016-03-15avutil/dict: do not realloc entries when deleting a non-existing itemMarton Balint
2015-10-14Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'Hendrik Leppkes
2015-10-12dict: Change return type of av_dict_copy()Vittorio Giovara
2015-05-10avutil/dict: Use size_t for appending stringsMichael Niedermayer
2015-04-03lavu/dict: add more testsLukasz Marek
2015-04-03lavu/dict: fix set function when reuse existing key pointerLukasz Marek
2015-04-02lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_intLukasz Marek
2015-01-29lavu: Check av_dict_set allocationsLuca Barbato
2014-12-27avutil/dict: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-13lavu/dict: check for malloc failureswm4
2014-11-24avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer
2014-11-21lavu/dict: add av_dict_get_stringLukasz Marek
2014-09-14Fix "passing argument 1 of av_free discards const qualifier from pointer targ...Michael Niedermayer
2014-08-23dict.c: Free non-strduped av_dict_set arguments on error.Reimar Döffinger
2014-08-16dict.c: empty dictionaries should be a NULL pointer.Reimar Döffinger
2014-08-16dict.c: Add av_dict_set_int helper function.Reimar Döffinger
2014-07-31dict.c: minor simplification.Reimar Döffinger
2014-06-09Merge commit '1619274fb393f55a365cc10f88faa173c9a8e772'Michael Niedermayer
2014-06-09av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITEJanne Grunau
2014-06-05dict: const correctness for av_dict_get() and av_dict_copy()Diego Biurrun
2014-05-14avutil/dict: delay addition of const from e12a73246d8ce7d0fc4036522688934e26d...Michael Niedermayer
2014-04-03dict: const pointers to dictionary where possibleRoman Fietze
2014-03-07Merge commit '93d216d37a3f95190ecb9d51cf72f54ea4e04ec7'Michael Niedermayer
2014-03-07dict: K&R formatting cosmeticsPatrice Clement
2013-04-14lavu/dict: cosmetic realign.Clément Bœsch
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-02-01dict: fix memleakMichael Niedermayer
2013-01-29dict.c: use av_mallocz instead of av_reallocPaweł Hajdan, Jr
2013-01-26Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'Michael Niedermayer
2013-01-25dict: add av_dict_parse_string()Justin Ruggles
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-10dict: move struct AVDictionary definition to dict.cMans Rullgard
2012-08-10dict: add av_dict_count()Mans Rullgard
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-10-18dict: fix assignment discards qualifiers from pointer target type warnings.Michael Niedermayer
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16dict: add AV_DICT_APPEND flag.Anton Khirnov
2011-06-10dict: This code was developed in ffmpeg and not libav, nor by libav developers.Michael Niedermayer
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov